{% if sections.hero.badge %}
{{ sections.hero.badge }}
{% endif %}

{{ sections.hero.title }}

{{ sections.hero.description }}

{% for button in sections.hero.ctaButtons %} {{ button.label }} {% endfor %}
{% if sections.hero.stats %}
{% for stat in sections.hero.stats %}
{{ stat.value }}
{{ stat.label }}
{% endfor %}
{% endif %}
{% if sections.hero.heroImage and sections.hero.heroImage.src %} {{ sections.hero.heroImage.alt | default('Hero Image') }} {% else %}

Hero Image

{% endif %}

Hero Designs