{% if page.cta_box_headline != null %}

{{page.hero_1_headline}}

{{page.hero_1_text}}

{% else %}

{{ page.hero_1_headline }}

{{ page.hero_1_subheadline }}

{% endif %}
{% if page.tile_headline != null %}

{{page.tile_headline}}

{% capture target %}{{ page.target_industry }}{% endcapture %} {% assign targetlogos = site.data.testimonials.testimonials | where: 'industry', page.target_industry %} {% for item in targetlogos limit:4 %} {% picture tile_logo pages/{{item.i_biz_logo}} alt="{{ item.i_biz_logo | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" style="padding:20px;" class="img-fluid" title="{{item.t_biz_name}}" %} {% endfor %}
{% endif %} {% include sections/landing_pages_features.html %}
{% for item in site.data.testimonials.testimonials limit:2 %}
{% include testimonials_single.html %}
{% endfor %}