Skip to main content
Clever Ops

Split Proof Hero

Split hero with a vertical proof rail, stacked metric and quote cards slide in beside the headline and drift subtly on scroll. Evidence instead of an illustration.

Preview & code

Loading Split Proof Hero preview

Installation

pnpm dlx shadcn@latest add @cleverui/hero-split-proof

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

Usage

tsx
import { HeroSplitProof } from '@/components/blocks/hero-split-proof'
Exampletsx
import { HeroSplitProof } from '@/components/blocks/hero-split-proof'

export default function HeroSplitProofDemo() {
  return (
    <HeroSplitProof
      eyebrow="Relay Desk · Customer proof"
      title="Support that closes tickets before lunch."
      highlight="before lunch"
      description="Relay Desk routes every inbound thread to the right playbook, drafts the reply, and only pings a human when judgment is required. Teams cut queue time without cutting quality."
      primaryCta={{ label: 'Start a pilot', href: '#' }}
      secondaryCta={{ label: 'Browse playbooks', href: '#' }}
      proofCards={[
        { kind: 'metric', value: '61%', label: 'Faster first response' },
        {
          kind: 'quote',
          quote: 'We retired three macros and two overnight shifts in the first quarter.',
          name: 'Mira Chen',
          role: 'VP Support, Fieldnote',
        },
        { kind: 'metric', value: '4.8★', label: 'CSAT after automation' },
        {
          kind: 'quote',
          quote: 'The proof isn’t the dashboard, it’s the empty escalation queue on Mondays.',
          name: 'Jonah Reyes',
          role: 'Head of CX, Harborline',
        },
      ]}
    />
  )
}

API reference

HeroSplitProof accepts the following props.

PropTypeDefaultDescription
eyebrowstring
title*string
highlightstringsubstring of title underlined in primary ink
descriptionstring
primaryCta{ label: string; href: string }
secondaryCta{ label: string; href: string }
proofCards*HeroSplitProofCard[]3–4 cards for the rail

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

Referenced types

Typestsx
export type HeroSplitProofCard =
  | { kind: 'metric'; value: string; label: string }
  | { kind: 'quote'; quote: string; name: string; role: string }

Frequently asked questions

How do I install the Split Proof 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-split-proof`. 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 Split Proof Hero require?

Split Proof 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 Split Proof 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