Skip to main content
Clever Ops

Loft Lines Hero

Hull station curves draw flat on the sheet, then loft into a 3D wireframe with one primary waterline sweeping bow to stern, naval drafting as a hero entrance for React and Tailwind.

Preview & code

Loading Loft Lines Hero preview

Installation

pnpm dlx shadcn@latest add @cleverui/hero-loft-lines

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

Usage

tsx
import { HeroLoftLines } from '@/components/blocks/hero-loft-lines'
Exampletsx
import { HeroLoftLines } from '@/components/blocks/hero-loft-lines'

export default function HeroLoftLinesDemo() {
  return (
    <HeroLoftLines
      eyebrow="Naval Architecture · Yard 12"
      title="From flat stations to a living hull."
      description="Seven half-sections draw on the mold loft, then fan into depth, one waterline threads bow to stern when the volume locks. Drafting practice as a landing entrance."
      primaryCta={{ label: 'Open the loft book', href: '#' }}
      secondaryCta={{ label: 'Station offsets', href: '#' }}
      stations={7}
      caption="LOFT · LWL 42.0 M"
    />
  )
}

API reference

HeroLoftLines accepts the following props.

PropTypeDefaultDescription
eyebrowstringmono micro-label above the headline
title*string
descriptionstring
primaryCta{ label: string; href: string }
secondaryCta{ label: string; href: string }
stationsnumber7station curves in the loft; clamped 5–9, reduced to 5 below 640px
captionstring'LOFT · LWL 42.0 M'mono title-block caption stamped when the loft settles

…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 Loft Lines 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-loft-lines`. 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 Loft Lines Hero require?

Loft Lines 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 Loft Lines 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