Skip to main content
Clever Ops

Portal Arrival Hero

The page arrives through a portal, a small framed scene scales open to full bleed while headline layers fly past the camera. One cinematic entrance, then calm.

Preview & code

Loading Portal Arrival Hero preview

Installation

pnpm dlx shadcn@latest add @cleverui/hero-portal-arrival

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

Usage

tsx
import { HeroPortalArrival } from '@/components/blocks/hero-portal-arrival'
Exampletsx
import { HeroPortalArrival } from '@/components/blocks/hero-portal-arrival'

export default function HeroPortalArrivalDemo() {
  return (
    <HeroPortalArrival
      eyebrow="Gate Studio · Arrival 01"
      title="Open the frame. Land in calm."
      description="A blueprint sheet scales from a pocket portal to full bleed, one cinematic entrance, then the hero holds still. No loops. No second act."
      primaryCta={{ label: 'Step through', href: '#' }}
      secondaryCta={{ label: 'Frame the shot list', href: '#' }}
    />
  )
}

API reference

HeroPortalArrival accepts the following props.

PropTypeDefaultDescription
eyebrowstringmono micro-label above the headline
title*string
descriptionstring
primaryCta{ label: string; href: string }
secondaryCta{ label: string; href: string }

…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 Portal Arrival 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-portal-arrival`. 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 Portal Arrival Hero require?

Portal Arrival 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 Portal Arrival 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