← All Components

Hero

Main hero section with headline, subtitle, and CTA buttons.

Center Aligned (default)

Now in Public Beta

Ship faster with tools that just work

The modern platform for building, deploying, and scaling your applications.

Left Aligned

Build something great

Start with a solid foundation and scale as you grow.

Minimal

Welcome

Props

PropTypeDescription
badgeReactNodeSmall element above the title (e.g. a badge)
titleReactNodeMain headline
subtitleReactNodeSupporting text below the title
actionsReactNodeAction buttons
childrenReactNodeAdditional content below actions
align"left" | "center"Text alignment (default center)
classNamestringAdditional classes on the root element

Usage

<Hero badge={<Badge>New</Badge>} title="Ship faster" subtitle="The modern platform." align="center" actions={ <> <Button>Start Free Trial</Button> <Button variant="outline">Learn More</Button> </> } />