Benefits Split Hero

Coaching that ends

Twelveweeks,onedecision,aclearnextstep.

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 written plan after the first session
  • Fortnightly sessions, in the room or online
  • A closing session to name what changed
Swimmers in clear green water beside a row of parasols
About this block

Benefits Split HeroPRO

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.

Hero181: Benefits Split Hero

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.

Upgrade Now

Installation

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

bash
npx shadcn add "https://ui.beste.co/r/hero181?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

bash
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.

Quick start

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.

tsx
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:

tsx
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" }}
    />
  );
}

Props

PropTypeDefaultDescription
eyebrowstringSmall-caps line above the headline
headingstringHeadline, rendered as the page h1 through Text1
descriptionstringParagraph under the headline
benefitsstring[][]Ticked lines under the paragraph
buttonActionButtonPill action
image{ src: string; alt: string }Portrait photograph
classNamestringExtra classes for the outer <section>
ts
type ActionButton = {
  label: string;
  href: string;
  tone?: "primary" | "light" | "dark" | "outline";
};

Behavior notes

  • Benefits are plain strings, and the whole list animates as one block rather than line by line, because three short lines under a headline read as a single claim rather than as three arrivals.
  • The tick sits in a bordered 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.
  • The headline runs with trigger="mount", and everything after it is offset from 0.4 + heading.split(" ").length * 0.07, so the column resolves in reading order.
  • The headline is set one step smaller than the centred heroes in the family (text-6xl to text-7xl rather than text-8xl), because it shares its row with a photograph instead of running the full width.
  • The two columns are vertically centred, so a short benefit list stays level with the portrait instead of riding at its top edge.
  • The photograph drifts -10% to 10% against a 1.2 scale and clears from blur(24px) on decode, with a complete check on mount for cached files.
  • Without image the copy column keeps its six-column position rather than stretching across the grid.

More Hero blocks

View all Hero
PRO

hero175

Split Portrait Hero

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.

PRO

hero186

Half Photo Hero

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.

PRO

hero192

Half Photo Command Hero

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.

PRO

hero166

Split Headline Hero

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.

PRO

hero135

Editorial Split Masthead

Two-pane masthead hero: a solid dark editorial panel with eyebrow, value-prop heading, supporting copy, a CTA and an availability note on one side, and a full-bleed image on the other.

PRO

hero143

Editorial Split Hero

A light editorial hero with an oversized display heading on the left, an offset supporting paragraph and accent button on the right, and a full-bleed image band below.