All components
HeroCarousel
Embla-based looping headline carousel with autorotate and italic-accent markdown in headlines.
components/hero-carousel.tsxPeer deps:
lucide-react, embla-carousel-reactLive preview
Component pack v1
Storefront components, quietly polished.
Drop-in, brand-flexible pieces — copy the .tsx, edit anything, ship.
Usage
import { HeroCarousel } from "@/components/hero-carousel";
<HeroCarousel
slides={[
{
eyebrow: "Just landed",
headline: "Designed *quietly*. Built loudly.",
body: "Copy. Paste. Ship.",
ctaPrimary: { label: "Shop", href: "/products" },
ctaSecondary: { label: "About", href: "/about" },
},
]}
/>