Online sessions are not a second tier. You keep the person and the rhythm you started with.
One private link that works in any browser. No accounts, no software, no waiting room.
Video is never stored, by us or by the tools we use. When the call ends, it is gone.
A feature that opens on a rounded photographic band with a dark scrim and film grain, the photograph drifting as the page scrolls under a serif heading that settles in word by word and a light sliding-marker pill, then three ruled points beneath it.
A tall photographic panel with the heading and a pale pill sitting at its foot, then three ruled points printed underneath on the page itself.
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/feature279?email=YOUR_EMAIL&license_key=YOUR_KEY"Base UI flavor
npx shadcn add "https://ui.beste.co/r-base/feature279?email=YOUR_EMAIL&license_key=YOUR_KEY"This installs the block to components/beste/block/feature279.tsx plus the button22 sliding-marker pill and the text1 word stagger it uses.
The installed file exports feature279Demo alongside the block: the exact props behind the preview above. Spread it to get a working feature section in one line.
import { Feature279, feature279Demo } from "@/components/beste/block/feature279";
export default function Page() {
return <Feature279 {...feature279Demo} />;
}Then replace the demo with your own props. Written out, a trimmed setup looks like this:
import { Feature279 } from "@/components/beste/block/feature279";
export default function Page() {
return (
<Feature279
eyebrow="Online sessions"
heading="The room comes to you. The quiet comes with it."
button={{ label: "Book an online session", href: "/online", tone: "light" }}
image={{ src: "/photos/valley.jpg", alt: "A wide green valley under soft evening light" }}
points={[
{ title: "Same practitioner, same hour", description: "Online sessions are not a second tier." },
{ title: "A link, nothing to install", description: "One private link that works in any browser." },
{ title: "Recorded nowhere", description: "Video is never stored, by us or by the tools we use." },
]}
/>
);
}| Prop | Type | Default | Description |
|---|---|---|---|
eyebrow | string | – | Small-caps line above the heading, inside the panel |
heading | string | – | Section heading, rendered as an h2 through Text1 |
button | ActionButton | – | Pill at the foot of the panel, defaulting to the light tone |
image | { src: string; alt: string } | – | Photograph behind the panel |
points | Point[] | [] | Ruled points printed under the panel |
className | string | – | Extra classes for the outer <section> |
type Point = {
title: string;
description: string;
};
type ActionButton = {
label: string;
href: string;
tone?: "primary" | "light" | "dark" | "outline";
};image leaves a solid dark card with grain over it rather than an empty frame.from-foreground/85 up to foreground/10), because that is where the copy sits; the top of the photograph stays almost untouched.min-h rather than an aspect ratio, 28rem on a phone and 36rem from md, so a long heading pushes it taller instead of being cropped.delay={0.3} so it follows the eyebrow rather than arriving with it, and the button waits until 0.5.-14% to 14% against a 1.3 scale, and clears from blur(24px) on decode with a complete check on mount for cached files.border-t and a small dot, so they read as footnotes to the panel rather than as part of it.useId, so two grain surfaces on one page cannot collide on a global SVG id.feature297
A rounded photographic band inside the container: the photo blurs in and drifts on scroll under a scrim and film grain, a serif headline settles in word by word, then a frosted pill that copies the install command on click beside a light sliding-marker pill, and a ruled row of three short points along the bottom.
feature272
A wide photographic band with a scrim, floating a live video card in the middle of it, over three hairline notes that state how the recordings are made and what ships with them.
feature237
A product feature with an eyebrow kicker over a hairline rule, a two-column heading and paragraph, an image tile carrying a floating records panel, and an interactive accordion of capabilities.
feature287
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.