{% include "illustrations/testimonials.html" %}
Testimonials
{{ macros.typewriter(tag="h2", class="mb-6", staticText="At your service! Check the feedback from my satisfied", typewriter="clients") }}
{% for item in data.testimonials %}

{{ item.description }}

client

{{ item.name }}

{{ item.job }}
{% endfor %}