{{page.about_built_for_the_restaurant.t_headline}}

{{page.about_built_for_the_restaurant.t_subheadline}}

    {% for items in page.about_built_for_the_restaurant.about_built_for_the_restaurant_items %}
  • {% if items.i_icon %} {% assign image_alt = items.i_icon | remove: '.webp' | remove: '.png' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' %} {% picture btn_icon pages/{{ items.i_icon }} alt="{{ image_alt }}" %} {% endif %}

    {{items.t_headline}}

  • {% endfor %}
{% if page.about_built_for_the_restaurant.i_image %} {% assign image_alt = page.about_built_for_the_restaurant.i_image | remove: '.webp' | remove: '.png' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' %} {% picture width_1260 pages/{{ page.about_built_for_the_restaurant.i_image }} alt="{{ image_alt }}" class="onboarding-hero_image" %} {% endif %}