{ “header”: { “logo”: { “type”: “image”, “placeholder”: “LOGO_IMAGE”, “styles”: { “width”: “auto”, “height”: “40px” } }, “navigation”: { “items”: [ { “type”: “link”, “placeholder”: “NAV_ITEM_1” }, { “type”: “link”, “placeholder”: “NAV_ITEM_2” }, { “type”: “link”, “placeholder”: “NAV_ITEM_3” } ], “cta”: { “type”: “button”, “placeholder”: “HEADER_CTA_TEXT”, “styles”: { “backgroundColor”: “#ef4e31”, “color”: “#ffffff”, “borderRadius”: “4px”, “padding”: “8px 16px” } } } }, “heroSection”: { “background”: { “type”: “gradient”, “colors”: [ “#000000”, “#111111” ], “pattern”: { “type”: “image”, “placeholder”: “HERO_BACKGROUND_PATTERN” } }, “headline”: { “type”: “text”, “placeholder”: “MAIN_HEADLINE”, “styles”: { “fontSize”: “42px”, “fontWeight”: “800”, “color”: “#ffffff”, “textAlign”: “center”, “maxWidth”: “800px”, “margin”: “0 auto” } }, “subheadline”: { “type”: “text”, “placeholder”: “MAIN_SUBHEADLINE”, “styles”: { “fontSize”: “22px”, “fontWeight”: “400”, “color”: “#ffffff”, “textAlign”: “center”, “maxWidth”: “800px”, “margin”: “20px auto” } }, “video”: { “type”: “embed”, “placeholder”: “MAIN_VIDEO_EMBED”, “styles”: { “width”: “100%”, “maxWidth”: “800px”, “aspectRatio”: “16/9”, “borderRadius”: “8px”, “boxShadow”: “0 10px 30px rgba(0,0,0,0.3)” } }, “cta”: { “type”: “button”, “placeholder”: “HERO_CTA_TEXT”, “styles”: { “backgroundColor”: “#ef4e31”, “color”: “#ffffff”, “fontSize”: “20px”, “fontWeight”: “700”, “padding”: “16px 32px”, “borderRadius”: “8px”, “boxShadow”: “0 4px 12px rgba(239,78,49,0.5)”, “margin”: “40px auto” } } }, “painPointsSection”: { “background”: { “type”: “color”, “value”: “#f5f5f5” }, “headline”: { “type”: “text”, “placeholder”: “PAIN_POINTS_HEADLINE”, “styles”: { “fontSize”: “32px”, “fontWeight”: “700”, “color”: “#111111”, “textAlign”: “center” } }, “items”: [ { “type”: “card”, “icon”: { “type”: “image”, “placeholder”: “PAIN_POINT_1_ICON” }, “title”: { “type”: “text”, “placeholder”: “PAIN_POINT_1_TITLE” }, “description”: { “type”: “text”, “placeholder”: “PAIN_POINT_1_DESCRIPTION” } }, { “type”: “card”, “icon”: { “type”: “image”, “placeholder”: “PAIN_POINT_2_ICON” }, “title”: { “type”: “text”, “placeholder”: “PAIN_POINT_2_TITLE” }, “description”: { “type”: “text”, “placeholder”: “PAIN_POINT_2_DESCRIPTION” } }, { “type”: “card”, “icon”: { “type”: “image”, “placeholder”: “PAIN_POINT_3_ICON” }, “title”: { “type”: “text”, “placeholder”: “PAIN_POINT_3_TITLE” }, “description”: { “type”: “text”, “placeholder”: “PAIN_POINT_3_DESCRIPTION” } } ] }, “solutionSection”: { “background”: { “type”: “gradient”, “colors”: [ “#150f3b”, “#2c1a69” ] }, “headline”: { “type”: “text”, “placeholder”: “SOLUTION_HEADLINE”, “styles”: { “fontSize”: “36px”, “fontWeight”: “800”, “color”: “#ffffff”, “textAlign”: “center” } }, “subheadline”: { “type”: “text”, “placeholder”: “SOLUTION_SUBHEADLINE”, “styles”: { “fontSize”: “18px”, “color”: “#ffffff”, “textAlign”: “center”, “maxWidth”: “750px”, “margin”: “20px auto” } }, “image”: { “type”: “image”, “placeholder”: “SOLUTION_IMAGE”, “styles”: { “maxWidth”: “80%”, “margin”: “40px auto”, “borderRadius”: “8px”, “boxShadow”: “0 10px 30px rgba(0,0,0,0.3)” } }, “features”: [ { “icon”: { “type”: “image”, “placeholder”: “FEATURE_1_ICON” }, “title”: { “type”: “text”, “placeholder”: “FEATURE_1_TITLE”, “styles”: { “color”: “#ffffff”, “fontSize”: “20px”, “fontWeight”: “700” } }, “description”: { “type”: “text”, “placeholder”: “FEATURE_1_DESCRIPTION”, “styles”: { “color”: “#cccccc”, “fontSize”: “16px” } } }, { “icon”: { “type”: “image”, “placeholder”: “FEATURE_2_ICON” }, “title”: { “type”: “text”, “placeholder”: “FEATURE_2_TITLE”, “styles”: { “color”: “#ffffff”, “fontSize”: “20px”, “fontWeight”: “700” } }, “description”: { “type”: “text”, “placeholder”: “FEATURE_2_DESCRIPTION”, “styles”: { “color”: “#cccccc”, “fontSize”: “16px” } } }, { “icon”: { “type”: “image”, “placeholder”: “FEATURE_3_ICON” }, “title”: { “type”: “text”, “placeholder”: “FEATURE_3_TITLE”, “styles”: { “color”: “#ffffff”, “fontSize”: “20px”, “fontWeight”: “700” } }, “description”: { “type”: “text”, “placeholder”: “FEATURE_3_DESCRIPTION”, “styles”: { “color”: “#cccccc”, “fontSize”: “16px” } } }, { “icon”: { “type”: “image”, “placeholder”: “FEATURE_4_ICON” }, “title”: { “type”: “text”, “placeholder”: “FEATURE_4_TITLE”, “styles”: { “color”: “#ffffff”, “fontSize”: “20px”, “fontWeight”: “700” } }, “description”: { “type”: “text”, “placeholder”: “FEATURE_4_DESCRIPTION”, “styles”: { “color”: “#cccccc”, “fontSize”: “16px” } } } ] }, “resultsSection”: { “background”: { “type”: “color”, “value”: “#ffffff” }, “headline”: { “type”: “text”, “placeholder”: “RESULTS_HEADLINE”, “styles”: { “fontSize”: “36px”, “fontWeight”: “700”, “textAlign”: “center”, “color”: “#111111” } }, “beforeAfter”: { “before”: { “title”: { “type”: “text”, “placeholder”: “BEFORE_TITLE”, “styles”: { “fontSize”: “24px”, “fontWeight”: “700”, “color”: “#ef4e31” } }, “image”: { “type”: “image”, “placeholder”: “BEFORE_IMAGE”, “styles”: { “borderRadius”: “8px”, “boxShadow”: “0 4px 12px rgba(0,0,0,0.1)” } }, “description”: { “type”: “text”, “placeholder”: “BEFORE_DESCRIPTION” } }, “after”: { “title”: { “type”: “text”, “placeholder”: “AFTER_TITLE”, “styles”: { “fontSize”: “24px”, “fontWeight”: “700”, “color”: “#27ae60” } }, “image”: { “type”: “image”, “placeholder”: “AFTER_IMAGE”, “styles”: { “borderRadius”: “8px”, “boxShadow”: “0 4px 12px rgba(0,0,0,0.1)” } }, “description”: { “type”: “text”, “placeholder”: “AFTER_DESCRIPTION” } } }, “testimonials”: [ { “image”: { “type”: “image”, “placeholder”: “TESTIMONIAL_1_IMAGE”, “styles”: { “borderRadius”: “50%”, “width”: “80px”, “height”: “80px”, “objectFit”: “cover” } }, “quote”: { “type”: “text”, “placeholder”: “TESTIMONIAL_1_QUOTE” }, “name”: { “type”: “text”, “placeholder”: “TESTIMONIAL_1_NAME”, “styles”: { “fontWeight”: “700” } }, “position”: { “type”: “text”, “placeholder”: “TESTIMONIAL_1_POSITION”, “styles”: { “color”: “#777777” } } }, { “image”: { “type”: “image”, “placeholder”: “TESTIMONIAL_2_IMAGE”, “styles”: { “borderRadius”: “50%”, “width”: “80px”, “height”: “80px”, “objectFit”: “cover” } }, “quote”: { “type”: “text”, “placeholder”: “TESTIMONIAL_2_QUOTE” }, “name”: { “type”: “text”, “placeholder”: “TESTIMONIAL_2_NAME”, “styles”: { “fontWeight”: “700” } }, “position”: { “type”: “text”, “placeholder”: “TESTIMONIAL_2_POSITION”, “styles”: { “color”: “#777777” } } }, { “image”: { “type”: “image”, “placeholder”: “TESTIMONIAL_3_IMAGE”, “styles”: { “borderRadius”: “50%”, “width”: “80px”, “height”: “80px”, “objectFit”: “cover” } }, “quote”: { “type”: “text”, “placeholder”: “TESTIMONIAL_3_QUOTE” }, “name”: { “type”: “text”, “placeholder”: “TESTIMONIAL_3_NAME”, “styles”: { “fontWeight”: “700” } }, “position”: { “type”: “text”, “placeholder”: “TESTIMONIAL_3_POSITION”, “styles”: { “color”: “#777777” } } } ] }, “pricingSection”: { “background”: { “type”: “gradient”, “colors”: [ “#000000”, “#111111” ] }, “headline”: { “type”: “text”, “placeholder”: “PRICING_HEADLINE”, “styles”: { “fontSize”: “36px”, “fontWeight”: “800”, “color”: “#ffffff”, “textAlign”: “center” } }, “subheadline”: { “type”: “text”, “placeholder”: “PRICING_SUBHEADLINE”, “styles”: { “fontSize”: “18px”, “color”: “#cccccc”, “textAlign”: “center”, “maxWidth”: “700px”, “margin”: “20px auto” } }, “originalPrice”: { “type”: “text”, “placeholder”: “ORIGINAL_PRICE”, “styles”: { “fontSize”: “28px”, “textDecoration”: “line-through”, “color”: “#cccccc” } }, “currentPrice”: { “type”: “text”, “placeholder”: “CURRENT_PRICE”, “styles”: { “fontSize”: “48px”, “fontWeight”: “800”, “color”: “#ef4e31” } }, “installmentPrice”: { “type”: “text”, “placeholder”: “INSTALLMENT_PRICE”, “styles”: { “fontSize”: “16px”, “color”: “#ffffff” } }, “cta”: { “type”: “button”, “placeholder”: “PRICING_CTA_TEXT”, “styles”: { “backgroundColor”: “#ef4e31”, “color”: “#ffffff”, “fontSize”: “22px”, “fontWeight”: “700”, “padding”: “20px 40px”, “borderRadius”: “8px”, “boxShadow”: “0 4px 12px rgba(239,78,49,0.5)”, “margin”: “30px auto” } }, “securityBadges”: [ { “type”: “image”, “placeholder”: “SECURITY_BADGE_1” }, { “type”: “image”, “placeholder”: “SECURITY_BADGE_2” }, { “type”: “image”, “placeholder”: “SECURITY_BADGE_3” } ] }, “bonusesSection”: { “background”: { “type”: “color”, “value”: “#ffffff” }, “headline”: { “type”: “text”, “placeholder”: “BONUSES_HEADLINE”, “styles”: { “fontSize”: “36px”, “fontWeight”: “700”, “textAlign”: “center”, “color”: “#111111” } }, “subheadline”: { “type”: “text”, “placeholder”: “BONUSES_SUBHEADLINE”, “styles”: { “fontSize”: “18px”, “textAlign”: “center”, “color”: “#555555”, “maxWidth”: “700px”, “margin”: “20px auto 40px” } }, “bonuses”: [ { “image”: { “type”: “image”, “placeholder”: “BONUS_1_IMAGE”, “styles”: { “borderRadius”: “8px”, “boxShadow”: “0 4px 12px rgba(0,0,0,0.1)”, “width”: “100%” } }, “title”: { “type”: “text”, “placeholder”: “BONUS_1_TITLE”, “styles”: { “fontSize”: “22px”, “fontWeight”: “700”, “color”: “#111111” } }, “description”: { “type”: “text”, “placeholder”: “BONUS_1_DESCRIPTION” }, “value”: { “type”: “text”, “placeholder”: “BONUS_1_VALUE”, “styles”: { “fontSize”: “18px”, “fontWeight”: “700”, “color”: “#ef4e31” } } }, { “image”: { “type”: “image”, “placeholder”: “BONUS_2_IMAGE”, “styles”: { “borderRadius”: “8px”, “boxShadow”: “0 4px 12px rgba(0,0,0,0.1)”, “width”: “100%” } }, “title”: { “type”: “text”, “placeholder”: “BONUS_2_TITLE”, “styles”: { “fontSize”: “22px”, “fontWeight”: “700”, “color”: “#111111” } }, “description”: { “type”: “text”, “placeholder”: “BONUS_2_DESCRIPTION” }, “value”: { “type”: “text”, “placeholder”: “BONUS_2_VALUE”, “styles”: { “fontSize”: “18px”, “fontWeight”: “700”, “color”: “#ef4e31” } } }, { “image”: { “type”: “image”, “placeholder”: “BONUS_3_IMAGE”, “styles”: { “borderRadius”: “8px”, “boxShadow”: “0 4px 12px rgba(0,0,0,0.1)”, “width”: “100%” } }, “title”: { “type”: “text”, “placeholder”: “BONUS_3_TITLE”, “styles”: { “fontSize”: “22px”, “fontWeight”: “700”, “color”: “#111111” } }, “description”: { “type”: “text”, “placeholder”: “BONUS_3_DESCRIPTION” }, “value”: { “type”: “text”, “placeholder”: “BONUS_3_VALUE”, “styles”: { “fontSize”: “18px”, “fontWeight”: “700”, “color”: “#ef4e31” } } } ], “totalValue”: { “type”: “text”, “placeholder”: “TOTAL_BONUS_VALUE”, “styles”: { “fontSize”: “24px”, “fontWeight”: “800”, “color”: “#ef4e31”, “textAlign”: “center”, “marginTop”: “40px” } }, “cta”: { “type”: “button”, “placeholder”: “BONUSES_CTA_TEXT”, “styles”: { “backgroundColor”: “#ef4e31”, “color”: “#ffffff”, “fontSize”: “20px”, “fontWeight”: “700”, “padding”: “16px 32px”, “borderRadius”: “8px”, “boxShadow”: “0 4px 12px rgba(239,78,49,0.5)”, “margin”: “40px auto” } } }, “guaranteeSection”: { “background”: { “type”: “color”, “value”: “#f5f5f5” }, “image”: { “type”: “image”, “placeholder”: “GUARANTEE_IMAGE”, “styles”: { “width”: “150px”, “height”: “150px” } }, “headline”: { “type”: “text”, “placeholder”: “GUARANTEE_HEADLINE”, “styles”: { “fontSize”: “32px”, “fontWeight”: “700”, “color”: “#111111” } }, “description”: { “type”: “text”, “placeholder”: “GUARANTEE_DESCRIPTION”, “styles”: { “fontSize”: “16px”, “color”: “#444444”, “maxWidth”: “700px”, “margin”: “20px auto” } } }, “creatorSection”: { “background”: { “type”: “gradient”, “colors”: [ “#150f3b”, “#2c1a69” ] }, “image”: { “type”: “image”, “placeholder”: “CREATOR_IMAGE”, “styles”: { “borderRadius”: “8px”, “boxShadow”: “0 10px 30px rgba(0,0,0,0.3)”, “maxWidth”: “300px” } }, “headline”: { “type”: “text”, “placeholder”: “CREATOR_HEADLINE”, “styles”: { “fontSize”: “32px”, “fontWeight”: “700”, “color”: “#ffffff” } }, “bio”: { “type”: “text”, “placeholder”: “CREATOR_BIO”, “styles”: { “fontSize”: “16px”, “color”: “#cccccc”, “maxWidth”: “600px” } }, “achievements”: [ { “icon”: { “type”: “image”, “placeholder”: “ACHIEVEMENT_1_ICON” }, “text”: { “type”: “text”, “placeholder”: “ACHIEVEMENT_1_TEXT”, “styles”: { “fontSize”: “16px”, “color”: “#ffffff” } } }, { “icon”: { “type”: “image”, “placeholder”: “ACHIEVEMENT_2_ICON” }, “text”: { “type”: “text”, “placeholder”: “ACHIEVEMENT_2_TEXT”, “styles”: { “fontSize”: “16px”, “color”: “#ffffff” } } }, { “icon”: { “type”: “image”, “placeholder”: “ACHIEVEMENT_3_ICON” }, “text”: { “type”: “text”, “placeholder”: “ACHIEVEMENT_3_TEXT”, “styles”: { “fontSize”: “16px”, “color”: “#ffffff” } } } ] }, “faqSection”: { “background”: { “type”: “color”, “value”: “#ffffff” }, “headline”: { “type”: “text”, “placeholder”: “FAQ_HEADLINE”, “styles”: { “fontSize”: “36px”, “fontWeight”: “700”, “textAlign”: “center”, “color”: “#111111” } }, “faqs”: [ { “question”: { “type”: “text”, “placeholder”: “FAQ_QUESTION_1”, “styles”: { “fontSize”: “20px”, “fontWeight”: “700”, “color”: “#111111” } }, “answer”: { “type”: “text”, “placeholder”: “FAQ_ANSWER_1”, “styles”: { “fontSize”: “16px”, “color”: “#555555” } } }, { “question”: { “type”: “text”, “placeholder”: “FAQ_QUESTION_2”, “styles”: { “fontSize”: “20px”, “fontWeight”: “700”, “color”: “#111111” } }, “answer”: { “type”: “text”, “placeholder”: “FAQ_ANSWER_2”, “styles”: { “fontSize”: “16px”, “color”: “#555555” } } }, { “question”: { “type”: “text”, “placeholder”: “FAQ_QUESTION_3”, “styles”: { “fontSize”: “20px”, “fontWeight”: “700”, “color”: “#111111” } }, “answer”: { “type”: “text”, “placeholder”: “FAQ_ANSWER_3”, “styles”: { “fontSize”: “16px”, “color”: “#555555” } } }, { “question”: { “type”: “text”, “placeholder”: “FAQ_QUESTION_4”, “styles”: { “fontSize”: “20px”, “fontWeight”: “700”, “color”: “#111111” } }, “answer”: { “type”: “text”, “placeholder”: “FAQ_ANSWER_4”, “styles”: { “fontSize”: “16px”, “color”: “#555555” } } }, { “question”: { “type”: “text”, “placeholder”: “FAQ_QUESTION_5”, “styles”: { “fontSize”: “20px”, “fontWeight”: “700”, “color”: “#111111” } }, “answer”: { “type”: “text”, “placeholder”: “FAQ_ANSWER_5”, “styles”: { “fontSize”: “16px”, “color”: “#555555” } } }, { “question”: { “type”: “text”, “placeholder”: “FAQ_QUESTION_6”, “styles”: { “fontSize”: “20px”, “fontWeight”: “700”, “color”: “#111111” } }, “answer”: { “type”: “text”, “placeholder”: “FAQ_ANSWER_6”, “styles”: { “fontSize”: “16px”, “color”: “#555555” } } } ] }, “finalCallToAction”: { “background”: { “type”: “gradient”, “colors”: [ “#000000”, “#111111” ] }, “headline”: { “type”: “text”, “placeholder”: “FINAL_CTA_HEADLINE”, “styles”: { “fontSize”: “36px”, “fontWeight”: “800”, “color”: “#ffffff”, “textAlign”: “center” } }, “subheadline”: { “type”: “text”, “placeholder”: “FINAL_CTA_SUBHEADLINE”, “styles”: { “fontSize”: “18px”, “color”: “#cccccc”, “textAlign”: “center”, “maxWidth”: “700px”, “margin”: “20px auto” } }, “cta”: { “type”: “button”, “placeholder”: “FINAL_CTA_BUTTON_TEXT”, “styles”: { “backgroundColor”: “#ef4e31”, “color”: “#ffffff”, “fontSize”: “22px”, “fontWeight”: “700”, “padding”: “20px 40px”, “borderRadius”: “8px”, “boxShadow”: “0 4px 12px rgba(239,78,49,0.5)”, “margin”: “40px auto” } } }, “footer”: { “background”: { “type”: “color”, “value”: “#000000” }, “logo”: { “type”: “image”, “placeholder”: “FOOTER_LOGO”, “styles”: { “maxWidth”: “150px” } }, “copyright”: { “type”: “text”, “placeholder”: “COPYRIGHT_TEXT”, “styles”: { “fontSize”: “14px”, “color”: “#777777” } }, “links”: [ { “type”: “link”, “placeholder”: “FOOTER_LINK_1”, “styles”: { “fontSize”: “14px”, “color”: “#cccccc” } }, { “type”: “link”, “placeholder”: “FOOTER_LINK_2”, “styles”: { “fontSize”: “14px”, “color”: “#cccccc” } }, { “type”: “link”, “placeholder”: “FOOTER_LINK_3”, “styles”: { “fontSize”: “14px”, “color”: “#cccccc” } } ], “socialLinks”: [ { “type”: “icon”, “placeholder”: “SOCIAL_ICON_1” }, { “type”: “icon”, “placeholder”: “SOCIAL_ICON_2” }, { “type”: “icon”, “placeholder”: “SOCIAL_ICON_3” } ], “disclaimer”: { “type”: “text”, “placeholder”: “DISCLAIMER_TEXT”, “styles”: { “fontSize”: “12px”, “color”: “#777777”, “maxWidth”: “800px”, “margin”: “20px auto”, “textAlign”: “center” } } }, “responsiveSettings”: { “mobile”: { “breakpoint”: “768px”, “styles”: { “heroSection”: { “headline”: { “fontSize”: “28px” }, “subheadline”: { “fontSize”: “16px” }, “cta”: { “fontSize”: “18px”, “padding”: “12px 24px” } } } }, “tablet”: { “breakpoint”: “1024px”, “styles”: { “heroSection”: { “headline”: { “fontSize”: “34px” } } } } }, “colorScheme”: { “primary”: “#ef4e31”, “secondary”: “#2c1a69”, “darkBackground”: “#000000”, “darkBackground2”: “#111111”, “lightBackground”: “#ffffff”, “lightBackground2”: “#f5f5f5”, “text”: “#111111”, “textLight”: “#ffffff”, “textMuted”: “#777777”, “textSuccess”: “#27ae60” }, “typography”: { “fontFamily”: “Montserrat, sans-serif”, “headingFontFamily”: “Montserrat, sans-serif” }, “spacing”: { “sectionPadding”: “80px 0”, “sectionPaddingMobile”: “40px 0” } }