Marketing
Hero
Full-screen hero section with animated floating shapes, gradient headline, badge, subtitle, and CTA buttons. Dark-first with radial gradient background.
Open in StorybookUsage
tsx
import { Hero } from '@/components/marketing/hero'
export default function Page() {
return (
<Hero
badge="AI & Fintech"
title="AI Trading."
highlightedTitle="A New Level"
subtitle="Next-generation AI-powered algorithmic trading platform."
primaryCta={{ label: 'Read Whitepaper', href: '/whitepaper' }}
secondaryCta={{ label: 'Invest', href: '#investment' }}
/>
)
}Props
| Prop | Type |
|---|---|
| badge | string |
| title* | string |
| highlightedTitle | string |
| subtitle* | string |
| primaryCta | { label: string; href: string } |
| secondaryCta | { label: string; href: string } |
| className | string |