{{page.hero_1.t_headline}}
{{page.hero_1.t_subheadline}}
{% if page.hero_1.p_price %}
{% else %}
{{page.hero_1.t_button_text}}
{% endif %}
{% if page.hero_1.i_image %}
{% picture hero_1 pages/{{ page.hero_1.i_image }} alt="{{ page.hero_1.i_image
|
remove: '.png' | remove: '.webp' |
remove: '.jpg'| replace: '-',' ' | replace: '_',' ' }}" %}
{% endif %}
{% if page.hero_1.p_page %}
{% if page.hero_1.i_mobile_image %}
{% picture width_344 pages/{{ page.hero_1.i_mobile_image }} alt="{{
page.hero_1.i_mobile_image | remove: '.png' | remove: '.webp' |
remove: '.jpg'| replace: '-',' ' | replace: '_',' ' }}" %}
{% endif %}
{% endif %}