Twenty minutes on the phone, then a first session in the room or on video. You choose the chair; we make the tea.
By the second session we have a loose plan: what we are circling, how often we meet, and what a good ending might be.
By week four the slot is yours, the notes are arriving, and the hour has started to feel like something you would miss.
Three numbered steps in columns, each topped by a photograph that drifts inside its frame, with a serif title and a description, under a serif heading that settles in word by word and a sliding-marker pill.
Three steps as photo cards: each one carries a picture that drifts inside its frame, a two-digit number, a serif title and a short paragraph, in a real ordered list.
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/feature287?email=YOUR_EMAIL&license_key=YOUR_KEY"Base UI flavor
npx shadcn add "https://ui.beste.co/r-base/feature287?email=YOUR_EMAIL&license_key=YOUR_KEY"This installs the block to components/beste/block/feature287.tsx plus the button22 sliding-marker pill and the text1 word stagger it uses.
The installed file exports feature287Demo alongside the block: the exact props behind the preview above. Spread it to get a working steps section in one line.
import { Feature287, feature287Demo } from "@/components/beste/block/feature287";
export default function Page() {
return <Feature287 {...feature287Demo} />;
}Then replace the demo with your own props. Written out, a trimmed setup looks like this:
import { Feature287 } from "@/components/beste/block/feature287";
export default function Page() {
return (
<Feature287
eyebrow="Your first month"
heading="What the first four weeks actually look like."
button={{ label: "Start week one", href: "/book" }}
steps={[
{
title: "A call and a chair",
description: "Twenty minutes on the phone, then a first session in the room or on video.",
image: { src: "/rooms/bench.jpg", alt: "A sunlit room with a low timber bench" },
},
]}
/>
);
}| Prop | Type | Default | Description |
|---|---|---|---|
eyebrow | string | – | Small-caps line above the heading |
heading | string | – | Section heading, rendered as an h2 through Text1 |
button | ActionButton | – | Pill action beside the heading |
steps | Step[] | [] | Steps, numbered in the order given |
className | string | – | Extra classes for the outer <section> |
type Step = {
title: string;
description: string;
image: { src: string; alt: string };
};
type ActionButton = {
label: string;
href: string;
tone?: "primary" | "light" | "dark" | "outline";
};ol, so the sequence is real for a screen reader rather than implied by the printed numbers; those come from the index and are padded to two digits.-8% to 8% against a 1.18 scale, so the three do not move in lockstep.0.15s stagger by index, which is slightly longer than the four-up grids in the set because three wide cards read as a sequence and should arrive in order.blur(24px) on decode, with a complete check on mount so a cached image is not left blurred waiting for an event that already fired.md and one below it: these are steps, and a two-up arrangement would break the reading order into an ambiguous shape.h3 under the section h2, and nothing in the cards is clickable; the pill beside the heading is the only link.feature291
Four linked photo tiles in a two-by-two grid, each photograph drifting inside its tile under a soft scrim with a serif title, a line of description and an arrow that lifts on hover, beneath a serif heading that settles in word by word and a sliding-marker pill.
feature162
3-column grid of numbered steps with titles and descriptions. Ideal for onboarding flows, process overviews, and how-it-works sections.
feature281
The classic three-column feature: a centred serif heading that settles in word by word and an intro, three columns with a round muted icon, a serif title and a description that arrive in turn, and a sliding-marker pill beneath.
feature292
Three numbered columns under rules that draw in from the left as they scroll into view: the first carries a rounded pill that copies the install command on click, the next two show a sample prompt and a resulting file path in muted mono panels. Serif headline settles in word by word, a sliding-marker pill sits at the right end of the header.