hero-modern
Hero Modern
A modern hero section with headline and CTA
1.1.0
Live preview
Interactive component canvasFeatured hero
Welcome
Build better UIs
Usage
TypeScriptCSS
import HeroModern from 'components/hero-modern/hero-modern'
type Props = {
title?: string
subtitle?: string
}
export default function App({ title, subtitle }: Props) {
return <HeroModern title="Build Faster" subtitle="Ship with confidence" />
}