Skip to main content
Clever Ops

Aurora Hero

Hero section with a drafting-grid backdrop, slow accent-tinted aurora, and a staggered editorial reveal. Left-aligned, themeable, reduced-motion safe.

Preview & code

Loading Aurora Hero preview

Installation

pnpm dlx shadcn@latest add @cleverui/hero-aurora

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { HeroAurora } from '@/components/blocks/hero-aurora'
Exampletsx
import { HeroAurora } from '@/components/blocks/hero-aurora'

export default function HeroAuroraDemo() {
  return (
    <HeroAurora
      eyebrow="Meridian Ops · Autopilot 2.0"
      title="Run the business. Skip the busywork."
      highlight="busywork"
      description="Meridian watches your inbox, invoices, and CRM, then handles the follow-ups, reconciliations, and handoffs your team does by hand today. You approve the first run, it owns the rest."
      primaryCta={{ label: 'Start free trial', href: '#' }}
      secondaryCta={{ label: 'Watch a 3-min run', href: '#' }}
      proof={['SOC 2 Type II', '12,400 teams', '99.98% uptime', '4.9 / 5 on G2']}
    />
  )
}

API reference

HeroAurora accepts the following props.

PropTypeDefaultDescription
eyebrowstringmono micro-label above the headline
title*string
highlightstringsubstring of `title` underlined in the accent ink
descriptionstring
primaryCta{ label: string; href: string }
secondaryCta{ label: string; href: string }
proofstring[]short proof points rendered as a mono strip under a hairline

…plus everything from React.HTMLAttributes<HTMLElement>: className, event handlers, aria attributes and the rest pass straight through.

Frequently asked questions

How do I install the Aurora Hero component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/hero-aurora`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Aurora Hero require?

Aurora Hero uses motion and lucide-react on top of React and Tailwind CSS. You don't need to install them manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Aurora Hero to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services