{
    "theme2_hero": {
        "builder": true,
        "name": "Theme2 Hero Section",
        "theme": "theme2",
        "order": 1,
        "page": "home",
        "content": {
            "title": {
                "type": "text",
                "label": "Main Title",
                "required": true,
                "help": "Main title with HTML formatting"
            },
            "background_image": {
                "type": "image",
                "label": "Hero Background Image",
                "help": "Background image for this hero (1600x600px recommended)",
                "size": "1600x600px",
                "required": true
            }
        }
    },
    "theme2_destination": {
        "builder": true,
        "name": "Theme2 Destination Section",
        "theme": "theme2",
        "order": 2,
        "page": "home",
        "content": {
            "sub_title": {
                "type": "text",
                "label": "Sub Title",
                "required": true,
                "help": "Sub title with HTML formatting"
            },
            "title": {
                "type": "text",
                "label": "Main Title",
                "required": true,
                "help": "Main title with HTML formatting"
            },
            "description": {
                "type": "textarea",
                "label": "Button Text",
                "help": "Brief description below the heading"
            }
        }
    },
    "theme2_banner": {
        "builder": true,
        "name": "Theme2 Banner Section",
        "theme": "theme2",
        "order": 3,
        "page": "home",
        "content": {
            "sub_title": {
                "type": "text",
                "label": "Sub Title",
                "required": true,
                "help": "Sub title with HTML formatting"
            },
            "title": {
                "type": "text",
                "label": "Main Title",
                "required": true,
                "help": "Main title with HTML formatting"
            },
            "right_side_title_1": {
                "type": "text",
                "label": "Main Title",
                "required": true,
                "help": "Main title with HTML formatting"
            },
            "right_side_title_2": {
                "type": "text",
                "label": "Main Title",
                "required": true,
                "help": "Main title with HTML formatting"
            },
            "button_text": {
                "type": "text",
                "label": "Button Text",
                "help": "Text to display on the button"
            },
            "button_url": {
                "type": "text",
                "label": "Button URL",
                "help": "URL for the button"
            },
            "background_image": {
                "type": "image",
                "label": "Background Image",
                "help": "Background image for the section (806x250px recommended)",
                "size": "806x250px"
            }
        }
    },
    "theme2_package": {
        "builder": true,
        "name": "Theme2 Package Section",
        "theme": "theme2",
        "order": 4,
        "page": "home",
        "content": {
            "sub_title": {
                "type": "text",
                "label": "Sub Title",
                "required": true,
                "help": "Sub title with HTML formatting"
            },
            "title": {
                "type": "text",
                "label": "Main Title",
                "required": true,
                "help": "Main title with HTML formatting"
            },
            "description": {
                "type": "textarea",
                "label": "Description",
                "required": true,
                "help": "Description with HTML formatting"
            },
            "button_text": {
                "type": "text",
                "label": "Button Text",
                "help": "Text to display on the button",
                "required": true
            },
            "button_url": {
                "type": "text",
                "label": "Button URL",
                "help": "URL for the button",
                "required": true
            }
        }
    },
    "theme2_why_choose": {
        "builder": true,
        "name": "Theme2 Why Choose Section",
        "theme": "theme2",
        "order": 5,
        "page": "home",
        "content": {
            "sub_title": {
                "type": "text",
                "label": "Sub Title",
                "required": true,
                "help": "Sub title with HTML formatting"
            },
            "title": {
                "type": "text",
                "label": "Main Title",
                "required": true,
                "help": "Main title with HTML formatting"
            },
            "description": {
                "type": "textarea",
                "label": "Description",
                "help": "Description with HTML formatting"
            },
            "slides": {
                "type": "repeater",
                "label": "Slider Items",
                "min": 1,
                "max": 6,
                "sortable": true,
                "fields": {
                    "title": {
                        "type": "text",
                        "label": "Slide Title",
                        "help": "Title for this slide",
                        "required": true
                    },
                    "link": {
                        "type": "text",
                        "label": "Slide Link",
                        "help": "Link for this slide"
                    },
                    "description": {
                        "type": "text",
                        "label": "Slide Description",
                        "help": "Description for this slide",
                        "required": true
                    },
                    "icon": {
                        "type": "image",
                        "label": "Slide Icon",
                        "help": "Icon for this slide (65x65px recommended)",
                        "size": "65x65px"
                    },
                    "image": {
                        "type": "image",
                        "label": "Slide Image",
                        "help": "Icon for this slide (390x270 recommended)",
                        "size": "390x270px",
                        "required": true
                    }
                }
            }
        }
    },
    "theme2_counter": {
        "builder": true,
        "name": "Theme2 Counter Section",
        "theme": "theme2",
        "order": 5,
        "page": "home",
        "content": {
            "slides": {
                "type": "repeater",
                "label": "Counter Items",
                "min": 1,
                "max": 6,
                "sortable": true,
                "fields": {
                    "icon": {
                        "type": "image",
                        "label": "Counter Icon",
                        "help": "Icon for this slide (80x80px recommended)",
                        "size": "80x80px",
                        "required": true
                    },
                    "title": {
                        "type": "text",
                        "label": "Counter Title",
                        "help": "Title for this slide",
                        "required": true
                    },
                    "number": {
                        "type": "number",
                        "label": "Counter Number",
                        "help": "Number for this slide",
                        "required": true
                    },
                    "number_suffix": {
                        "type": "text",
                        "label": "Counter Number Suffix",
                        "help": "Number suffix for this slide",
                        "required": true
                    }
                }
            }
        }
    },
    "theme2_testimonial": {
        "builder": true,
        "name": "Theme2 Testimonial Section",
        "theme": "theme2",
        "order": 6,
        "page": "home",
        "content": {
            "show_pagination": {
                "type": "radio",
                "label": "Show Pagination",
                "required": true,
                "options": {
                    "1": "Yes",
                    "0": "No"
                },
                "inline": true,
                "default": "1"
            },
            "sub_title": {
                "type": "text",
                "label": "Sub Title",
                "required": true,
                "help": "Sub title with HTML formatting"
            },
            "title": {
                "type": "text",
                "label": "Main Title",
                "required": true,
                "help": "Main title with HTML formatting"
            },
            "description": {
                "type": "textarea",
                "label": "Button Text",
                "help": "Brief description below the heading"
            }
        }
    },
    "theme2_blog": {
        "builder": true,
        "name": "Theme2 Blog Section",
        "theme": "theme1",
        "order": 7,
        "page": "home",
        "content": {
            "sub_title": {
                "type": "text",
                "label": "Sub Title",
                "required": true,
                "help": "Sub title with HTML formatting"
            },
            "title": {
                "type": "text",
                "label": "Main Title",
                "required": true,
                "help": "Main title with HTML formatting"
            },
            "description": {
                "type": "textarea",
                "label": "Button Text",
                "help": "Brief description below the heading"
            }
        }
    },
    "theme2_cta": {
        "builder": true,
        "name": "Theme 2 CTA Section",
        "theme": "theme2",
        "order": 7,
        "page": "home",
        "content": {
            "image": {
                "type": "image",
                "label": "Call to Action Image",
                "help": "Call to action image (280x200px recommended)",
                "size": "280X200px"
            },
            "sub_title": {
                "type": "text",
                "label": "Call to Action Subtitle",
                "required": true,
                "help": "Call to action subtitle"
            },
            "title": {
                "type": "text",
                "label": "Call to Action Title",
                "help": "Call to action title",
                "required": true
            },
            "apple_store_link": {
                "type": "text",
                "label": "Apple Store Link",
                "help": "Apple store link"
            },
            "google_play_link": {
                "type": "text",
                "label": "Google Play Link",
                "help": "Google play link"
            }
        }
    }
}