@aelig/hero

Hero

Add

pnpm dlx shadcn@latest add @aelig/hero

Renders a split hero with badge, CTAs, image panel, and optional cards.

Preview

New

Composable registry blocks

A split hero section for product and registry pages.

STATUS
Preview package
Ready

Usage

import { Hero } from "@/components/blocks/hero"

export function Section() {
  return <Hero {...sectionProps} />
}