{% assign hero_data = page.hero %}

{{ hero_data.t_headline }}

{{ hero_data.t_subheadline }}

{% for btn in hero_data.hero_btns %} {{ btn.t_btn_text }} {% endfor %}
{% if page.hero.video_section %} {% endif %}
{% if hero_data.video_section.i_left_bottom and hero_data.video_section.i_left_bottom != empty %} {% capture left_img %}pages/{{ hero_data.video_section.i_left_bottom }}{% endcapture %} {% picture preset_float {{ left_img }} alt="Food Cost Analytics" %} {% endif %}
{% if hero_data.video_section.i_top_right and hero_data.video_section.i_top_right != empty %} {% capture right_img %}pages/{{ hero_data.video_section.i_top_right }}{% endcapture %} {% picture preset_float {{ right_img }} alt="AI Recommendations" %} {% endif %}