{% if page.features_keep_your_restaurant.i_bg_image %} {% assign main_hero_bg = '' %} {% capture main_hero_bg %}{% picture open_graph_2000 pages/{{ page.features_keep_your_restaurant.i_bg_image}} %}{% endcapture %} {% endif %}

{{ page.features_keep_your_restaurant.t_headline }}

{% for item in page.features_keep_your_restaurant.features_keep_your_restaurant_items %}
{% if item.i_top_right %} {% assign image_alt = item.i_top_right | remove: '.webp' | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture thumbnail_image pages/{{ item.i_top_right }} alt="{{ image_alt }}"%} {% endif %}
{% if item.i_image %} {% assign image_alt = item.i_image | remove: '.webp' | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture open_graph_cta pages/{{ item.i_image }} alt="{{ image_alt }}"%} {% endif %}
{% if item.i_bottom_left %} {% assign image_alt = item.i_bottom_left | remove: '.webp' | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture thumbnail_image pages/{{ item.i_bottom_left }} alt="{{ image_alt }}"%} {% endif %}

{{ item.t_headline }}

{{ item.t_subheadline }}

{% endfor %}