{
"version": "1.0",
"title": "Lead Magnet Landing Page",
"widgets": [
{
"id": "hero_section",
"widget": "heading",
"settings": {
"title": "Dapatkan Panduan Gratis!",
"align": "center",
"size": "xl"
}
},
{
"id": "text_section",
"widget": "text-editor",
"settings": {
"content": "Masukkan email Anda untuk mendapatkan panduan eksklusif secara gratis.",
"align": "center"
}
},
{
"id": "form_section",
"widget": "form",
"settings": {
"fields": [
{
"type": "email",
"label": "Email Anda",
"placeholder": "Masukkan email Anda",
"required": true
}
],
"submit_button_text": "Dapatkan Sekarang",
"submit_button_size": "large",
"align": "center"
}
},
{
"id": "success_message",
"widget": "alert",
"settings": {
"message": "Terima kasih! Panduan telah dikirim ke email Anda.",
"type": "success",
"dismissible": true
}
}
]
}