{"id":481,"date":"2025-09-24T11:20:59","date_gmt":"2025-09-24T11:20:59","guid":{"rendered":"https:\/\/restorequiet.com\/qp-landing-page\/?page_id=481"},"modified":"2025-10-04T12:35:52","modified_gmt":"2025-10-04T12:35:52","slug":"smoothie-diet-email-2","status":"publish","type":"page","link":"https:\/\/restorequiet.com\/qp-landing-page\/smoothie-diet-email-2\/","title":{"rendered":"Smoothie FREE Guide"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"481\" class=\"elementor elementor-481\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64c4cd0 e-flex e-con-boxed e-con e-parent\" data-id=\"64c4cd0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d480e36 elementor-widget elementor-widget-html\" data-id=\"d480e36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Want to Feel Lighter and More Energetic in Just Minutes a Day?<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary-bg: #f8f8f8;\r\n            --secondary-bg: #ffffff;\r\n            --text-color-dark: #333333;\r\n            --text-color-light: #666666;\r\n            --accent-green: #2ecc71;\r\n            --accent-blue: #3498db;\r\n            --link-color: #3498db;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Roboto', sans-serif;\r\n            margin: 0;\r\n            padding: 0;\r\n            background-color: var(--primary-bg);\r\n            color: var(--text-color-dark);\r\n            line-height: 1.6;\r\n            text-align: center;\r\n            display: flex;\r\n            flex-direction: column;\r\n            min-height: 100vh;\r\n        }\r\n\r\n        .main-content {\r\n            flex: 1;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 2rem 1rem;\r\n            gap: 2rem;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .content-box {\r\n            flex-grow: 1;\r\n            max-width: 500px;\r\n            text-align: left; \/* Keep left aligned on desktop *\/\r\n        }\r\n\r\n        .book-image {\r\n            width: 100%;\r\n            max-width: 300px; \r\n            height: auto;\r\n            border-radius: 8px; \r\n            box-shadow: 0 4px 20px rgba(0,0,0,0.15); \r\n        }\r\n\r\n        h1 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 0.5rem;\r\n            color: var(--text-color-dark);\r\n             \/* Ensure H1 breaks lines nicely on mobile *\/\r\n            word-break: break-word; \r\n        }\r\n\r\n        \/* UPDATED STYLE: Link inside H1 to look like a CTA *\/\r\n        .header-cta-link {\r\n            color: var(--accent-green); \/* Button color *\/\r\n            text-decoration: underline; \/* Underline *\/\r\n            \r\n            \/* --- \u05ea\u05d9\u05e7\u05d5\u05df \u05d4\u05e7\u05d5 \u05d4\u05ea\u05d7\u05ea\u05d5\u05df --- *\/\r\n            font-weight: 700; \/* \u05de\u05d5\u05d3\u05d2\u05e9, \u05d0\u05d1\u05dc \u05dc\u05d0 \u05e7\u05d9\u05e6\u05d5\u05e0\u05d9 \u05de\u05d3\u05d9 *\/\r\n            text-decoration-thickness: 2px; \/* \u05de\u05e2\u05d1\u05d4 \u05d0\u05ea \u05d4\u05e7\u05d5 \u05d4\u05ea\u05d7\u05ea\u05d5\u05df \u05db\u05d3\u05d9 \u05e9\u05dc\u05d0 \u05d9\u05d9\u05d1\u05dc\u05e2 *\/\r\n            \/* ------------------------ *\/\r\n            \r\n            cursor: pointer;\r\n            transition: color 0.3s ease;\r\n        }\r\n\r\n        .header-cta-link:hover {\r\n            color: #27ae60; \/* Slightly darker green on hover *\/\r\n        }\r\n        \r\n        .cta-link-text {\r\n            \/* Ensures that the \"Loved by Women 35+\" part is not part of the link style *\/\r\n            font-weight: 700;\r\n        }\r\n\r\n        .list-benefits {\r\n            list-style-type: none;\r\n            padding-left: 0;\r\n            margin-top: 1rem;\r\n            margin-bottom: 1rem;\r\n            font-weight: bold;\r\n            color: var(--text-color-dark);\r\n        }\r\n\r\n        .list-benefits li {\r\n            position: relative;\r\n            padding-left: 20px;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        \/* Styling for the new bullet points using the accent green *\/\r\n        .list-benefits li::before {\r\n            content: \"\u2022\"; \/* Using a simple circle or bullet point *\/\r\n            color: var(--accent-green);\r\n            font-size: 1.5rem;\r\n            position: absolute;\r\n            left: 0;\r\n            top: -2px;\r\n        }\r\n\r\n        .cta-note {\r\n            font-size: 1rem;\r\n            font-weight: bold;\r\n            color: var(--accent-green);\r\n        }\r\n        \r\n        \/* New element for social proof\/trust line *\/\r\n        .trust-line {\r\n            font-size: 0.9rem;\r\n            color: var(--text-color-light);\r\n            margin-top: 1rem;\r\n            margin-bottom: 1.5rem; \/* Space before the footer *\/\r\n        }\r\n\r\n        .cta-button {\r\n            display: inline-block;\r\n            margin-top: 1rem;\r\n            padding: 0.75rem 2rem;\r\n            font-size: 1.25rem;\r\n            font-weight: bold;\r\n            color: white;\r\n            background-color: var(--accent-green);\r\n            border: none;\r\n            border-radius: 50px;\r\n            cursor: pointer;\r\n            text-decoration: none;\r\n            transition: background-color 0.3s ease;\r\n            \/* \u05e9\u05d9\u05e0\u05d5\u05d9 CSS \u05dc\u05d0\u05d5\u05e4\u05d8\u05d9\u05de\u05d9\u05d6\u05e6\u05d9\u05d4: \u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05dc\u05e8\u05d5\u05d7\u05d1 \u05de\u05dc\u05d0 \u05d1\u05e0\u05d9\u05d9\u05d3 *\/\r\n            width: 100%; \r\n            max-width: 350px;\r\n        }\r\n\r\n        .cta-button:hover {\r\n            background-color: #27ae60;\r\n        }\r\n\r\n        .legal-footer {\r\n            padding: 1rem;\r\n            font-size: 0.8rem;\r\n            color: var(--text-color-light);\r\n            text-align: center;\r\n        }\r\n\r\n        .legal-footer a {\r\n            color: var(--link-color);\r\n            text-decoration: none;\r\n        }\r\n\r\n        .legal-footer a:hover {\r\n            text-decoration: underline;\r\n        }\r\n        \r\n        \/* MOBILE OPTIMIZATION *\/\r\n        @media (max-width: 768px) {\r\n            .main-content {\r\n                flex-direction: column;\r\n                padding: 1rem 0.5rem; \/* \u05e6\u05de\u05e6\u05d5\u05dd \u05e8\u05d9\u05e4\u05d5\u05d3 \u05dc\u05e0\u05d9\u05d9\u05d3 \u05dc\u05e0\u05d9\u05e6\u05d5\u05dc \u05e9\u05d8\u05d7 \u05de\u05e7\u05e1\u05d9\u05de\u05dc\u05d9 *\/\r\n            }\r\n            .content-box {\r\n                \/* \u05de\u05e8\u05db\u05d6 \u05d0\u05ea \u05db\u05dc \u05d4\u05ea\u05d5\u05db\u05df \u05d1\u05ea\u05d5\u05da \u05d4\u05e7\u05d5\u05e4\u05e1\u05d4 \u05d1\u05e0\u05d9\u05d9\u05d3 *\/\r\n                text-align: center; \r\n                padding: 0 1rem; \r\n            }\r\n            \r\n            h1 {\r\n                font-size: 1.8rem; \/* \u05d4\u05e7\u05d8\u05e0\u05ea \u05db\u05d5\u05ea\u05e8\u05ea \u05e8\u05d0\u05e9\u05d9\u05ea \u05dc\u05e0\u05d9\u05d9\u05d3 *\/\r\n            }\r\n            \r\n            .book-image {\r\n                max-width: 250px; \/* \u05d4\u05e7\u05d8\u05e0\u05ea \u05ea\u05de\u05d5\u05e0\u05d4 \u05e7\u05dc\u05d4 \u05dc\u05e0\u05d9\u05d9\u05d3 *\/\r\n                margin-bottom: 1rem;\r\n            }\r\n\r\n            .list-benefits {\r\n                \/* \u05e9\u05de\u05d9\u05e8\u05d4 \u05e2\u05dc \u05d9\u05d9\u05e9\u05d5\u05e8 \u05dc\u05e9\u05de\u05d0\u05dc \u05e9\u05dc \u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05d1\u05d5\u05dc\u05d8\u05d9\u05dd, \u05d0\u05da \u05de\u05e8\u05db\u05d5\u05d6 \u05d4\u05e8\u05e9\u05d9\u05de\u05d4 \u05e2\u05e6\u05de\u05d4 *\/\r\n                max-width: 300px; \r\n                margin-left: auto;\r\n                margin-right: auto;\r\n                text-align: left;\r\n                font-size: 1.1rem; \/* \u05d4\u05d2\u05d3\u05dc\u05d4 \u05e7\u05dc\u05d4 \u05e9\u05dc \u05e4\u05d5\u05e0\u05d8 \u05d4\u05e8\u05e9\u05d9\u05de\u05d4 \u05dc\u05e0\u05d9\u05d9\u05d3 *\/\r\n            }\r\n            \r\n            \/* \u05d4\u05d1\u05d8\u05d7\u05ea \u05d2\u05d5\u05d3\u05dc \u05e7\u05e8\u05d9\u05d0 \u05dc\u05e4\u05e1\u05e7\u05d0\u05d5\u05ea \u05e0\u05d5\u05e1\u05e4\u05d5\u05ea \u05d1\u05e0\u05d9\u05d9\u05d3 *\/\r\n            .cta-note, .trust-line {\r\n                font-size: 0.95rem; \r\n            }\r\n        }\r\n    <\/style>\r\n    <script>\r\n        \/\/ Function to bind the click event to open the external form popup\r\n        function bindCtaLink() {\r\n            const ctaLinkId = '38761134-993f-11f0-aab0-310c1305c150'; \/\/ The ID used by the external script\r\n\r\n            \/\/ Find all elements that should trigger the popup\r\n            const triggerElements = document.querySelectorAll(`[data-eo-form-toggle-id=\"${ctaLinkId}\"]`);\r\n            \r\n            triggerElements.forEach(element => {\r\n                element.addEventListener('click', (e) => {\r\n                    e.preventDefault();\r\n                    \/\/ Assuming the external script (eomail6.com) defines a global function \r\n                    \/\/ or event to handle the popup based on the data attribute.\r\n                    \/\/ Since we are applying the data attribute to the new link, the external script \r\n                    \/\/ should typically handle it. \r\n                });\r\n            });\r\n        }\r\n        \r\n        \/\/ Ensure the binding function runs once the document is loaded\r\n        window.addEventListener('load', bindCtaLink);\r\n\r\n    <\/script>\r\n<\/head>\r\n<body>\r\n    <div class=\"main-content\">\r\n        <div class=\"image-box\">\r\n            <!-- The image URL remains the same -->\r\n            <img decoding=\"async\" src=\"https:\/\/image.pollinations.ai\/prompt\/3d%20physical%20book%20cover%20for%20a%20free%20guide%20titled%20%22The%205-Minute%20Metabolism%20Reset%22%20on%20a%20white%20background.%20The%20cover%20is%20minimalist%20and%20modern,%20with%20a%20clean%20design.%20Key%20elements%20include:%20A%20stylized%20hourglass%20with%20the%20top%20half%20filled%20with%20vibrant%20fruits%20and%20vegetables%20(like%20avocado,%20spinach,%20and%20berries).%20The%20bottom%20half%20has%20a%20pile%20of%20sand.%20The%20title%20is%20in%20a%20bold,%20clean%20font.%20The%20mood%20is%20professional,%20trustworthy,%20and%20empowering.%20The%20book%20is%20displayed%20at%20a%20slight%20angle%20to%20show%20its%20spine%20and%20thickness.%20White%20background%20with%20subtle%20shadowing.\" alt=\"The Smoothie Diet Book\" class=\"book-image\">\r\n        <\/div>\r\n\r\n        <div class=\"content-box\">\r\n            <!-- UPDATED H1 with the clickable link -->\r\n            <h1>Want to Feel Lighter and More Energetic in Just Minutes a Day? \r\n                <a href=\"#\" class=\"header-cta-link\" data-eo-form-toggle-id=\"38761134-993f-11f0-aab0-310c1305c150\">Grab 3 FREE Smoothie Recipes<\/a> \r\n                <span class=\"cta-link-text\">Loved by Women 35+<\/span>\r\n            <\/h1>\r\n            \r\n            <!-- UPDATED OPENING PARAGRAPH -->\r\n            <p>Get instant access to 3 quick smoothie recipes designed to:<\/p>\r\n            \r\n            <!-- UPDATED BULLET POINTS -->\r\n            <ul class=\"list-benefits\">\r\n                <li>\ud83c\udf53 Boost your morning energy naturally<\/li>\r\n                <li>\ud83e\udd6d Satisfy cravings without guilt<\/li>\r\n                <li>\ud83e\udd51 Support your metabolism in minutes<\/li>\r\n            <\/ul>\r\n            \r\n            <!-- UPDATED VALUE PARAGRAPH -->\r\n            <p class=\"cta-note\">(100% Free Download)<\/p>\r\n            \r\n            <!-- UPDATED CTA BUTTON TEXT -->\r\n            <a href=\"#\" class=\"cta-button\" data-eo-form-toggle-id=\"38761134-993f-11f0-aab0-310c1305c150\">Send Me My 3 Free Smoothie Recipes<\/a>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"legal-footer\">\r\n        <span>Your information is 100% secure and will never be shared with anyone. <\/span>\r\n        <span>\u00a9 2025 | <a href=\"https:\/\/restorequiet.com\/qp-landing-page\/privacy-policy\/\" target=\"_blank\"><u>Legal Information<\/u><\/a><\/span>\r\n        <br>\r\n        <p style=\"font-size: 0.7rem; margin-top: 10px;\">Results are not typical. This product is not intended to diagnose, treat, cure, or prevent any disease. Always consult with a healthcare professional before making any dietary changes.<\/p>\r\n    <\/div>\r\n\r\n    <!-- The external script handles the popup logic based on the data-eo-form-toggle-id attribute -->\r\n    <script async src=\"https:\/\/eomail6.com\/form\/38761134-993f-11f0-aab0-310c1305c150.js\" data-form=\"38761134-993f-11f0-aab0-310c1305c150\"><\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Want to Feel Lighter and More Energetic in Just Minutes a Day? Want to Feel Lighter and More Energetic in Just Minutes a Day? Grab 3 FREE Smoothie Recipes Loved by Women 35+ Get instant access to 3 quick smoothie recipes designed to: \ud83c\udf53 Boost your morning energy naturally \ud83e\udd6d Satisfy cravings without guilt \ud83e\udd51 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-481","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/restorequiet.com\/qp-landing-page\/wp-json\/wp\/v2\/pages\/481","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/restorequiet.com\/qp-landing-page\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/restorequiet.com\/qp-landing-page\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/restorequiet.com\/qp-landing-page\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/restorequiet.com\/qp-landing-page\/wp-json\/wp\/v2\/comments?post=481"}],"version-history":[{"count":38,"href":"https:\/\/restorequiet.com\/qp-landing-page\/wp-json\/wp\/v2\/pages\/481\/revisions"}],"predecessor-version":[{"id":591,"href":"https:\/\/restorequiet.com\/qp-landing-page\/wp-json\/wp\/v2\/pages\/481\/revisions\/591"}],"wp:attachment":[{"href":"https:\/\/restorequiet.com\/qp-landing-page\/wp-json\/wp\/v2\/media?parent=481"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}