Testimonials

This commit is contained in:
2024-04-12 10:52:45 -06:00
parent f251af997e
commit 4184c33a2a
6 changed files with 20 additions and 2 deletions

View File

@ -69,6 +69,25 @@ Atridad Lahiji // Root
Support 🩵
</a>
</div>
<span>
<h2 class="mb-2 text-xl text-white sm:text-[1.5rem]">Things People Say About Me:</h2>
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-3">
<div>
<img class="object-cover object-center w-full max-w-full rounded-lg" src="/public/img/testimonials/1.png"
alt="gallery-photo" />
</div>
<div>
<img class="object-cover object-center w-full max-w-full rounded-lg" src="/public/img/testimonials/2.png"
alt="gallery-photo" />
</div>
<div>
<img class="object-cover object-center w-full max-w-full rounded-lg" src="/public/img/testimonials/3.png"
alt="gallery-photo" />
</div>
</div>
</span>
{{end}}
{{define "foot"}}