{% assign hero = page.hero_v3 %}

{{ hero.t_title }} {{ hero.t_subtitle }}

{{ hero.t_description }}

{% if hero.cta %} {% endif %}
{% if hero.media.recommendation %}
{{ hero.media.recommendation.badge }}

{{ hero.media.recommendation.text }}

{% endif %} {% if hero.media.analytics %}
{{ hero.media.analytics.label }}
{{ hero.media.analytics.value }}
{{ hero.media.analytics.chart_label }}
{% for bar in hero.media.analytics.bars %}
{% endfor %}
{% endif %}
{% for stat in hero.stats %}
{% case stat.icon %} {% when "store" %} {% when "users" %} {% when "clock" %} {% when "support" %} {% endcase %}
{% if stat.counter_target %} 0{{ stat.suffix }} {% else %} {{ stat.static_value }} {% endif %}

{{ stat.description }}

{% endfor %}