Marketing
Marketing Product Cards Product with rounded image, title and price
Live Preview
<a href="#" class="group block">
<img
src="https://images.unsplash.com/photo-1592921870789-04563d55041c?auto=format&fit=crop&q=80&w=1160"
alt=""
class="aspect-square w-full rounded-sm object-cover"
/>
<div class="mt-3">
<h3 class="font-medium text-gray-900 group-hover:underline group-hover:underline-offset-4">
Simple Watch
</h3>
<p class="mt-1 text-sm text-gray-700">$150</p>
</div>
</a>