Skip to main content
ParticleUI

Hero — Centered

Full-width centered hero with gradient headline, typewriter subtitle, CTA buttons, beam separator, and optional meteor shower.

Now in public beta

Build UIs that ship faster than your ideas.

ParticleUI gives you 60+ free, open-source components with a design language engineers actually want to use. Dark-first, Radix-powered, copy-paste ready.

Installation

1

Run the CLI

$npx particleui-cli add hero-centered

Usage

TSX
import { HeroCentered } from "@/components/blocks/hero-centered"

export default function Page() {
  return <HeroCentered />
}

Props

PropTypeDefaultRequired
badgestring"Now in public beta"no
headlinePrestring"Build UIs that"no
headlineGradientstring"ship faster"no
headlinePoststring"than your ideas."no
subwordsstring[]["Design systems."no
descriptionstring"ParticleUI gives you 60+ freeno
primaryCtastring"Browse components"no
primaryHrefstring"/docs/components/button"no
secondaryCtastring"View on GitHub"no
secondaryHrefstring"https://github.com"no
meteorsbooleanno

Details

Source filecomponents/blocks/hero-centered.tsx
Typeblock
Categorieshero, blocks
npm dependencieslucide-react
Registry depsbutton, badge, gradient-text, typewriter, beam, meteors
Claude skill