Docs
Hero Gradient

Hero Gradient

Full-bleed gradient hero with animated word-by-word headline reveal.

New components every week

Buildbeautifulinterfacesfaster

Production-ready animated components built with Tailwind CSS and Framer Motion. Copy, paste, ship.

Installation

Usage

import { HeroGradient } from "@/components/pioneerui/hero-gradient"
 
export default function Page() {
  return (
    <HeroGradient
      badge="New: 25+ components"
      headline="Build beautiful interfaces faster"
      subheadline="Production-ready components for your next project."
      cta={<button className="btn-primary">Get started</button>}
    />
  )
}

Props

PropTypeDefaultDescription
headlinestringMain headline text — each word animates in (required)
subheadlinestringundefinedSupporting text below headline
badgestringundefinedSmall badge above headline
ctaReact.ReactNodeundefinedCTA buttons or any element
gradientFromstringfrom-indigo-500Tailwind gradient start class
gradientTostringto-purple-500Tailwind gradient end class