{# brutalist testimonial override — bordered quote slabs with hard offset. Fields: heading, layout, quotes[] (rating, quote, avatar, name, role). Keeps builtin's 5 literal rating-star comparisons. #}
{% if heading %}

{{ heading }}

{% endif %}
{% for q in quotes %}
{% if q.rating %}
{% endif %}
{% if q.quote %}“{{ q.quote }}”{% endif %}
{% if q.avatar %}{% img q.avatar alt=q.name class="h-full w-full object-cover" %}{% endif %} {% if q.name %}{{ q.name }}{% endif %} {% if q.role %}{{ q.role }}{% endif %}
{% endfor %}