{
    "demo": "demo-accounting-2",
    "label": "Accounting 2",
    "version": "1.0",
    "generated": "2026-05-11T23:03:09-03:00",
    "_review": "DRAFT — refinar labels, repeaters, defaults manualmente",
    "views": {
        "welcome": {
            "label": "Página principal (Welcome)",
            "sections": [
                {
                    "id": "hero",
                    "label": "Hero principal",
                    "fields": [
                        {
                            "key": "hero_title",
                            "type": "text",
                            "label": "Hero title",
                            "default": "Marca Personal"
                        },
                        {
                            "key": "hero_subtitle",
                            "type": "textarea",
                            "label": "Hero subtitle",
                            "default": "Mi proceso, mi camino."
                        },
                        {
                            "key": "hero_description",
                            "type": "textarea",
                            "label": "Hero description",
                            "default": "Profesional con múltiples facetas. Proyectos, procesos y aventuras conectados en un mismo espacio."
                        }
                    ]
                },
                {
                    "id": "about",
                    "label": "Sobre nosotros",
                    "fields": [
                        {
                            "key": "about_badge",
                            "type": "text",
                            "label": "About badge",
                            "default": "Sobre Mí"
                        },
                        {
                            "key": "about_title",
                            "type": "text",
                            "label": "About title",
                            "default": "Quién Soy"
                        },
                        {
                            "key": "about_description",
                            "type": "textarea",
                            "label": "About description",
                            "default": "Mi historia, mi proceso, mi camino — todo conectado en un mismo espacio."
                        },
                        {
                            "key": "about_tagline",
                            "type": "text",
                            "label": "About tagline",
                            "default": "Todo conectado."
                        }
                    ]
                },
                {
                    "id": "gallery",
                    "label": "Galería",
                    "fields": [
                        {
                            "key": "gallery_heading",
                            "type": "text",
                            "label": "Gallery heading",
                            "default": "Lo que vivo"
                        }
                    ]
                },
                {
                    "id": "projects",
                    "label": "Proyectos",
                    "fields": [
                        {
                            "key": "projects_heading",
                            "type": "text",
                            "label": "Projects heading",
                            "default": "Lo que construí"
                        }
                    ]
                },
                {
                    "id": "blog",
                    "label": "Blog",
                    "fields": [
                        {
                            "key": "blog_badge",
                            "type": "text",
                            "label": "Blog badge",
                            "default": "Blog"
                        },
                        {
                            "key": "blog_title",
                            "type": "text",
                            "label": "Blog title",
                            "default": "Últimas notas"
                        }
                    ]
                },
                {
                    "id": "testimonials",
                    "label": "Testimonios",
                    "fields": [
                        {
                            "key": "testimonials_badge",
                            "type": "text",
                            "label": "Testimonials badge",
                            "default": "Testimonios"
                        },
                        {
                            "key": "testimonials_title",
                            "type": "text",
                            "label": "Testimonials title",
                            "default": "Lo que dicen quienes trabajaron conmigo"
                        },
                        {
                            "key": "testimonials_description",
                            "type": "textarea",
                            "label": "Testimonials description",
                            "default": "Reseñas de personas con las que colaboré."
                        }
                    ]
                },
                {
                    "id": "cta",
                    "label": "Call to action",
                    "fields": [
                        {
                            "key": "cta_primary_label",
                            "type": "text",
                            "label": "Cta primary label",
                            "default": "Ver proyectos"
                        },
                        {
                            "key": "cta_secondary_label",
                            "type": "text",
                            "label": "Cta secondary label",
                            "default": "Conoceme"
                        }
                    ]
                },
                {
                    "id": "tab",
                    "label": "Tab",
                    "fields": [
                        {
                            "key": "tab",
                            "type": "repeater",
                            "label": "Tab",
                            "min": 1,
                            "max": 3,
                            "item_fields": [
                                {
                                    "key": "label",
                                    "type": "text"
                                }
                            ],
                            "_legacy_keys": [
                                "tab_1_label",
                                "tab_2_label",
                                "tab_3_label"
                            ]
                        }
                    ]
                },
                {
                    "id": "stat",
                    "label": "Stat",
                    "fields": [
                        {
                            "key": "stat",
                            "type": "repeater",
                            "label": "Stat",
                            "min": 1,
                            "max": 3,
                            "item_fields": [
                                {
                                    "key": "value",
                                    "type": "text"
                                },
                                {
                                    "key": "label",
                                    "type": "text"
                                }
                            ],
                            "_legacy_keys": [
                                "stat_1_value",
                                "stat_1_label",
                                "stat_2_value",
                                "stat_2_label",
                                "stat_3_value",
                                "stat_3_label"
                            ]
                        },
                        {
                            "key": "stat_card_label",
                            "type": "text",
                            "label": "Stat card label",
                            "default": "Años creando"
                        },
                        {
                            "key": "stat_card_value",
                            "type": "number",
                            "label": "Stat card value",
                            "default": "10+"
                        }
                    ]
                },
                {
                    "id": "faq",
                    "label": "Faq",
                    "fields": [
                        {
                            "key": "faq",
                            "type": "repeater",
                            "label": "Faq",
                            "min": 1,
                            "max": 5,
                            "item_fields": [
                                {
                                    "key": "question",
                                    "type": "text"
                                },
                                {
                                    "key": "answer",
                                    "type": "text"
                                }
                            ],
                            "_legacy_keys": [
                                "faq_1_question",
                                "faq_1_answer",
                                "faq_2_question",
                                "faq_2_answer",
                                "faq_3_question",
                                "faq_3_answer",
                                "faq_4_question",
                                "faq_4_answer",
                                "faq_5_question",
                                "faq_5_answer"
                            ]
                        },
                        {
                            "key": "faq_badge",
                            "type": "text",
                            "label": "Faq badge",
                            "default": "Preguntas frecuentes"
                        }
                    ]
                },
                {
                    "id": "tab1",
                    "label": "Tab1",
                    "fields": [
                        {
                            "key": "tab1_title",
                            "type": "text",
                            "label": "Tab1 title",
                            "default": "Proyectos"
                        },
                        {
                            "key": "tab1_description",
                            "type": "textarea",
                            "label": "Tab1 description",
                            "default": "Conocé los proyectos que vengo construyendo."
                        },
                        {
                            "key": "tab1_cta",
                            "type": "text",
                            "label": "Tab1 cta",
                            "default": "Ver proyectos"
                        }
                    ]
                },
                {
                    "id": "tab2",
                    "label": "Tab2",
                    "fields": [
                        {
                            "key": "tab2_title",
                            "type": "text",
                            "label": "Tab2 title",
                            "default": "Galería"
                        },
                        {
                            "key": "tab2_description",
                            "type": "textarea",
                            "label": "Tab2 description",
                            "default": "Momentos, viajes y procesos creativos."
                        },
                        {
                            "key": "tab2_cta",
                            "type": "text",
                            "label": "Tab2 cta",
                            "default": "Ver galería"
                        }
                    ]
                },
                {
                    "id": "tab3",
                    "label": "Tab3",
                    "fields": [
                        {
                            "key": "tab3_title",
                            "type": "text",
                            "label": "Tab3 title",
                            "default": "Blog"
                        },
                        {
                            "key": "tab3_description",
                            "type": "textarea",
                            "label": "Tab3 description",
                            "default": "Notas, reflexiones y aprendizajes en el camino."
                        },
                        {
                            "key": "tab3_cta",
                            "type": "text",
                            "label": "Tab3 cta",
                            "default": "Leer blog"
                        }
                    ]
                },
                {
                    "id": "work",
                    "label": "Work",
                    "fields": [
                        {
                            "key": "work_badge",
                            "type": "text",
                            "label": "Work badge",
                            "default": "Lo que hago"
                        },
                        {
                            "key": "work_title",
                            "type": "text",
                            "label": "Work title",
                            "default": "Mi trabajo"
                        },
                        {
                            "key": "work_subtitle",
                            "type": "textarea",
                            "label": "Work subtitle",
                            "default": "Las cuatro dimensiones de mi marca personal"
                        },
                        {
                            "key": "work_item_1",
                            "type": "text",
                            "label": "Work item 1",
                            "default": "Proyectos"
                        },
                        {
                            "key": "work_item_2",
                            "type": "text",
                            "label": "Work item 2",
                            "default": "Galería"
                        },
                        {
                            "key": "work_item_3",
                            "type": "text",
                            "label": "Work item 3",
                            "default": "Blog"
                        },
                        {
                            "key": "work_item_4",
                            "type": "text",
                            "label": "Work item 4",
                            "default": "Contacto"
                        }
                    ]
                },
                {
                    "id": "skills",
                    "label": "Skills",
                    "fields": [
                        {
                            "key": "skills_badge",
                            "type": "text",
                            "label": "Skills badge",
                            "default": "Mis disciplinas"
                        },
                        {
                            "key": "skills_title",
                            "type": "text",
                            "label": "Skills title",
                            "default": "Lo que hago bien"
                        }
                    ]
                },
                {
                    "id": "skill",
                    "label": "Skill",
                    "fields": [
                        {
                            "key": "skill_1",
                            "type": "text",
                            "label": "Skill 1",
                            "default": "Estrategia"
                        },
                        {
                            "key": "skill_2",
                            "type": "text",
                            "label": "Skill 2",
                            "default": "Diseño"
                        },
                        {
                            "key": "skill_3",
                            "type": "text",
                            "label": "Skill 3",
                            "default": "Comunicación"
                        },
                        {
                            "key": "skill_4",
                            "type": "text",
                            "label": "Skill 4",
                            "default": "Producción"
                        },
                        {
                            "key": "skill_5",
                            "type": "text",
                            "label": "Skill 5",
                            "default": "Liderazgo"
                        },
                        {
                            "key": "skill_6",
                            "type": "text",
                            "label": "Skill 6",
                            "default": "Mentoría"
                        }
                    ]
                },
                {
                    "id": "personal",
                    "label": "Personal",
                    "fields": [
                        {
                            "key": "personal_badge",
                            "type": "text",
                            "label": "Personal badge",
                            "default": "Quien soy"
                        },
                        {
                            "key": "personal_title",
                            "type": "text",
                            "label": "Personal title",
                            "default": "Profesional con múltiples facetas"
                        },
                        {
                            "key": "personal_description",
                            "type": "textarea",
                            "label": "Personal description",
                            "default": "Construyo, exploro y comparto. Cada proyecto es una oportunidad de crear algo distinto."
                        }
                    ]
                },
                {
                    "id": "availability",
                    "label": "Availability",
                    "fields": [
                        {
                            "key": "availability_text",
                            "type": "textarea",
                            "label": "Availability text",
                            "default": "Trabajando como independiente"
                        }
                    ]
                },
                {
                    "id": "tagline",
                    "label": "Tagline",
                    "fields": [
                        {
                            "key": "tagline",
                            "type": "text",
                            "label": "Tagline",
                            "default": "Marca Personal"
                        }
                    ]
                },
                {
                    "id": "closure",
                    "label": "Closure",
                    "fields": [
                        {
                            "key": "closure_text",
                            "type": "textarea",
                            "label": "Closure text",
                            "default": "¿Conectamos? Estoy abierto a conversaciones que sumen."
                        },
                        {
                            "key": "closure_cta",
                            "type": "text",
                            "label": "Closure cta",
                            "default": "Hablemos"
                        }
                    ]
                }
            ]
        },
        "about": {
            "label": "Sobre nosotros (About)",
            "sections": [
                {
                    "id": "meta",
                    "label": "SEO meta",
                    "fields": [
                        {
                            "key": "meta_description",
                            "type": "textarea",
                            "label": "Meta description",
                            "default": "Conocé mi historia, mi proceso creativo, los proyectos que vengo construyendo y los lugares que exploro."
                        }
                    ]
                },
                {
                    "id": "value",
                    "label": "Value",
                    "fields": [
                        {
                            "key": "value",
                            "type": "repeater",
                            "label": "Value",
                            "min": 1,
                            "max": 3,
                            "item_fields": [
                                {
                                    "key": "title",
                                    "type": "text"
                                },
                                {
                                    "key": "description",
                                    "type": "text"
                                }
                            ],
                            "_legacy_keys": [
                                "value_1_title",
                                "value_1_description",
                                "value_2_title",
                                "value_2_description",
                                "value_3_title",
                                "value_3_description"
                            ]
                        }
                    ]
                },
                {
                    "id": "stat",
                    "label": "Stat",
                    "fields": [
                        {
                            "key": "stat",
                            "type": "repeater",
                            "label": "Stat",
                            "min": 1,
                            "max": 3,
                            "item_fields": [
                                {
                                    "key": "value",
                                    "type": "text"
                                },
                                {
                                    "key": "label",
                                    "type": "text"
                                }
                            ],
                            "_legacy_keys": [
                                "stat_1_value",
                                "stat_1_label",
                                "stat_2_value",
                                "stat_2_label",
                                "stat_3_value",
                                "stat_3_label"
                            ]
                        }
                    ]
                },
                {
                    "id": "page",
                    "label": "Page",
                    "fields": [
                        {
                            "key": "page_title",
                            "type": "text",
                            "label": "Page title",
                            "default": "Sobre Mí"
                        }
                    ]
                },
                {
                    "id": "badge",
                    "label": "Badge",
                    "fields": [
                        {
                            "key": "badge",
                            "type": "text",
                            "label": "Badge",
                            "default": "Creator · Builder · Explorer"
                        }
                    ]
                },
                {
                    "id": "main",
                    "label": "Main",
                    "fields": [
                        {
                            "key": "main_title",
                            "type": "text",
                            "label": "Main title",
                            "default": "Quién Soy"
                        },
                        {
                            "key": "main_subtitle",
                            "type": "textarea",
                            "label": "Main subtitle",
                            "default": "Mi historia, mi proceso, mi camino."
                        },
                        {
                            "key": "main_description",
                            "type": "textarea",
                            "label": "Main description",
                            "default": "Este espacio conecta todo lo que hago, vivo y aprendo — proyectos, procesos y experiencias en un mismo lugar."
                        }
                    ]
                },
                {
                    "id": "description",
                    "label": "Description",
                    "fields": [
                        {
                            "key": "description_1",
                            "type": "text",
                            "label": "Description 1",
                            "default": "Profesional con múltiples facetas. Construyo proyectos, exploro nuevos lugares y comparto el proceso de cada cosa que emprendo. Esta es mi forma de mostrar lo que hago y por qué."
                        },
                        {
                            "key": "description_2",
                            "type": "text",
                            "label": "Description 2",
                            "default": "Cada proyecto que tomo lo abordo con curiosidad y compromiso. Me interesa entender cómo funcionan las cosas, qué problema están resolviendo y cómo puedo aportar algo distinto. Trabajo con autonomía pero siempre buscando la colaboración."
                        },
                        {
                            "key": "description_3",
                            "type": "text",
                            "label": "Description 3",
                            "default": "Cuando no estoy trabajando, me encontrás explorando — entrenando, viajando o capturando con la cámara los lugares que visito. Creo que las experiencias fuera del trabajo son las que terminan dando perspectiva al trabajo."
                        }
                    ]
                },
                {
                    "id": "video",
                    "label": "Video",
                    "fields": [
                        {
                            "key": "video_url",
                            "type": "url",
                            "label": "Video url",
                            "default": ""
                        }
                    ]
                },
                {
                    "id": "tagline",
                    "label": "Tagline",
                    "fields": [
                        {
                            "key": "tagline",
                            "type": "text",
                            "label": "Tagline",
                            "default": "Todo conectado."
                        }
                    ]
                },
                {
                    "id": "growth",
                    "label": "Growth",
                    "fields": [
                        {
                            "key": "growth_badge",
                            "type": "text",
                            "label": "Growth badge",
                            "default": "El proceso"
                        },
                        {
                            "key": "growth_title",
                            "type": "text",
                            "label": "Growth title",
                            "default": "Cómo crezco"
                        },
                        {
                            "key": "growth_subtitle",
                            "type": "textarea",
                            "label": "Growth subtitle",
                            "default": "Trabajo, deporte y exploración — tres dimensiones que se retroalimentan."
                        },
                        {
                            "key": "growth_description_1",
                            "type": "textarea",
                            "label": "Growth description 1",
                            "default": "El crecimiento está en el corazón de todo lo que hago — tanto profesional como personalmente. A través de mis proyectos, ayudo a otros a crecer. A través de la fotografía y los viajes, crezco yo. Cada experiencia se traduce en aprendizaje y nuevas perspectivas."
                        },
                        {
                            "key": "growth_description_2",
                            "type": "textarea",
                            "label": "Growth description 2",
                            "default": "No separo trabajo de vida personal — todo se nutre mutuamente. La disciplina del entrenamiento se traduce en disciplina de ejecución. La paciencia para una foto se vuelve paciencia para un cliente. La perspectiva de un viaje se vuelve perspectiva de negocio."
                        }
                    ]
                },
                {
                    "id": "history",
                    "label": "History",
                    "fields": [
                        {
                            "key": "history_years",
                            "type": "text",
                            "label": "History years",
                            "default": "Mi camino"
                        },
                        {
                            "key": "history_",
                            "type": "text",
                            "label": "History "
                        },
                        {
                            "key": "history_continuation",
                            "type": "text",
                            "label": "History continuation",
                            "default": "Mi travesía es una evolución continua — de proyecto en proyecto, de viaje en viaje. Cada hito representa un compromiso con el crecimiento, la creatividad y compartir experiencias que inspiran. El camino siempre es sobre aprender, crear y conectar."
                        }
                    ]
                },
                {
                    "id": "team",
                    "label": "Equipo",
                    "fields": [
                        {
                            "key": "team_title",
                            "type": "text",
                            "label": "Team title",
                            "default": "¿Conectamos?"
                        }
                    ]
                },
                {
                    "id": "connect",
                    "label": "Connect",
                    "fields": [
                        {
                            "key": "connect_description",
                            "type": "textarea",
                            "label": "Connect description",
                            "default": "Si algo de lo que ves te resuena — escribime."
                        }
                    ]
                }
            ]
        },
        "contact": {
            "label": "Contacto (Contact)",
            "sections": [
                {
                    "id": "meta",
                    "label": "SEO meta",
                    "fields": [
                        {
                            "key": "meta_description",
                            "type": "textarea",
                            "label": "Meta description",
                            "default": "Escribime para consultas sobre proyectos, colaboraciones o simplemente para conectar."
                        }
                    ]
                },
                {
                    "id": "phone",
                    "label": "Teléfono",
                    "fields": [
                        {
                            "key": "phone",
                            "type": "text",
                            "label": "Phone",
                            "default": "+54 11 4000-0000"
                        },
                        {
                            "key": "phone_number",
                            "type": "number",
                            "label": "Phone number",
                            "default": "+541140000000"
                        }
                    ]
                },
                {
                    "id": "email",
                    "label": "Email",
                    "fields": [
                        {
                            "key": "email",
                            "type": "text",
                            "label": "Email",
                            "default": "hola@miweb.com"
                        }
                    ]
                },
                {
                    "id": "page",
                    "label": "Page",
                    "fields": [
                        {
                            "key": "page_title",
                            "type": "text",
                            "label": "Page title",
                            "default": "Contacto"
                        },
                        {
                            "key": "page_subtitle",
                            "type": "textarea",
                            "label": "Page subtitle",
                            "default": "Siempre estoy abierto a conversaciones que sumen — proyectos, ideas, oportunidades."
                        }
                    ]
                },
                {
                    "id": "availability",
                    "label": "Availability",
                    "fields": [
                        {
                            "key": "availability_text",
                            "type": "textarea",
                            "label": "Availability text",
                            "default": "Trabajando como independiente"
                        }
                    ]
                },
                {
                    "id": "success",
                    "label": "Success",
                    "fields": [
                        {
                            "key": "success_message",
                            "type": "text",
                            "label": "Success message",
                            "default": "¡Listo! Tu mensaje fue enviado."
                        }
                    ]
                },
                {
                    "id": "error",
                    "label": "Error",
                    "fields": [
                        {
                            "key": "error_message",
                            "type": "text",
                            "label": "Error message",
                            "default": "No se pudo enviar. Intentá de nuevo."
                        }
                    ]
                },
                {
                    "id": "company",
                    "label": "Company",
                    "fields": [
                        {
                            "key": "company_label",
                            "type": "text",
                            "label": "Company label",
                            "default": "Empresa (opcional)"
                        },
                        {
                            "key": "company_placeholder",
                            "type": "text",
                            "label": "Company placeholder",
                            "default": "Tu empresa"
                        }
                    ]
                },
                {
                    "id": "address",
                    "label": "Dirección",
                    "fields": [
                        {
                            "key": "address",
                            "type": "text",
                            "label": "Address",
                            "default": "Buenos Aires, Argentina"
                        }
                    ]
                },
                {
                    "id": "location",
                    "label": "Location",
                    "fields": [
                        {
                            "key": "location_label",
                            "type": "text",
                            "label": "Location label",
                            "default": "Ubicación"
                        }
                    ]
                },
                {
                    "id": "social",
                    "label": "Social",
                    "fields": [
                        {
                            "key": "social_label",
                            "type": "text",
                            "label": "Social label",
                            "default": "Redes"
                        }
                    ]
                },
                {
                    "id": "response",
                    "label": "Response",
                    "fields": [
                        {
                            "key": "response_time",
                            "type": "text",
                            "label": "Response time",
                            "default": "Respondo en 24-48hs"
                        }
                    ]
                }
            ]
        }
    }
}