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

{{ sections.hero.title }}

{% if sections.hero.subtitles %}
{% for subtitle in sections.hero.subtitles %} {{ subtitle }} {% endfor %}
{% endif %}

{{ sections.hero.description }}

{% if sections.hero.ctaButtons %}
{% for btn in sections.hero.ctaButtons %} {{ btn.label }} {% endfor %}
{% endif %} {% if sections.hero.stats %}
{% for stat in sections.hero.stats %}
{{ stat.value }}
{{ stat.label }}
{% endfor %}
{% endif %}
{% if sections.hero.heroImage %}
{{ sections.hero.heroImage.alt }}
{% endif %}