<section>
<div class="container py-24">
<h2 class="text-center text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
Reviews from our happy customers
</h2>
<div class="mt-8 grid grid-cols-1 gap-4 md:grid-cols-3 md:gap-8">
<blockquote class="rounded-lg bg-gray-50 p-6 shadow-sm sm:p-8">
<div class="flex items-center gap-4">
<img alt="Customer"
src="https://images.unsplash.com/photo-1527082395-e939b847da0d?auto=format&fit=crop&w=1180&q=80"
class="h-14 w-14 rounded-full object-cover" />
<div>
<p class="text-lg font-medium">Jared Smith</p>
<p class="mt-1 text-sm text-gray-500">Product Designer</p>
</div>
</div>
<p class="mt-4 text-gray-700">
"WickedBlocks has been a game-changer for my projects. The components are top-notch and easy to integrate.
Highly recommended!"
</p>
</blockquote>
<blockquote class="rounded-lg bg-gray-50 p-6 shadow-sm sm:p-8">
<div class="flex items-center gap-4">
<img alt="Customer"
src="https://images.unsplash.com/photo-1502685104226-ee32379fefbe?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1180&q=80"
class="h-14 w-14 rounded-full object-cover" />
<div>
<p class="text-lg font-medium">Samantha Lee</p>
<p class="mt-1 text-sm text-gray-500">Front-end Developer</p>
</div>
</div>
<p class="mt-4 text-gray-700">
"I love using WickedBlocks! The variety and quality of components have significantly sped up my workflow."
</p>
</blockquote>
<blockquote class="rounded-lg bg-gray-50 p-6 shadow-sm sm:p-8">
<div class="flex items-center gap-4">
<img alt="Customer"
src="https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1180&q=80"
class="h-14 w-14 rounded-full object-cover" />
<div>
<p class="text-lg font-medium">Michael Brown</p>
<p class="mt-1 text-sm text-gray-500">Software Engineer</p>
</div>
</div>
<p class="mt-4 text-gray-700">
"WickedBlocks has transformed how I build web interfaces. The components are intuitive and save me a lot of
time."
</p>
</blockquote>
</div>
</div>
</section>