All components
CategoryTile
Browse-by-category card — image overlay + hover lift + arrow reveal.
components/category-tile.tsxPeer deps:
lucide-reactLive preview
Usage
import { CategoryTile } from "@/components/category-tile";
<CategoryTile
title="New arrivals"
body="Hand-picked drops from this week."
href="/collections/new"
imageUrl={collectionHeroImageUrl}
/>