Hero Designs

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

{{ sections.hero.title }}

{{ sections.hero.description }}

{% for button in sections.hero.ctaButtons %} {{ button.label }} {% endfor %}
{% if sections.hero.heroImage and sections.hero.heroImage.src %} {{ sections.hero.heroImage.alt | default('Hero Image') }} {% else %}

Hero Image

{% endif %}