Skip to main content
Clever Ops

Heliostat Hero

A hairline mirror tilts on its mast and folds one beam of light onto the page, illuminating the copy as it arrives, a directed-light entrance for React and Tailwind heroes.

Preview & code

Loading Heliostat Hero preview

Installation

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

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

Usage

tsx
import { HeroHeliostat } from '@/components/blocks/hero-heliostat'
Exampletsx
import { HeroHeliostat } from '@/components/blocks/hero-heliostat'

export default function HeroHeliostatDemo() {
  return (
    <HeroHeliostat
      eyebrow="Field Optics · Array 07"
      title="Aim the light. Let the page arrive in it."
      description="A single heliostat folds one beam onto the copy, equal incidence, one bearing, then the instrument parks. Built for launch pages that want cause before glow."
      primaryCta={{ label: 'Commission a field', href: '#' }}
      secondaryCta={{ label: 'Read the bearing log', href: '#' }}
      caption="HELIOSTAT · AZ 214° ALT 32°"
      mirrorSide="right"
    />
  )
}

API reference

HeroHeliostat accepts the following props.

PropTypeDefaultDescription
eyebrowstringmono micro-label above the headline
title*string
descriptionstring
primaryCta{ label: string; href: string }
secondaryCta{ label: string; href: string }
mirrorSide'left' | 'right''right'which side of the content the instrument stands on
captionstring'HELIOSTAT · AZ 214° ALT 32°'mono bearing caption stamped at the pivot

…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 Heliostat 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-heliostat`. 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 Heliostat Hero require?

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

Can I theme Heliostat 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