{% assign service = site.data.services[page.service_key] %} {% include head.html %} {% include header.html %} {% include disclaimer-banner.html %} {% include script.html %}
{{service.category}}

{{service.hero.h1}}

{% for paragraph in service.description %}

{{ paragraph }}

{% endfor %}
{{service.name}}
{% for trust in service.trust_points %} {% assign delay = forloop.index0 | times: 0.2 | append: 's' %}
{{ trust.title }}
{% endfor %}
{% if page.show_tank_calculator == true %} {% include galico-tank-water-heater-advisor.html %} {% else %} {% for item in service.cards %}
{{ item.alt | default: item.title }}

{{ item.title }}

{{ item.description }}

{{ item.cta }}
{% endfor %} {% endif %}
{% assign all_testimonials = site.data.testimonials | default: empty %} {% assign service_testimonials = all_testimonials | where: "services", page.service_key %} {% if service_testimonials.size > 0 %}

What Our Customers Say

{% for testimonial in service_testimonials %}
{% if testimonial.image %}
{{ testimonial.name }}
{% endif %}
{{ testimonial.name }} from {{ testimonial.location }}

"{{ testimonial.text }}"

{% endfor %}
{% endif %} {% include footer.html %}