{{ sections.hero.badge }}

{{ sections.hero.title }}

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

{{ sections.hero.description }}

{% for i in range(sections.hero.features | length) %}

{{ sections.hero.features[i].title | default('Feature ' ~ (i+1)) }}

{{ sections.hero.features[i].description | default('Brief description of this feature') }}

{% endfor %}
{{ sections.hero.heroImage.alt }}
Scroll to explore