{{ sections.testimonials.title }}

{{ sections.testimonials.subtitle | default("What our customers are saying about us") }}

{% for item in sections.testimonials.items %}
{% for i in range(5) %} {% endfor %}

"{{ item.quote }}"

{{ item.author }}

{{ item.author }}

{{ item.role }}

{% if item.company %}

{{ item.company }}

{% endif %}
{% endfor %}
{% for item in sections.testimonials.items %} {% endfor %}