{% if sections.hero.heroImage %}
{% endif %}
{% if sections.hero.badge or sections.hero.subtitles %}
{{ sections.hero.badge or (sections.hero.subtitles | join(' • ')) }}
{% endif %}

{{ sections.hero.title }}

{{ sections.hero.description }}

{% if sections.hero.ctaButtons %}
{% for button in sections.hero.ctaButtons %} {% if button.style == 'filled' %} {{ button.label }} {% else %} {{ button.label }} {% endif %} {% endfor %}
{% endif %} {% if sections.hero.stats %}
{% for stat in sections.hero.stats %}
{{ stat.value }}
{{ stat.label }}
{% endfor %}
{% endif %}