{% if sections.hero.particles %}
{% endif %}
{% 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 }}

{%- for btn in sections.hero.ctaButtons %} {% if btn.icon %} {% endif %} {{ btn.label }} {%- endfor %}
{% if sections.hero.trustIndicators %}

{{ sections.hero.trustIndicators.title | default('Trusted by:') }}

{% for indicator in sections.hero.trustIndicators.items %}
{% if indicator.logo %} {{ indicator.name }} {% else %} {{ indicator.name }} {% endif %}
{% endfor %}
{% endif %} {% if sections.hero.scrollIndicator %}
{{ sections.hero.scrollIndicator.text | default('Scroll down') }}
{% endif %}