{"id":744,"date":"2025-08-17T04:27:56","date_gmt":"2025-08-17T04:27:56","guid":{"rendered":"http:\/\/scaleupwithhj.com\/?page_id=744"},"modified":"2026-06-27T22:53:26","modified_gmt":"2026-06-27T22:53:26","slug":"744-2","status":"publish","type":"page","link":"https:\/\/scaleupwithhj.com\/index.php\/744-2\/","title":{"rendered":"FAQs &#038; TERMS"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>FAQs &#038; Terms \u00b7 ScaleUp With HJ<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        body {\n            font-family: 'Poppins', sans-serif;\n            background: #f8f9fa;\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .faq-terms-wrapper {\n            max-width: 1000px;\n            margin: 0 auto;\n            background: transparent;\n            padding: 40px 40px 50px 40px;\n        }\n\n        \/* ===== HEADER ===== *\/\n        .section-header {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n        .section-header h1 {\n            font-size: 36px;\n            font-weight: 700;\n            color: #1E1E1E;\n            margin-bottom: 8px;\n        }\n        .section-header p {\n            font-size: 16px;\n            color: #666;\n        }\n\n        \/* ===== TAB BUTTONS ===== *\/\n        .tab-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-bottom: 35px;\n            flex-wrap: wrap;\n        }\n        .tab-btn {\n            font-family: 'Poppins', sans-serif;\n            font-size: 18px;\n            font-weight: 600;\n            padding: 12px 36px;\n            border: 2px solid #7B3FE4;\n            background: transparent;\n            color: #7B3FE4;\n            border-radius: 50px;\n            cursor: pointer;\n            transition: all 0.4s ease;\n        }\n        .tab-btn:hover {\n            background: #7B3FE4;\n            color: #fff;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(123, 63, 228, 0.25);\n        }\n        .tab-btn.active {\n            background: #7B3FE4;\n            color: #fff;\n            box-shadow: 0 6px 20px rgba(123, 63, 228, 0.3);\n        }\n\n        \/* ===== TAB CONTENT ===== *\/\n        .tab-content {\n            display: none;\n            animation: fadeSlideIn 0.6s ease forwards;\n        }\n        .tab-content.active {\n            display: block;\n        }\n\n        @keyframes fadeSlideIn {\n            0% { opacity: 0; transform: translateY(20px); }\n            100% { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* ===== FAQ SECTION ===== *\/\n        .faq-item {\n            margin-bottom: 15px;\n            border-bottom: 1px solid #e0e0e0;\n            padding-bottom: 15px;\n            background: rgba(255,255,255,0.5);\n            padding: 15px 20px;\n            border-radius: 10px;\n            backdrop-filter: blur(2px);\n        }\n        .faq-item:last-child {\n            border-bottom: none;\n        }\n        .faq-question {\n            font-size: 20px;\n            font-weight: 600;\n            color: #7B3FE4;\n            cursor: pointer;\n            transition: color 0.3s ease;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        .faq-question:hover {\n            color: #5e2db3;\n        }\n        .faq-question .arrow {\n            font-size: 22px;\n            transition: transform 0.3s ease;\n            color: #7B3FE4;\n        }\n        .faq-question.active .arrow {\n            transform: rotate(180deg);\n        }\n        .faq-answer {\n            font-size: 16px;\n            color: #333;\n            display: none;\n            margin-top: 10px;\n            line-height: 1.7;\n            padding-right: 10px;\n        }\n        .faq-answer.show {\n            display: block;\n            animation: fadeSlideIn 0.4s ease forwards;\n        }\n\n        \/* ===== TERMS SECTION ===== *\/\n        .terms-content {\n            font-size: 15px;\n            color: #333;\n            line-height: 1.8;\n            max-height: 600px;\n            overflow-y: auto;\n            padding-right: 10px;\n            background: rgba(255,255,255,0.5);\n            padding: 25px 30px;\n            border-radius: 12px;\n            backdrop-filter: blur(2px);\n        }\n        .terms-content::-webkit-scrollbar {\n            width: 6px;\n        }\n        .terms-content::-webkit-scrollbar-track {\n            background: rgba(0,0,0,0.05);\n            border-radius: 8px;\n        }\n        .terms-content::-webkit-scrollbar-thumb {\n            background: #7B3FE4;\n            border-radius: 8px;\n        }\n        .terms-content h2 {\n            font-size: 24px;\n            color: #1E1E1E;\n            margin: 30px 0 12px 0;\n        }\n        .terms-content h2:first-of-type {\n            margin-top: 0;\n        }\n        .terms-content h3 {\n            font-size: 18px;\n            color: #7B3FE4;\n            margin: 20px 0 10px 0;\n        }\n        .terms-content p {\n            margin-bottom: 12px;\n        }\n        .terms-content ul {\n            margin: 10px 0 15px 25px;\n        }\n        .terms-content ul li {\n            margin-bottom: 6px;\n        }\n        .terms-content strong {\n            color: #1E1E1E;\n        }\n\n        \/* ===== SCROLL ANIMATION ===== *\/\n        .animate-on-scroll {\n            opacity: 0;\n            transform: translateY(40px);\n            transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),\n                        transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n        .animate-on-scroll.visible {\n            opacity: 1 !important;\n            transform: translateY(0) !important;\n        }\n\n        \/* Stagger delays *\/\n        .stagger-1 { transition-delay: 0s; }\n        .stagger-2 { transition-delay: 0.08s; }\n        .stagger-3 { transition-delay: 0.16s; }\n        .stagger-4 { transition-delay: 0.24s; }\n        .stagger-5 { transition-delay: 0.32s; }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 768px) {\n            .faq-terms-wrapper {\n                padding: 25px 18px 35px 18px;\n            }\n            .section-header h1 {\n                font-size: 28px;\n            }\n            .tab-btn {\n                font-size: 15px;\n                padding: 10px 24px;\n            }\n            .faq-question {\n                font-size: 17px;\n            }\n            .terms-content {\n                max-height: 450px;\n                padding: 18px 20px;\n            }\n            .terms-content h2 {\n                font-size: 20px;\n            }\n            .faq-item {\n                padding: 12px 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"faq-terms-wrapper animate-on-scroll stagger-1\">\n        <!-- Header -->\n        <div class=\"section-header animate-on-scroll stagger-1\">\n            <h1>FAQs &amp; Terms<\/h1>\n            <p>Everything you need to know before we work together<\/p>\n        <\/div>\n\n        <!-- Tab Buttons -->\n        <div class=\"tab-buttons animate-on-scroll stagger-2\">\n            <button class=\"tab-btn active\" data-tab=\"faq\">Frequently Asked Questions<\/button>\n            <button class=\"tab-btn\" data-tab=\"terms\">Terms &amp; Conditions<\/button>\n        <\/div>\n\n        <!-- ===== TAB 1: FAQ ===== -->\n        <div id=\"tab-faq\" class=\"tab-content active animate-on-scroll stagger-3\">\n            <div style=\"text-align:center; margin-bottom:30px;\">\n                <h2 style=\"font-size:32px; font-weight:700; color:#1E1E1E;\">Frequently Asked Questions<\/h2>\n                <p style=\"font-size:16px; color:#555; margin-top:6px;\">\n                    Whether you are an Amazon seller, investor, beginner, or expert, all the questions you might have are answered here.\n                <\/p>\n            <\/div>\n\n            <!-- FAQ Items -->\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    1. What is ScaleUp With HJ and who is the Founder?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">ScaleUp With HJ is a professional Amazon growth agency helping sellers and investors launch, grow, and scale their businesses. The Founder &amp; CEO is <strong>Hamza Jadoon<\/strong>, an Amazon expert who has helped multiple sellers reach 6\u20137 figure revenues.<\/p>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    2. How can I reach you quickly?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">You can reach us via WhatsApp or Instagram. We usually reply within a few hours.<\/p>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    3. I&#8217;m new to Amazon. Can I still work with you?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">Absolutely. We work with complete beginners. We set up your foundation properly, guide you step-by-step, and provide all the knowledge you need to start selling successfully.<\/p>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    4. I have a limited budget. Can I still get results?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">Yes! We tailor strategies according to your budget and growth stage. Even with a small budget, you can start generating sales and scale gradually.<\/p>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    5. I&#8217;ve tried PPC managers before with no results. How are you different?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">Unlike cookie-cutter agencies, we build custom campaigns based on your product, audience, and market. We dive deep into data, eliminate wasted spend, and use real-time optimization to drive profitable growth \u2014 not just traffic.<\/p>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    6. My ACoS is too high. Can you really lower it without hurting sales?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">Yes. Reducing ACoS while maintaining or increasing sales is our core strength. We focus on keyword intent, bidding logic, negative targeting, and campaign structure \u2014 all tuned for profitable growth.<\/p>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    7. Do you manage everything, or do I need to do something myself?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">You don&#8217;t need to do anything. We handle setup, strategy, optimization, reporting, and scaling \u2014 you focus on inventory, customer service, or other tasks.<\/p>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    8. I want to invest but don&#8217;t have time. Can you handle everything?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">Absolutely. We provide end-to-end account management: product research, PPC, listing optimization, LLC formation, inventory, and order management. You invest \u2014 we grow your business.<\/p>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    9. How do you find profitable products?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">Using Keepa, SellerAmp (SAS), and competitor research, we identify low-competition, high-demand products tailored to your budget and goals.<\/p>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    10. Do you guarantee product success?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">No one can guarantee 100% success, but our data-backed validation significantly increases chances of sustainable sales and growth.<\/p>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    11. How soon will I start seeing results?\n                    <span class=\"arrow\">\u25be<\/span>\n                <\/div>\n                <p class=\"faq-answer\">Measurable improvements usually appear in 2\u20133 weeks. Full optimization takes 30\u201360 days. Every step is ROI-focused.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- ===== TAB 2: TERMS ===== -->\n        <div id=\"tab-terms\" class=\"tab-content animate-on-scroll stagger-3\">\n            <div class=\"terms-content\">\n                <h2>Terms &amp; Conditions<\/h2>\n                <p><strong>Effective Date:<\/strong> June 26, 2026<\/p>\n                <p>Welcome to <strong>ScaleUp With HJ<\/strong> (&#8220;Company,&#8221; &#8220;we,&#8221; &#8220;us,&#8221; or &#8220;our&#8221;). These Terms &amp; Conditions govern your access to and use of our website, <strong>https:\/\/scaleupwithhj.com<\/strong>, and our professional Amazon business services. By accessing our website or engaging our services, you acknowledge that you have read, understood, and agreed to these Terms.<\/p>\n\n                <h3>1. Our Services<\/h3>\n                <p>ScaleUp With HJ specializes in providing professional Amazon business solutions, including but not limited to Amazon Wholesale, Online Arbitrage, Product Research, Product Sourcing, Listing Optimization, PPC Management, Account Management, U.S. LLC Formation, and related consulting services.<\/p>\n                <p>Every business has unique goals and requirements. Therefore, the scope of work, deliverables, pricing, timelines, and communication methods are discussed and mutually agreed upon before each project begins through WhatsApp, email, or a written proposal.<\/p>\n\n                <h3>2. Our Commitment to Sustainable Growth<\/h3>\n                <p>At ScaleUp With HJ, our mission is to help clients build, scale, and strengthen successful Amazon businesses through proven strategies, industry expertise, advanced research tools, and data-driven decision making.<\/p>\n                <p>Every recommendation we provide is based on practical experience and industry best practices designed to improve performance and reduce unnecessary business risks.<\/p>\n                <p>Because Amazon is a dynamic marketplace influenced by changing policies, competition, customer demand, supplier availability, pricing fluctuations, and other external factors beyond our control, we cannot guarantee specific sales figures, profit margins, rankings, Buy Box ownership, account approvals, or any particular business outcome.<\/p>\n                <p>Our commitment is not to promise unrealistic results, but to provide the highest level of professional service, strategic guidance, and ongoing support to maximize your opportunity for long-term growth.<\/p>\n\n                <h3>3. Client Responsibilities<\/h3>\n                <p>To ensure the best possible experience, clients agree to:<\/p>\n                <ul>\n                    <li>Provide accurate and complete business information.<\/li>\n                    <li>Provide timely access to required accounts and platforms.<\/li>\n                    <li>Review and approve requested information when necessary.<\/li>\n                    <li>Make agreed payments on time.<\/li>\n                    <li>Comply with Amazon policies and applicable laws.<\/li>\n                <\/ul>\n                <p>The Client remains responsible for all final business decisions, including inventory purchases, pricing decisions, supplier selection, and overall compliance with Amazon&#8217;s policies.<\/p>\n                <p>Any delays resulting from missing information, delayed approvals, restricted account access, or overdue payments may affect project timelines and project outcomes.<\/p>\n\n                <h3>4. Payments &amp; Refund Policy<\/h3>\n                <p>We believe in complete transparency before every project begins. All pricing, deliverables, payment schedules, and timelines are discussed and agreed upon in advance.<\/p>\n                <p>Once work has commenced, our team immediately invests professional expertise, research, premium software, operational resources, and dedicated time into your project. Accordingly, payments for services already rendered are generally non-refundable.<\/p>\n                <p>If concerns arise during the project, we encourage open communication and will make reasonable efforts to resolve issues fairly and professionally whenever possible.<\/p>\n\n                <h3>5. Third-Party Platforms<\/h3>\n                <p>Our services may involve third-party platforms including, but not limited to:<\/p>\n                <ul>\n                    <li>Amazon Seller Central<\/li>\n                    <li>Keepa<\/li>\n                    <li>SellerAmp<\/li>\n                    <li>U.S. State Filing Agencies<\/li>\n                    <li>Wholesale Suppliers<\/li>\n                    <li>Other business software and service providers<\/li>\n                <\/ul>\n                <p>ScaleUp With HJ is an independent service provider and is not affiliated with or endorsed by these organizations.<\/p>\n                <p>We are not responsible for third-party decisions, policy changes, fee changes, filing delays, account reviews, account suspensions, account approvals, marketplace restrictions, or other actions taken solely by these external organizations.<\/p>\n\n                <h3>6. Confidentiality<\/h3>\n                <p>Protecting our clients&#8217; business information is one of our highest priorities.<\/p>\n                <p>Any confidential information shared with us\u2014including account credentials, supplier information, business strategies, financial information, operational data, product research, and related business materials\u2014will be handled with reasonable care and confidentiality and will not be disclosed to unrelated third parties except where required by law or with the client&#8217;s authorization.<\/p>\n\n                <h3>7. Intellectual Property<\/h3>\n                <p>All content available on this website, including text, graphics, branding, logos, documents, strategies, designs, training materials, and other intellectual property, remains the exclusive property of ScaleUp With HJ unless otherwise stated.<\/p>\n                <p>No content may be copied, reproduced, modified, distributed, published, or used for commercial purposes without prior written permission.<\/p>\n\n                <h3>8. Business Risk &amp; Limitation of Liability<\/h3>\n                <p>Every business involves opportunities as well as risks, and Amazon is no exception.<\/p>\n                <p>At ScaleUp With HJ, we use our experience, market knowledge, advanced tools, and proven methodologies to reduce unnecessary risks and improve the likelihood of sustainable business growth.<\/p>\n                <p>However, no consultant or agency can eliminate all business risks or control external factors such as Amazon policy updates, competition, customer behavior, supplier performance, inventory availability, pricing fluctuations, account reviews, algorithm changes, or unforeseen marketplace conditions.<\/p>\n                <p>To the maximum extent permitted by applicable law, ScaleUp With HJ shall not be liable for indirect, incidental, special, or consequential losses, including but not limited to loss of profits, business interruption, inventory losses, account suspension, missed business opportunities, or other damages resulting from circumstances beyond our reasonable control.<\/p>\n\n                <h3>9. Communication<\/h3>\n                <p>By contacting us through WhatsApp, email, Instagram, our website, or any other official communication channel, you consent to receive communications relating to inquiries, quotations, ongoing projects, invoices, updates, and customer support.<\/p>\n\n                <h3>10. Termination<\/h3>\n                <p>Either party may terminate a project by providing written notice, subject to any applicable service agreement.<\/p>\n                <p>ScaleUp With HJ reserves the right to suspend or terminate services where there is non-payment, fraudulent activity, abusive behavior, misuse of services, violation of these Terms, or any activity that could reasonably harm our business or reputation.<\/p>\n\n                <h3>11. Force Majeure<\/h3>\n                <p>ScaleUp With HJ shall not be responsible for delays or inability to perform services due to events beyond our reasonable control, including but not limited to natural disasters, internet outages, cyber incidents, government actions, labor disputes, public emergencies, or disruptions affecting Amazon or other third-party platforms.<\/p>\n\n                <h3>12. Governing Law<\/h3>\n                <p>These Terms &amp; Conditions shall be governed by and interpreted in accordance with the laws applicable in the jurisdiction in which ScaleUp With HJ operates, unless otherwise agreed in writing.<\/p>\n\n                <h3>13. Changes to These Terms<\/h3>\n                <p>We may update these Terms &amp; Conditions from time to time to reflect changes in our services, legal requirements, or business operations.<\/p>\n                <p>The updated version will become effective immediately upon publication on our website. Continued use of our website or services constitutes acceptance of the revised Terms.<\/p>\n\n                <h3>14. Privacy<\/h3>\n                <p>Your use of our website is also subject to our Privacy Policy, which explains how we collect, use, and protect your information.<\/p>\n\n                <h3>15. Contact Information<\/h3>\n                <p>If you have any questions regarding these Terms &amp; Conditions, please contact us through our official channels:<\/p>\n                <p><strong>Website:<\/strong> https:\/\/scaleupwithhj.com<\/p>\n                <p><strong>WhatsApp:<\/strong> +1 (803) 346-3341<\/p>\n                <p><strong>Email:<\/strong> contact@scaleupwithhj.com<\/p>\n                <p><strong>Instagram:<\/strong> @scaleupwithhj<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ ===== TAB SWITCHING =====\n        const tabBtns = document.querySelectorAll('.tab-btn');\n        const tabContents = {\n            faq: document.getElementById('tab-faq'),\n            terms: document.getElementById('tab-terms')\n        };\n\n        tabBtns.forEach(btn => {\n            btn.addEventListener('click', function() {\n                \/\/ Remove active class from all buttons\n                tabBtns.forEach(b => b.classList.remove('active'));\n                this.classList.add('active');\n\n                \/\/ Hide all tab contents\n                Object.values(tabContents).forEach(content => {\n                    content.classList.remove('active');\n                });\n\n                \/\/ Show the selected tab\n                const tab = this.dataset.tab;\n                if (tab === 'faq') {\n                    tabContents.faq.classList.add('active');\n                } else if (tab === 'terms') {\n                    tabContents.terms.classList.add('active');\n                }\n            });\n        });\n\n        \/\/ ===== FAQ ACCORDION =====\n        const faqQuestions = document.querySelectorAll('.faq-question');\n        faqQuestions.forEach(question => {\n            question.addEventListener('click', function() {\n                const answer = this.nextElementSibling;\n                const isOpen = answer.classList.contains('show');\n\n                \/\/ Close all other answers\n                document.querySelectorAll('.faq-answer').forEach(ans => {\n                    ans.classList.remove('show');\n                });\n                document.querySelectorAll('.faq-question').forEach(q => {\n                    q.classList.remove('active');\n                });\n\n                \/\/ Toggle current\n                if (!isOpen) {\n                    answer.classList.add('show');\n                    this.classList.add('active');\n                }\n            });\n        });\n\n        \/\/ ===== SCROLL ANIMATION =====\n        (function() {\n            const elements = document.querySelectorAll('.animate-on-scroll');\n\n            if (typeof IntersectionObserver === 'undefined') {\n                elements.forEach(el => el.classList.add('visible'));\n                return;\n            }\n\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('visible');\n                    } else {\n                        entry.target.classList.remove('visible');\n                    }\n                });\n            }, {\n                threshold: 0.15,\n                rootMargin: '0px 0px -30px 0px'\n            });\n\n            elements.forEach(el => observer.observe(el));\n        })();\n    <\/script>\n\n<\/body>\n<\/html>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>FAQs &#038; Terms \u00b7 ScaleUp With HJ FAQs &amp; Terms Everything you need to know before we work together Frequently Asked Questions Terms &amp; Conditions Frequently Asked Questions Whether you are an Amazon seller, investor, beginner, or expert, all the questions you might have are answered here. 1. What is ScaleUp With HJ and who [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"saved_in_kubio":true,"footnotes":""},"class_list":["post-744","page","type-page","status-publish","hentry"],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"_links":{"self":[{"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/pages\/744","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/comments?post=744"}],"version-history":[{"count":19,"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/pages\/744\/revisions"}],"predecessor-version":[{"id":1670,"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/pages\/744\/revisions\/1670"}],"wp:attachment":[{"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/media?parent=744"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}