steep components
All components

CategoryTile

Browse-by-category card — image overlay + hover lift + arrow reveal.

components/category-tile.tsxPeer deps: lucide-react

Live preview

Usage

import { CategoryTile } from "@/components/category-tile";

<CategoryTile
  title="New arrivals"
  body="Hand-picked drops from this week."
  href="/collections/new"
  imageUrl={collectionHeroImageUrl}
/>