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

{{ sections.hero.title }} {% if sections.testimonials.featured %} "{{ sections.testimonials.featured.quote | truncate(50) }}" {% endif %}

{% 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.heroImage %}
{{ sections.hero.heroImage.alt }}
{% endif %} {% if sections.hero.stats %}
{% for stat in sections.hero.stats %}
{{ stat.value }}
{{ stat.label }}
{% endfor %}
{% endif %}