← All Components

CTABanner

Call-to-action section with headline and action buttons.

With Actions

Ready to get started?

Join 10,000+ teams already building with us. Free 14-day trial, no credit card required.

Minimal

Start building today

Props

PropTypeDescription
titleReactNodeMain headline
subtitleReactNodeSupporting text below the title
actionsReactNodeAction buttons
classNamestringAdditional classes on the root element

Usage

<CTABanner title="Ready to get started?" subtitle="Free 14-day trial." actions={ <> <Button>Start Free Trial</Button> <Button variant="outline">Talk to Sales</Button> </> } />