Marketing
Marketing Product Collections Base
Live Preview
<section>
<div class="mx-auto max-w-7xl px-4 py-8 sm:px-6 sm:py-12 lg:px-8">
<header>
<h2 class="text-xl font-bold text-gray-900 sm:text-3xl">Product Collection</h2>
<p class="mt-4 max-w-md text-gray-500">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Itaque praesentium cumque iure
dicta incidunt est ipsam, officia dolor fugit natus?
</p>
</header>
<ul class="mt-8 grid gap-4 sm:grid-cols-2 lg:grid-cols-4">
<li>
<a href="#" class="group block overflow-hidden">
<img
src="https://images.unsplash.com/photo-1523381210434-271e8be1f52b?auto=format&fit=crop&q=80&w=1160"
alt=""
class="h-87.5 w-full object-cover transition duration-500 group-hover:scale-105 sm:h-112.5"
/>
<div class="relative bg-white pt-3">
<h3
class="text-xs text-gray-700 group-hover:underline group-hover:underline-offset-4"
>
Basic Tee
</h3>
<p class="mt-2">
<span class="sr-only"> Regular Price </span>
<span class="tracking-wider text-gray-900"> £24.00 GBP </span>
</p>
</div>
</a>
</li>
<li>
<a href="#" class="group block overflow-hidden">
<img
src="https://images.unsplash.com/photo-1523381210434-271e8be1f52b?auto=format&fit=crop&q=80&w=1160"
alt=""
class="h-87.5 w-full object-cover transition duration-500 group-hover:scale-105 sm:h-112.5"
/>
<div class="relative bg-white pt-3">
<h3
class="text-xs text-gray-700 group-hover:underline group-hover:underline-offset-4"
>
Basic Tee
</h3>
<p class="mt-2">
<span class="sr-only"> Regular Price </span>
<span class="tracking-wider text-gray-900"> £24.00 GBP </span>
</p>
</div>
</a>
</li>
<li>
<a href="#" class="group block overflow-hidden">
<img
src="https://images.unsplash.com/photo-1523381210434-271e8be1f52b?auto=format&fit=crop&q=80&w=1160"
alt=""
class="h-87.5 w-full object-cover transition duration-500 group-hover:scale-105 sm:h-112.5"
/>
<div class="relative bg-white pt-3">
<h3
class="text-xs text-gray-700 group-hover:underline group-hover:underline-offset-4"
>
Basic Tee
</h3>
<p class="mt-2">
<span class="sr-only"> Regular Price </span>
<span class="tracking-wider text-gray-900"> £24.00 GBP </span>
</p>
</div>
</a>
</li>
<li>
<a href="#" class="group block overflow-hidden">
<img
src="https://images.unsplash.com/photo-1523381210434-271e8be1f52b?auto=format&fit=crop&q=80&w=1160"
alt=""
class="h-87.5 w-full object-cover transition duration-500 group-hover:scale-105 sm:h-112.5"
/>
<div class="relative bg-white pt-3">
<h3
class="text-xs text-gray-700 group-hover:underline group-hover:underline-offset-4"
>
Basic Tee
</h3>
<p class="mt-2">
<span class="sr-only"> Regular Price </span>
<span class="tracking-wider text-gray-900"> £24.00 GBP </span>
</p>
</div>
</a>
</li>
</ul>
</div>
</section>