{% assign companies_logo = '' %} {% if page.i_competitor_logo %} {% capture competitor_logo %}{% picture companies_logo companies/{{ page.i_competitor_logo }} %}{% endcapture %} {% endif %} {% assign hero_img = '' %} {% assign handle = page.v_category %} {% case handle %} {% when "schedules" %}{% capture hero_img %}{% picture direct-url_600 pages/restaurant-back-office.png %}{% endcapture %} {% when "time" %}{% capture hero_img %}{% picture direct-url_600 pages/plumclockimage.png %}{% endcapture %} {% when "ledger" %}{% capture hero_img %}{% picture direct-url_600 pages/cash-office.png %}{% endcapture %} {% when "accounts" %}{% capture hero_img %}{% picture direct-url_600 pages/account-cash-management.png %}{% endcapture %} {% when "ordering" %}{% capture hero_img %}{% picture direct-url_600 pages/automated-ordering-back-office.png %}{% endcapture %} {% when "inventory" %}{% capture hero_img %}{% picture direct-url_600 pages/inventory-back-office.png %}{% endcapture %} {% when "bar" %}{% capture hero_img %}{% picture direct-url_600 pages/restaurant-back-office.png %}{% endcapture %} {% when "variance" %}{% capture hero_img %}{% picture direct-url_600 collections/inventory-management-best-practices-a-guide-to-controlling-your-inventory-1649761139-1771.png %}{% endcapture %} {% when "checklist" %}{% capture hero_img %}{% picture direct-url_600 pages/food-safety-first.png %}{% endcapture %} {% when "security" %}{% capture hero_img %}{% picture direct-url_600 pages/stop-theft.png %}{% endcapture %} {% endcase %}
VS.

{{ page.t_credibility_headline }} {{ page.t_competitor_name }}

{{ page.t_credibility_subheadline }}

{{ page.t_button_label }} {{ page.t_credibility_headline }} {{ page.v_customer_display_name }}

{{ page.t_offers_headline }}

{{ page.t_offers_subheadline }}

{{ page.t_pricing_cta }}
{% for item in page.offer_items %}
{% picture width_276 pages/{{ item.p_icon }} %}

{{ item.t_title }}

{% endfor %}

{{ page.t_different_headline }}

{{ page.t_different_subheadline }}

"{{ page.t_different_testimonial }}"

{% for feature in page.credibility_features %}
{{ feature.v_feature_number }}

{{ feature.t_feature_headline }}

{{ feature.t_feature_subheadline }}

{{ feature.t_feature_description }}
{% assign section_bg_image_path = '' %} {% capture image_loc %}{% picture direct-url_750 pages/{{feature.p_feature_background }} %}{% endcapture %} {% capture section_bg_image_path %}linear-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url('{{image_loc}}'){% endcapture %}
{% picture thumbnail_sm pages/{{ feature.p_feature_logo }} %}

"{{ feature.t_feature_testimonial }}"

{{ feature.t_feature_cta }}
{% endfor %}