Testimonials
This commit is contained in:
@ -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"}}
|
||||
|
Reference in New Issue
Block a user