Components
A centered serif hero section with a soft gradient wash background, pill call-to-action button, and a floating integration logo cloud.
Loading preview...
import { Hero01 } from '@/components/ui/hero-01'
export default function Hero01Example() {
return (
<Hero01
title="Build what matters."
titleLine2="Connect what works."
description="A single layer for payments, auth, and messaging in your product."
washImage="https://images.unsplash.com/photo-1578301978018-3005759f48f7?q=80&w=1144&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
animation="subtle"
primaryCTA={{
ctaEnabled: true,
text: 'Get started',
link: '',
variant: 'default',
size: 'default',
}}
integrationRows={[
['Notion', 'GitHub', 'Stripe', 'Figma'],
['Supabase', 'Resend', 'Raycast'],
]}
/>
)
}