{{page.testimonials.t_headline}}

{% for item in page.testimonials.testimonials_items %}
{% for i in (1..5) %} {{ item.i_star | remove: '.png' | remove: '.webp' | remove: '.jpg' | remove: '.svg' | replace: '-',' ' | replace: '_',' ' }} {% endfor %}

{{item.t_title}}

{{item.t_subtitle}}

{{ item.i_logo | remove: '.png' | remove: '.webp' | remove: '.jpg' | remove: '.svg' | replace: '-',' ' | replace: '_',' ' }}
{% endfor %}