Marketing
Marketing Empty Content No search results (alternative) Dark
Live Preview
<div class="max-w-md text-center">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="mx-auto size-20 text-gray-400 dark:text-gray-500"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M15.182 16.318A4.486 4.486 0 0 0 12.016 15a4.486 4.486 0 0 0-3.198 1.318M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"
/>
</svg>
<h2 class="mt-6 text-2xl font-bold text-gray-900 dark:text-white">Hmm, nothing found</h2>
<p class="mt-4 text-pretty text-gray-700 dark:text-gray-200">
We couldn't find what you were looking for. Try a different search term or explore our
popular categories.
</p>
<div class="mt-6 space-y-2">
<a
href="#"
class="block w-full rounded-lg bg-indigo-600 px-6 py-3 text-sm font-medium text-white transition-colors hover:bg-indigo-700"
>
Browse Popular Items
</a>
<a
href="#"
class="block w-full rounded-lg border border-indigo-600 px-6 py-3 text-sm font-medium text-indigo-600 transition-colors hover:bg-indigo-50 dark:border-gray-800 dark:text-white dark:hover:bg-gray-800"
>
Refine Search
</a>
</div>
<p class="mt-6 flex flex-wrap justify-center gap-8 text-sm">
<a href="#" class="text-indigo-600 hover:underline dark:text-indigo-300">Trending</a>
<a href="#" class="text-indigo-600 hover:underline dark:text-indigo-300">New</a>
<a href="#" class="text-indigo-600 hover:underline dark:text-indigo-300">Best sellers</a>
</p>
</div>