{% if sections.hero.heroImage and sections.hero.heroImage.src %}
{% endif %}
{% if sections.hero.badge %}
{{ sections.hero.badge }}
{% endif %}

{{ sections.hero.title }} {% if sections.hero.subtitles %} {{ sections.hero.subtitles[0] }} {% endif %}

{% if sections.hero.description %}

{{ sections.hero.description }}

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

No credit card required • 14-day free trial • Cancel anytime

{% if sections.hero.stats %}
{% for stat in sections.hero.stats %}
0
{{ stat.label }}
{% endfor %}
{% endif %}
{% if sections.hero.features %}
{% for feature in sections.hero.features %}

{{ feature.title }}

{{ feature.description }}

{% endfor %}
{% endif %}