@aelig/hero
Hero
Add
pnpm dlx shadcn@latest add @aelig/heroRenders a split hero with badge, CTAs, image panel, and optional cards.
Preview
Usage
import { Hero } from "@/components/blocks/hero"
export function Section() {
return <Hero {...sectionProps} />
}