Coaching that ends
Structured coaching for a change you have been circling for too long. We start with a plan, revisit it monthly, and finish on purpose.
A split hero: eyebrow, a serif headline that settles in word by word, an intro, three ringed check benefits and a sliding-marker pill on the left, and a portrait photograph drifting inside its frame on the right.
A benefits split: headline, intro, three ticked lines and a pill on one side, a portrait photograph drifting inside its frame on the other.
Upgrade to Pro
Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.
Swap YOUR_EMAIL and YOUR_KEY for the email and license key on your account. Find your license key on your account page.
Radix flavor
npx shadcn add "https://ui.beste.co/r/hero181?email=YOUR_EMAIL&license_key=YOUR_KEY"Base UI flavor
npx shadcn add "https://ui.beste.co/r-base/hero181?email=YOUR_EMAIL&license_key=YOUR_KEY"This installs the block to components/beste/block/hero181.tsx plus the button22 sliding-marker pill and the text1 word stagger it uses.
The installed file exports hero181Demo alongside the block: the exact props behind the preview above. Spread it to get a working hero in one line.
import { Hero181, hero181Demo } from "@/components/beste/block/hero181";
export default function Page() {
return <Hero181 {...hero181Demo} />;
}Then replace the demo with your own props. Written out, a trimmed setup looks like this:
import { Hero181 } from "@/components/beste/block/hero181";
export default function Page() {
return (
<Hero181
eyebrow="Coaching that ends"
heading="Twelve weeks, one decision, a clear next step."
description="Structured coaching for a change you have been circling for too long."
benefits={[
"A written plan after the first session",
"Fortnightly sessions, in the room or online",
"A closing session to name what changed",
]}
button={{ label: "Start the twelve weeks", href: "/coaching" }}
image={{ src: "/photos/lake.jpg", alt: "A calm lake reflecting mountains at first light" }}
/>
);
}| Prop | Type | Default | Description |
|---|---|---|---|
eyebrow | string | – | Small-caps line above the headline |
heading | string | – | Headline, rendered as the page h1 through Text1 |
description | string | – | Paragraph under the headline |
benefits | string[] | [] | Ticked lines under the paragraph |
button | ActionButton | – | Pill action |
image | { src: string; alt: string } | – | Portrait photograph |
className | string | – | Extra classes for the outer <section> |
type ActionButton = {
label: string;
href: string;
tone?: "primary" | "light" | "dark" | "outline";
};size-6 circle with shrink-0 and a mt-1 nudge, so a benefit that wraps keeps its mark aligned to the first line rather than centred against the pair.trigger="mount", and everything after it is offset from 0.4 + heading.split(" ").length * 0.07, so the column resolves in reading order.text-6xl to text-7xl rather than text-8xl), because it shares its row with a photograph instead of running the full width.-10% to 10% against a 1.2 scale and clears from blur(24px) on decode, with a complete check on mount for cached files.image the copy column keeps its six-column position rather than stretching across the grid.hero175
A light split hero: eyebrow, a serif headline settling in word by word, intro, a sliding-marker pill and a text link on the left, and a portrait photograph drifting inside its frame on the right with a frosted avatar proof card overlapping its corner, under a slowly drifting soft light.
hero186
A full-height hero split down the middle: eyebrow, a serif headline that settles in word by word, an intro, two sliding-marker pills on the left, and a photograph filling the right half edge to edge that zooms out on load and drifts slower than the page.
hero192
A full-height split install hero: text on the left with an eyebrow, a serif headline that settles in word by word, an intro, a rounded command pill that copies the install command on click and two sliding-marker pills; on the right an edge-to-edge photograph that blurs in and drifts on scroll with a small caption.
hero166
An editorial hero that breaks its display heading across two lines and slots a square image tile floating a live payment card into the gap, with the paragraph and action landing under a hairline.