Hero
First-view hero band: eyebrow + display heading + lead + CTA row over a soft accent-tinted background.
ContentUsage
import { Hero } from "@zudo-sg/ui/src/shared/hero/hero";
<Hero
eyebrow="Welcome"
heading="Build things that last"
lead="A sample lead paragraph."
actions={[{ label: "Get started", href: "/docs", variant: "primary" }]}
/>Primary (page hero)
Secondary (section hero)