40+ landing page components for ReactBrowse now

Hero

HeroCentered

Centered hero section with pill badge, headline, subtitle, CTA buttons, and optional image.

Installation

npm install @trinkui/react

Preview

Just launched 🚀

Build landing pages that convert

Beautiful, accessible, and production-ready landing page sections for React.

Props

PropTypeDefaultDescription
titlerequired
stringMain headline text
subtitle
stringSupporting description below the headline
pill
stringBadge label shown above the headline
primaryAction
ActionPropsPrimary CTA button — { label, href, onClick? }
secondaryAction
ActionPropsSecondary CTA button — { label, href, onClick?, variant? }
image
ImagePropsHero image shown below CTAs — { src, alt, width?, height? }
animated
booleantrueEnable entrance animations
theme
"light" | "dark"Section color theme
className
stringExtra CSS classes for the section element