[
    {
        "key": "group_workshop_hero",
        "title": "Workshop - Hero Section",
        "fields": [
            {
                "key": "field_hero_badge",
                "label": "Badge Text",
                "name": "hero_badge",
                "type": "text",
                "default_value": "Free Live Training"
            },
            {
                "key": "field_hero_headline",
                "label": "Headline",
                "name": "hero_headline",
                "type": "textarea",
                "rows": 2,
                "default_value": "How to Generate <span class=\"text-accent\">100 Qualified Leads Per Day</span> on Autopilot"
            },
            {
                "key": "field_hero_subheadline",
                "label": "Subheadline",
                "name": "hero_subheadline",
                "type": "textarea",
                "rows": 3,
                "default_value": "Discover the exact 5-step framework used by 50,000+ professionals to build predictable revenue — without paid ads or cold calling."
            },
            {
                "key": "field_hero_date_time",
                "label": "Date/Time",
                "name": "hero_date_time",
                "type": "text",
                "default_value": "Thursday, June 15th at 2:00 PM EST"
            },
            {
                "key": "field_hero_video_url",
                "label": "Video URL",
                "name": "hero_video_url",
                "type": "url"
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 0,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "active": true
    },
    {
        "key": "group_workshop_pain",
        "title": "Workshop - Pain Section",
        "fields": [
            {
                "key": "field_pain_headline",
                "label": "Section Headline",
                "name": "pain_headline",
                "type": "text",
                "default_value": "Does This Sound Familiar?"
            },
            {
                "key": "field_pain_subheadline",
                "label": "Section Subheadline",
                "name": "pain_subheadline",
                "type": "textarea",
                "default_value": "You're working harder than ever, but the results aren't matching the effort..."
            },
            {
                "key": "field_pain_points",
                "label": "Pain Points",
                "name": "pain_points",
                "type": "repeater",
                "min": 1,
                "max": 10,
                "layout": "table",
                "button_label": "Add Pain Point",
                "sub_fields": [
                    {
                        "key": "field_pain_point_text",
                        "label": "Pain Point",
                        "name": "text",
                        "type": "textarea",
                        "rows": 2
                    }
                ]
            },
            {
                "key": "field_pain_cta_text",
                "label": "Call-to-action Text",
                "name": "pain_cta_text",
                "type": "text",
                "default_value": "If any of these resonate, this workshop was made for you."
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 1,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_benefits",
        "title": "Workshop - Benefits Section",
        "fields": [
            {
                "key": "field_benefits_headline",
                "label": "Section Headline",
                "name": "benefits_headline",
                "type": "text",
                "default_value": "What If You Could..."
            },
            {
                "key": "field_benefits_cards",
                "label": "Benefit Cards",
                "name": "benefits_cards",
                "type": "repeater",
                "min": 1,
                "max": 12,
                "layout": "block",
                "button_label": "Add Benefit Card",
                "sub_fields": [
                    {
                        "key": "field_benefit_icon",
                        "label": "Icon (Emoji)",
                        "name": "icon",
                        "type": "text",
                        "instructions": "Use an emoji like 🎯 💰 📈"
                    },
                    {
                        "key": "field_benefit_title",
                        "label": "Title",
                        "name": "title",
                        "type": "text"
                    },
                    {
                        "key": "field_benefit_description",
                        "label": "Description",
                        "name": "description",
                        "type": "textarea",
                        "rows": 2
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 2,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_curriculum",
        "title": "Workshop - Curriculum Section",
        "fields": [
            {
                "key": "field_curriculum_headline",
                "label": "Section Headline",
                "name": "curriculum_headline",
                "type": "text",
                "default_value": "Here's Exactly What We'll Cover"
            },
            {
                "key": "field_curriculum_subheadline",
                "label": "Section Subheadline",
                "name": "curriculum_subheadline",
                "type": "text",
                "default_value": "90 minutes of actionable training you can implement immediately"
            },
            {
                "key": "field_curriculum_modules",
                "label": "Modules",
                "name": "curriculum_modules",
                "type": "repeater",
                "min": 1,
                "max": 10,
                "layout": "block",
                "button_label": "Add Module",
                "sub_fields": [
                    {
                        "key": "field_module_title",
                        "label": "Module Title",
                        "name": "title",
                        "type": "text"
                    },
                    {
                        "key": "field_module_bullets",
                        "label": "Bullets",
                        "name": "bullets",
                        "type": "repeater",
                        "min": 1,
                        "max": 10,
                        "layout": "table",
                        "button_label": "Add Bullet",
                        "sub_fields": [
                            {
                                "key": "field_bullet_text",
                                "label": "Bullet Text",
                                "name": "text",
                                "type": "text"
                            }
                        ]
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 3,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_audience",
        "title": "Workshop - Audience Section",
        "fields": [
            {
                "key": "field_audience_headline",
                "label": "Section Headline",
                "name": "audience_headline",
                "type": "text",
                "default_value": "This Workshop Is Perfect For You If..."
            },
            {
                "key": "field_audience_types",
                "label": "Audience Types",
                "name": "audience_types",
                "type": "repeater",
                "min": 1,
                "max": 8,
                "layout": "block",
                "button_label": "Add Audience Type",
                "sub_fields": [
                    {
                        "key": "field_audience_title",
                        "label": "Title",
                        "name": "title",
                        "type": "text"
                    },
                    {
                        "key": "field_audience_description",
                        "label": "Description",
                        "name": "description",
                        "type": "textarea",
                        "rows": 2
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 4,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_presenter",
        "title": "Workshop - Presenter Section",
        "fields": [
            {
                "key": "field_presenter_name",
                "label": "Name",
                "name": "presenter_name",
                "type": "text",
                "default_value": "John Smith"
            },
            {
                "key": "field_presenter_title",
                "label": "Title",
                "name": "presenter_title",
                "type": "text",
                "default_value": "Founder, LeadGen Academy"
            },
            {
                "key": "field_presenter_bio",
                "label": "Bio",
                "name": "presenter_bio",
                "type": "textarea",
                "rows": 5
            },
            {
                "key": "field_presenter_photo",
                "label": "Photo",
                "name": "presenter_photo",
                "type": "image",
                "return_format": "url"
            },
            {
                "key": "field_presenter_stats",
                "label": "Stats",
                "name": "presenter_stats",
                "type": "repeater",
                "min": 1,
                "max": 5,
                "layout": "table",
                "button_label": "Add Stat",
                "sub_fields": [
                    {
                        "key": "field_stat_value",
                        "label": "Value",
                        "name": "value",
                        "type": "text"
                    },
                    {
                        "key": "field_stat_label",
                        "label": "Label",
                        "name": "label",
                        "type": "text"
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 5,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_social_proof",
        "title": "Workshop - Social Proof Section",
        "fields": [
            {
                "key": "field_social_headline",
                "label": "Section Headline",
                "name": "social_headline",
                "type": "text",
                "default_value": "Results That Speak for Themselves"
            },
            {
                "key": "field_social_stats",
                "label": "Stats",
                "name": "social_stats",
                "type": "repeater",
                "min": 1,
                "max": 6,
                "layout": "table",
                "button_label": "Add Stat",
                "sub_fields": [
                    {
                        "key": "field_social_stat_number",
                        "label": "Number",
                        "name": "number",
                        "type": "text"
                    },
                    {
                        "key": "field_social_stat_label",
                        "label": "Label",
                        "name": "label",
                        "type": "text"
                    }
                ]
            },
            {
                "key": "field_testimonials",
                "label": "Testimonials",
                "name": "testimonials",
                "type": "repeater",
                "min": 1,
                "max": 6,
                "layout": "block",
                "button_label": "Add Testimonial",
                "sub_fields": [
                    {
                        "key": "field_testimonial_quote",
                        "label": "Quote",
                        "name": "quote",
                        "type": "textarea",
                        "rows": 3
                    },
                    {
                        "key": "field_testimonial_name",
                        "label": "Name",
                        "name": "name",
                        "type": "text"
                    },
                    {
                        "key": "field_testimonial_role",
                        "label": "Role",
                        "name": "role",
                        "type": "text"
                    },
                    {
                        "key": "field_testimonial_initials",
                        "label": "Initials",
                        "name": "initials",
                        "type": "text",
                        "instructions": "2 letters for avatar"
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 6,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_event",
        "title": "Workshop - Event Details",
        "fields": [
            {
                "key": "field_event_date",
                "label": "Event Date",
                "name": "event_date",
                "type": "text",
                "default_value": "Thursday, June 15"
            },
            {
                "key": "field_event_time",
                "label": "Event Time",
                "name": "event_time",
                "type": "text",
                "default_value": "2:00 PM EST"
            },
            {
                "key": "field_event_duration",
                "label": "Duration",
                "name": "event_duration",
                "type": "text",
                "default_value": "90 Minutes"
            },
            {
                "key": "field_event_platform",
                "label": "Platform",
                "name": "event_platform",
                "type": "text",
                "default_value": "Zoom (Live)"
            },
            {
                "key": "field_event_note",
                "label": "Note Text",
                "name": "event_note",
                "type": "text",
                "default_value": "Can't make it live? Register anyway — we'll send you the replay (for 48 hours only)"
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 7,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_bonuses",
        "title": "Workshop - Bonuses Section",
        "fields": [
            {
                "key": "field_bonuses_badge",
                "label": "Badge Text",
                "name": "bonuses_badge",
                "type": "text",
                "default_value": "🎁 Free Bonuses"
            },
            {
                "key": "field_bonuses_headline",
                "label": "Section Headline",
                "name": "bonuses_headline",
                "type": "text",
                "default_value": "Register Now and Get These Bonuses FREE"
            },
            {
                "key": "field_bonuses_items",
                "label": "Bonus Items",
                "name": "bonuses_items",
                "type": "repeater",
                "min": 1,
                "max": 10,
                "layout": "block",
                "button_label": "Add Bonus",
                "sub_fields": [
                    {
                        "key": "field_bonus_icon",
                        "label": "Icon (Emoji)",
                        "name": "icon",
                        "type": "text"
                    },
                    {
                        "key": "field_bonus_title",
                        "label": "Title",
                        "name": "title",
                        "type": "text"
                    },
                    {
                        "key": "field_bonus_description",
                        "label": "Description",
                        "name": "description",
                        "type": "textarea",
                        "rows": 2
                    },
                    {
                        "key": "field_bonus_value",
                        "label": "Value",
                        "name": "value",
                        "type": "text",
                        "instructions": "e.g., $297 Value"
                    }
                ]
            },
            {
                "key": "field_bonuses_total_value",
                "label": "Total Bonus Value",
                "name": "bonuses_total_value",
                "type": "text",
                "default_value": "$738"
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 8,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_urgency",
        "title": "Workshop - Urgency Section",
        "fields": [
            {
                "key": "field_urgency_headline",
                "label": "Headline",
                "name": "urgency_headline",
                "type": "text",
                "default_value": "⏰ Limited Seats Available"
            },
            {
                "key": "field_urgency_subheadline",
                "label": "Subheadline",
                "name": "urgency_subheadline",
                "type": "text",
                "default_value": "This is a LIVE workshop with limited capacity. Once seats are filled, registration closes."
            },
            {
                "key": "field_urgency_seats",
                "label": "Seats Remaining Text",
                "name": "urgency_seats",
                "type": "text",
                "default_value": "🔥 Only 147 Seats Remaining"
            },
            {
                "key": "field_countdown_end_date",
                "label": "Countdown End Date",
                "name": "countdown_end_date",
                "type": "date_time_picker",
                "display_format": "Y-m-d H:i:s",
                "return_format": "Y-m-d H:i:s"
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 9,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_form",
        "title": "Workshop - Registration Form",
        "fields": [
            {
                "key": "field_form_headline",
                "label": "Headline",
                "name": "form_headline",
                "type": "text",
                "default_value": "Save Your Seat Now"
            },
            {
                "key": "field_form_subheadline",
                "label": "Subheadline",
                "name": "form_subheadline",
                "type": "text",
                "default_value": "Enter your details below to register for free"
            },
            {
                "key": "field_form_button_text",
                "label": "Button Text",
                "name": "form_button_text",
                "type": "text",
                "default_value": "Save My Seat →"
            },
            {
                "key": "field_form_privacy_text",
                "label": "Privacy Text",
                "name": "form_privacy_text",
                "type": "text",
                "default_value": "🔒 Your information is 100% secure. We never spam."
            },
            {
                "key": "field_form_action_url",
                "label": "Form Action URL",
                "name": "form_action_url",
                "type": "url",
                "instructions": "Where to submit the form (e.g., webhook URL)"
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 10,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_faq",
        "title": "Workshop - FAQ Section",
        "fields": [
            {
                "key": "field_faq_headline",
                "label": "Section Headline",
                "name": "faq_headline",
                "type": "text",
                "default_value": "Frequently Asked Questions"
            },
            {
                "key": "field_faq_items",
                "label": "FAQ Items",
                "name": "faq_items",
                "type": "repeater",
                "min": 1,
                "max": 20,
                "layout": "block",
                "button_label": "Add FAQ",
                "sub_fields": [
                    {
                        "key": "field_faq_question",
                        "label": "Question",
                        "name": "question",
                        "type": "text"
                    },
                    {
                        "key": "field_faq_answer",
                        "label": "Answer",
                        "name": "answer",
                        "type": "textarea",
                        "rows": 4
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 11,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_final_cta",
        "title": "Workshop - Final CTA",
        "fields": [
            {
                "key": "field_final_headline",
                "label": "Headline",
                "name": "final_headline",
                "type": "text",
                "default_value": "Ready to Transform Your Lead Generation?"
            },
            {
                "key": "field_final_subheadline",
                "label": "Subheadline",
                "name": "final_subheadline",
                "type": "text",
                "default_value": "Join 50,000+ professionals who've already discovered how to generate leads on autopilot"
            },
            {
                "key": "field_final_button_text",
                "label": "Button Text",
                "name": "final_button_text",
                "type": "text",
                "default_value": "Save My Seat Now — It's FREE →"
            },
            {
                "key": "field_final_benefits",
                "label": "Benefit Tags",
                "name": "final_benefits",
                "type": "repeater",
                "min": 1,
                "max": 6,
                "layout": "table",
                "button_label": "Add Benefit",
                "sub_fields": [
                    {
                        "key": "field_final_benefit_text",
                        "label": "Text",
                        "name": "text",
                        "type": "text"
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 12,
        "position": "normal",
        "style": "default",
        "active": true
    },
    {
        "key": "group_workshop_footer",
        "title": "Workshop - Footer",
        "fields": [
            {
                "key": "field_footer_links",
                "label": "Footer Links",
                "name": "footer_links",
                "type": "repeater",
                "min": 1,
                "max": 10,
                "layout": "table",
                "button_label": "Add Link",
                "sub_fields": [
                    {
                        "key": "field_footer_link_text",
                        "label": "Text",
                        "name": "text",
                        "type": "text"
                    },
                    {
                        "key": "field_footer_link_url",
                        "label": "URL",
                        "name": "url",
                        "type": "url"
                    }
                ]
            },
            {
                "key": "field_footer_copyright",
                "label": "Copyright Text",
                "name": "footer_copyright",
                "type": "text",
                "default_value": "© 2026 LeadGen Academy. All rights reserved."
            },
            {
                "key": "field_footer_disclaimer",
                "label": "Disclaimer",
                "name": "footer_disclaimer",
                "type": "textarea",
                "rows": 4,
                "default_value": "EARNINGS DISCLAIMER: Results shown are not typical. Individual results will vary based on effort, experience, and market conditions. We do not guarantee income or success. This site is not part of Facebook, Google, or any other platform."
            }
        ],
        "location": [
            [
                {
                    "param": "page",
                    "operator": "==",
                    "value": "workshop-content"
                }
            ]
        ],
        "menu_order": 13,
        "position": "normal",
        "style": "default",
        "active": true
    }
]
