{# Composable hero block. Usage: {{ render_block('hero', eyebrow='…', title='…', subtitle='…', cta_label='…', cta_href='…') }} #}
{% if eyebrow %}

{{ eyebrow }}

{% endif %}

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %} {% if cta_label %}

{{ cta_label }}

{% endif %}