{"id":87,"date":"2026-06-16T20:45:18","date_gmt":"2026-06-16T20:45:18","guid":{"rendered":"https:\/\/deamlow.com\/?page_id=87"},"modified":"2026-06-16T20:50:05","modified_gmt":"2026-06-16T20:50:05","slug":"who-we-are","status":"publish","type":"page","link":"https:\/\/deamlow.com\/?page_id=87","title":{"rendered":"Who We Are"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" class=\"scroll-smooth\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About Us | Deamlow Advanced Technology<\/title>\n    <meta name=\"description\" content=\"Learn about Deamlow Advanced Technology. We build AI-powered enterprise solutions to transform operations across HR, Payroll, Procure-to-Pay, and Accounts Payable.\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Custom Tailwind Configuration (Clean SaaS Theme) -->\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        'brand': '#4F46E5', \/\/ Soft Indigo\n                        'brand-hover': '#4338CA',\n                        'surface': '#FFFFFF',\n                        'bg-light': '#F8FAFC', \/\/ Slate 50\n                        'text-main': '#0F172A', \/\/ Slate 900\n                        'text-muted': '#475569', \/\/ Slate 600\n                        'border-soft': '#E2E8F0', \/\/ Slate 200\n                        'brand-success': '#059669', \/\/ Emerald 600\n                    },\n                    fontFamily: {\n                        'sans': ['Inter', 'sans-serif'],\n                    },\n                    boxShadow: {\n                        'soft': '0 4px 20px -2px rgba(15, 23, 42, 0.05)',\n                        'hover-soft': '0 10px 25px -5px rgba(15, 23, 42, 0.1)',\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <!-- Google Fonts: Inter -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- FontAwesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: #F8FAFC;\n            color: #0F172A;\n        }\n        \n        .glass-header {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(8px);\n            -webkit-backdrop-filter: blur(8px);\n            border-bottom: 1px solid #E2E8F0;\n        }\n\n        .hero-pattern {\n            background-image: radial-gradient(#E2E8F0 1px, transparent 1px);\n            background-size: 24px 24px;\n        }\n        \n        \/* Fade in animation *\/\n        .fade-in {\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.6s ease-out, transform 0.6s ease-out;\n        }\n        .fade-in.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased overflow-x-hidden selection:bg-brand selection:text-white\">\n\n    <!-- Navbar (Absolute positioning so it scrolls up naturally) -->\n    <nav class=\"absolute w-full z-50 glass-header transition-all duration-300\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"flex justify-between items-center h-20\">\n                <!-- Logo & Links -->\n                <div class=\"flex items-center gap-6\">\n                    <a href=\"index.html\" class=\"flex items-center gap-2 font-bold text-xl tracking-tight text-text-main cursor-pointer hover:text-brand transition-colors\">\n                        <i class=\"fas fa-play text-brand transform rotate-[-90deg]\"><\/i>\n                        Deamlow\n                    <\/a>\n                <\/div>\n                \n                <!-- Desktop Menu -->\n                <div class=\"hidden md:flex space-x-8 items-center\">\n                    <a href=\"index.html\" class=\"text-text-muted hover:text-text-main transition-colors text-sm font-medium\">Home<\/a>\n                    <a href=\"ap-sync.html\" class=\"text-text-muted hover:text-text-main transition-colors text-sm font-medium\">AP Sync<\/a>\n                    <a href=\"#story\" class=\"text-brand font-semibold transition-colors text-sm\">About Us<\/a>\n                    <a href=\"#contact\" class=\"bg-brand hover:bg-brand-hover text-white px-5 py-2.5 rounded-lg text-sm font-semibold transition-all shadow-md shadow-indigo-500\/20\">\n                        Contact Us\n                    <\/a>\n                <\/div>\n\n                <!-- Mobile menu button -->\n                <div class=\"md:hidden flex items-center\">\n                    <button id=\"mobile-menu-btn\" class=\"text-text-main hover:text-brand focus:outline-none p-2\">\n                        <i class=\"fas fa-bars text-2xl\"><\/i>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Mobile Menu Panel -->\n        <div id=\"mobile-menu\" class=\"hidden md:hidden bg-white border-b border-border-soft absolute w-full shadow-lg\">\n            <div class=\"px-4 pt-2 pb-6 space-y-1 sm:px-3 flex flex-col\">\n                <a href=\"index.html\" class=\"text-text-muted hover:text-text-main block px-3 py-3 rounded-md text-base font-medium\">Home<\/a>\n                <a href=\"ap-sync.html\" class=\"text-text-muted hover:text-text-main block px-3 py-3 rounded-md text-base font-medium\">AP Sync<\/a>\n                <a href=\"#story\" class=\"text-brand font-medium block px-3 py-3 rounded-md text-base bg-indigo-50\">About Us<\/a>\n                <a href=\"#contact\" class=\"bg-brand text-white block px-3 py-3 rounded-md text-base font-medium text-center mt-4\">Contact Us<\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <div class=\"relative pt-32 pb-20 lg:pt-40 lg:pb-24 overflow-hidden hero-pattern bg-white border-b border-border-soft\">\n        <div class=\"absolute top-0 right-0 -mr-20 -mt-20 w-[600px] h-[600px] bg-indigo-50 rounded-full blur-3xl -z-10\"><\/div>\n        \n        <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10 text-center fade-in\">\n            <div class=\"inline-flex items-center px-3 py-1 rounded-full bg-indigo-50 border border-indigo-100 text-brand text-xs font-semibold mb-6 tracking-wide uppercase\">\n                Our Mission\n            <\/div>\n            \n            <h1 class=\"text-4xl md:text-5xl lg:text-6xl font-extrabold tracking-tight text-text-main leading-tight mb-6\">\n                Empowering the Modern Enterprise with <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-brand to-indigo-400\">Intelligent Automation<\/span>\n            <\/h1>\n            \n            <p class=\"text-xl text-text-muted mb-8 leading-relaxed max-w-3xl mx-auto\">\n                We develop innovative, AI-powered software solutions that optimize operations across the entire organization\u2014from Human Resources and Payroll to Procure-to-Pay and Finance.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <!-- The Origin Story Section -->\n    <section id=\"story\" class=\"py-24 bg-bg-light\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-16 items-center\">\n                \n                <!-- Image \/ Abstract Visual -->\n                <div class=\"relative fade-in\">\n                    <!-- Background decorative shape -->\n                    <div class=\"absolute -inset-4 bg-gradient-to-r from-indigo-100 to-white rounded-3xl transform rotate-3 -z-10 border border-border-soft\"><\/div>\n                    \n                    <div class=\"bg-white rounded-2xl p-10 border border-border-soft shadow-soft relative overflow-hidden\">\n                        <div class=\"absolute top-0 right-0 p-6 opacity-10 text-brand\">\n                            <i class=\"fas fa-quote-right text-8xl\"><\/i>\n                        <\/div>\n                        \n                        <div class=\"relative z-10\">\n                            <div class=\"w-16 h-16 bg-indigo-50 rounded-xl flex items-center justify-center mb-8 border border-indigo-100\">\n                                <i class=\"fas fa-network-wired text-2xl text-brand\"><\/i>\n                            <\/div>\n                            \n                            <h3 class=\"text-2xl font-bold text-text-main mb-6 leading-snug\">\n                                &#8220;We understand the operational friction that slows businesses down, because <span class=\"text-brand\">we&#8217;ve been in the trenches solving it.<\/span>&#8221;\n                            <\/h3>\n                            \n                            <div class=\"flex items-center gap-4 mt-8 pt-8 border-t border-border-soft\">\n                                <div class=\"flex -space-x-4\">\n                                    <!-- Abstract user avatars -->\n                                    <div class=\"w-10 h-10 rounded-full bg-slate-200 border-2 border-white flex items-center justify-center text-xs text-text-muted font-bold\">JD<\/div>\n                                    <div class=\"w-10 h-10 rounded-full bg-indigo-100 border-2 border-white flex items-center justify-center text-xs text-brand font-bold\">AS<\/div>\n                                    <div class=\"w-10 h-10 rounded-full bg-slate-200 border-2 border-white flex items-center justify-center text-xs text-text-muted font-bold\">MR<\/div>\n                                <\/div>\n                                <div class=\"text-sm font-medium text-text-muted\">\n                                    Built by Industry Experts,<br>for Cross-Functional Teams.\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Text Content -->\n                <div class=\"fade-in\" style=\"transition-delay: 150ms;\">\n                    <h2 class=\"text-brand font-bold tracking-wide uppercase text-sm mb-3\">Who We Are<\/h2>\n                    <h3 class=\"text-3xl font-extrabold text-text-main mb-6\">Real solutions for complex enterprise challenges.<\/h3>\n                    \n                    <div class=\"space-y-6 text-text-muted leading-relaxed\">\n                        <p>\n                            With over a decade of deep industry experience across corporate operations, we&#8217;ve witnessed the bottlenecks that cripple growth: siloed data, manual data entry, disconnected HR systems, and inefficient procurement cycles.\n                        <\/p>\n                        <p>\n                            This firsthand knowledge is the foundation of Deamlow. We don&#8217;t just build generic software; we engineer specialized platforms that solve the actual, granular problems faced by functional departments every day.\n                        <\/p>\n                        <p>\n                            Our suite of products\u2014spanning <strong class=\"text-text-main font-semibold\">HR management, Payroll processing, Procure-to-Pay (P2P), and Accounts Payable (AP Sync)<\/strong>\u2014is designed to break down silos. By integrating cutting-edge Artificial Intelligence into these critical workflows, we deliver interconnected tools that help enterprises operate with unprecedented speed, accuracy, and visibility.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Comprehensive Solutions Section -->\n    <section class=\"py-24 bg-white border-y border-border-soft\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center max-w-3xl mx-auto mb-16 fade-in\">\n                <h2 class=\"text-3xl font-extrabold text-text-main sm:text-4xl\">\n                    An Ecosystem of Enterprise Intelligence\n                <\/h2>\n                <p class=\"mt-4 text-lg text-text-muted\">\n                    We bring AI-driven automation to every critical pillar of your organization, ensuring data flows seamlessly from hiring to procurement to final payment.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n                <!-- AP Sync -->\n                <div class=\"bg-bg-light rounded-2xl p-6 border border-border-soft fade-in hover:shadow-soft transition-all\">\n                    <div class=\"w-12 h-12 rounded-lg bg-indigo-50 flex items-center justify-center mb-5 border border-indigo-100\">\n                        <i class=\"fas fa-file-invoice-dollar text-lg text-brand\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-lg font-bold text-text-main mb-2\">Accounts Payable<\/h4>\n                    <p class=\"text-sm text-text-muted leading-relaxed\">\n                        Our flagship <span class=\"font-semibold text-brand\">AP Sync<\/span> platform automates invoice processing, 3-way matching, and ERP synchronization.\n                    <\/p>\n                <\/div>\n\n                <!-- Procure-to-Pay (P2P) -->\n                <div class=\"bg-bg-light rounded-2xl p-6 border border-border-soft fade-in hover:shadow-soft transition-all\" style=\"transition-delay: 100ms;\">\n                    <div class=\"w-12 h-12 rounded-lg bg-emerald-50 flex items-center justify-center mb-5 border border-emerald-100\">\n                        <i class=\"fas fa-shopping-cart text-lg text-emerald-600\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-lg font-bold text-text-main mb-2\">Procure-to-Pay (P2P)<\/h4>\n                    <p class=\"text-sm text-text-muted leading-relaxed\">\n                        Streamline your entire purchasing lifecycle, from requisition and vendor selection to purchase orders and receiving.\n                    <\/p>\n                <\/div>\n\n                <!-- Human Resources -->\n                <div class=\"bg-bg-light rounded-2xl p-6 border border-border-soft fade-in hover:shadow-soft transition-all\" style=\"transition-delay: 200ms;\">\n                    <div class=\"w-12 h-12 rounded-lg bg-blue-50 flex items-center justify-center mb-5 border border-blue-100\">\n                        <i class=\"fas fa-users text-lg text-blue-600\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-lg font-bold text-text-main mb-2\">Human Resources<\/h4>\n                    <p class=\"text-sm text-text-muted leading-relaxed\">\n                        Manage the employee lifecycle intelligently. Automate onboarding, compliance, performance tracking, and core HR data.\n                    <\/p>\n                <\/div>\n\n                <!-- Payroll -->\n                <div class=\"bg-bg-light rounded-2xl p-6 border border-border-soft fade-in hover:shadow-soft transition-all\" style=\"transition-delay: 300ms;\">\n                    <div class=\"w-12 h-12 rounded-lg bg-amber-50 flex items-center justify-center mb-5 border border-amber-100\">\n                        <i class=\"fas fa-money-check-alt text-lg text-amber-600\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-lg font-bold text-text-main mb-2\">Payroll Solutions<\/h4>\n                    <p class=\"text-sm text-text-muted leading-relaxed\">\n                        Ensure accurate, timely, and compliant payroll execution across regions, integrated perfectly with your HR and Finance systems.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Core Values Section (Renamed slightly for broader context) -->\n    <section class=\"py-24 bg-bg-light border-b border-border-soft\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center max-w-3xl mx-auto mb-16 fade-in\">\n                <h2 class=\"text-3xl font-extrabold text-text-main sm:text-4xl\">\n                    The Deamlow Philosophy\n                <\/h2>\n                <p class=\"mt-4 text-lg text-text-muted\">\n                    We build software that adapts to your business architecture, focusing on tangible improvements across all departments.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n                <!-- Value 1 -->\n                <div class=\"bg-white rounded-2xl p-8 border border-border-soft fade-in hover:shadow-soft transition-all\">\n                    <div class=\"w-12 h-12 rounded-lg bg-indigo-50 flex items-center justify-center mb-6 border border-indigo-100\">\n                        <i class=\"fas fa-brain text-xl text-brand\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-xl font-bold text-text-main mb-3\">Applied Intelligence<\/h4>\n                    <p class=\"text-sm text-text-muted leading-relaxed\">\n                        We deploy AI to solve specific bottlenecks\u2014whether it&#8217;s cognitive OCR for invoices or predictive analytics for workforce planning.\n                    <\/p>\n                <\/div>\n\n                <!-- Value 2 -->\n                <div class=\"bg-white rounded-2xl p-8 border border-border-soft fade-in hover:shadow-soft transition-all\" style=\"transition-delay: 100ms;\">\n                    <div class=\"w-12 h-12 rounded-lg bg-emerald-50 flex items-center justify-center mb-6 border border-emerald-100\">\n                        <i class=\"fas fa-layer-group text-xl text-emerald-600\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-xl font-bold text-text-main mb-3\">Cross-Platform Synergy<\/h4>\n                    <p class=\"text-sm text-text-muted leading-relaxed\">\n                        Silos destroy efficiency. Our tools are designed to talk to each other, ensuring your HR, Procurement, and Finance data is always synchronized.\n                    <\/p>\n                <\/div>\n\n                <!-- Value 3 -->\n                <div class=\"bg-white rounded-2xl p-8 border border-border-soft fade-in hover:shadow-soft transition-all\" style=\"transition-delay: 200ms;\">\n                    <div class=\"w-12 h-12 rounded-lg bg-blue-50 flex items-center justify-center mb-6 border border-blue-100\">\n                        <i class=\"fas fa-chart-line text-xl text-blue-600\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-xl font-bold text-text-main mb-3\">Enterprise Scalability<\/h4>\n                    <p class=\"text-sm text-text-muted leading-relaxed\">\n                        We build robust, secure systems that grow with you. From managing 100 employees to 10,000, our infrastructure handles the load seamlessly.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Stats \/ Experience Banner -->\n    <section class=\"py-16 bg-brand text-white\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8 text-center divide-y md:divide-y-0 md:divide-x divide-indigo-400 fade-in\">\n                <div class=\"py-4\">\n                    <p class=\"text-4xl font-extrabold mb-2\">Holistic<\/p>\n                    <p class=\"text-sm font-medium text-indigo-100 uppercase tracking-wide\">Enterprise Approach<\/p>\n                <\/div>\n                <div class=\"py-4\">\n                    <p class=\"text-4xl font-extrabold mb-2\">100%<\/p>\n                    <p class=\"text-sm font-medium text-indigo-100 uppercase tracking-wide\">Focused on Automation<\/p>\n                <\/div>\n                <div class=\"py-4\">\n                    <p class=\"text-4xl font-extrabold mb-2\">AI-First<\/p>\n                    <p class=\"text-sm font-medium text-indigo-100 uppercase tracking-wide\">Technology Stack<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section id=\"contact\" class=\"py-24 bg-white border-b border-border-soft\">\n        <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center fade-in\">\n            <h2 class=\"text-3xl font-extrabold text-text-main mb-6\">\n                Let&#8217;s optimize your entire operation\n            <\/h2>\n            <p class=\"text-lg text-text-muted mb-8 max-w-2xl mx-auto\">\n                Whether you need to overhaul your Procure-to-Pay process, upgrade your HR systems, or automate Accounts Payable, our enterprise experts are ready to assist.\n            <\/p>\n            \n            <div class=\"flex flex-col sm:flex-row justify-center gap-4\">\n                <a href=\"ap-sync.html#demo\" class=\"bg-brand hover:bg-brand-hover text-white px-8 py-3.5 rounded-lg text-base font-semibold transition-all shadow-soft flex items-center justify-center\">\n                    Request a Demo <i class=\"fas fa-arrow-right ml-2\"><\/i>\n                <\/a>\n                <a href=\"mailto:contact@deamlow.com\" class=\"bg-white hover:bg-slate-50 border border-border-soft text-text-main px-8 py-3.5 rounded-lg text-base font-medium transition-all flex items-center justify-center shadow-sm\">\n                    <i class=\"fas fa-envelope mr-2 text-text-muted\"><\/i> Contact Support\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"bg-white py-12\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row justify-between items-center gap-4\">\n            <div class=\"flex items-center gap-2 font-bold text-xl tracking-tight text-text-main\">\n                <i class=\"fas fa-play text-brand transform rotate-[-90deg]\"><\/i>\n                Deamlow <span class=\"text-sm font-normal text-text-muted ml-2\">Advanced Technology<\/span>\n            <\/div>\n            \n            <div class=\"flex space-x-6\">\n                <a href=\"index.html\" class=\"text-sm text-text-muted hover:text-brand transition-colors\">Home<\/a>\n                <a href=\"ap-sync.html\" class=\"text-sm text-text-muted hover:text-brand transition-colors\">AP Sync Platform<\/a>\n                <a href=\"#\" class=\"text-sm text-text-muted hover:text-brand transition-colors\">Privacy Policy<\/a>\n            <\/div>\n            \n            <p class=\"text-sm text-text-muted\">\n                &copy; 2026 Deamlow Advanced Technology. All rights reserved.\n            <\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ Mobile Menu Toggle\n            const btn = document.getElementById('mobile-menu-btn');\n            const menu = document.getElementById('mobile-menu');\n\n            btn.addEventListener('click', () => {\n                menu.classList.toggle('hidden');\n            });\n\n            \/\/ Intersection Observer for scroll animations (Fade in effect)\n            const observerOptions = {\n                root: null,\n                rootMargin: '0px',\n                threshold: 0.15\n            };\n\n            const observer = new IntersectionObserver((entries, observer) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('visible');\n                        observer.unobserve(entry.target);\n                    }\n                });\n            }, observerOptions);\n\n            const animateElements = document.querySelectorAll('.fade-in');\n            animateElements.forEach(el => observer.observe(el));\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Us | Deamlow Advanced Technology Deamlow Home AP Sync About Us Contact Us Home AP Sync About Us Contact Us Our Mission Empowering the Modern Enterprise with Intelligent Automation We develop innovative, AI-powered software solutions that optimize operations across the entire organization\u2014from Human Resources and Payroll to Procure-to-Pay and Finance. &#8220;We understand the operational&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-87","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/deamlow.com\/index.php?rest_route=\/wp\/v2\/pages\/87","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/deamlow.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/deamlow.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/deamlow.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/deamlow.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=87"}],"version-history":[{"count":4,"href":"https:\/\/deamlow.com\/index.php?rest_route=\/wp\/v2\/pages\/87\/revisions"}],"predecessor-version":[{"id":91,"href":"https:\/\/deamlow.com\/index.php?rest_route=\/wp\/v2\/pages\/87\/revisions\/91"}],"wp:attachment":[{"href":"https:\/\/deamlow.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}