Hania Rani
Psychotherapist
Fifteen years in long-term therapy, with a soft spot for people who say they are fine.
The practitioners
Psychotherapist
Fifteen years in long-term therapy, with a soft spot for people who say they are fine.
Coach and counsellor
Works with career change, endings and the strange quiet after a big decision is finally made.
Psychotherapist
Runs the evening practice and the walking sessions. Believes most conversations go better outdoors.
A team section: a serif heading that settles in word by word beside the intro and a pill action, then three portrait photographs that drift inside their frames as the page scrolls, each with a serif name, a small-caps role and a short bio.
A team section for a small practice: the heading settles in word by word beside an intro and a pill action, then a row of portraits drifts inside its frames as the page scrolls, each carrying a serif name, a small-caps role and a short bio.
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/about75?email=YOUR_EMAIL&license_key=YOUR_KEY"Base UI flavor
npx shadcn add "https://ui.beste.co/r-base/about75?email=YOUR_EMAIL&license_key=YOUR_KEY"This installs the block to components/beste/block/about75.tsx plus the button22 sliding-marker pill and the text1 word stagger it uses.
The installed file exports about75Demo alongside the block: the exact props behind the preview above. Spread it to get a working team section in one line.
import { About75, about75Demo } from "@/components/beste/block/about75";
export default function Page() {
return <About75 {...about75Demo} />;
}Then replace the demo with your own props. Written out, a trimmed setup looks like this:
import { About75 } from "@/components/beste/block/about75";
export default function Page() {
return (
<About75
eyebrow="The practitioners"
heading="Three people. One way of listening."
description="We trained in different rooms and arrived at the same conviction: the work goes better when nobody is in a hurry."
button={{ label: "Choose who to talk to", href: "/team", tone: "outline" }}
people={[
{
name: "Hania Rani",
role: "Psychotherapist",
bio: "Fifteen years in long-term therapy, with a soft spot for people who say they are fine.",
image: { src: "/team/hania.jpg", alt: "Portrait of a psychotherapist" },
},
{
name: "Sufjan Stevens",
role: "Coach and counsellor",
bio: "Works with career change, endings and the strange quiet after a big decision.",
image: { src: "/team/sufjan.jpg", alt: "Portrait of a coach" },
},
]}
/>
);
}| Prop | Type | Default | Description |
|---|---|---|---|
eyebrow | string | – | Small-caps line above the heading |
heading | string | – | Section heading, rendered as an h2 through Text1 |
description | string | – | Intro paragraph in the right column |
button | ActionButton | – | Pill action under the intro |
people | Person[] | [] | Portrait cards; the grid is skipped entirely when empty |
className | string | – | Extra classes for the outer <section> |
type Person = {
name: string;
role: string;
bio: string;
image: { src: string; alt: string };
};
type ActionButton = {
label: string;
href: string;
tone?: "primary" | "light" | "dark" | "outline";
};-8% to 8% against a 1.18 scale, because a portrait that moves as far as a landscape band reads as a glitch on a face.complete check on mount so a cached image is not left waiting for an onLoad that already fired.md:items-end, which puts the intro and its button on the same baseline as the heading rather than beside the top of a heading that may run to two or three lines.0.12s stagger by index, so on a three-up grid the row resolves left to right instead of appearing as one block.h3 under the section h2, and roles are plain paragraphs, so the outline stays readable when this block sits inside a longer about page.button is the only interactive element in the section.about82
An about section built around a wide photograph that drifts inside its frame: a serif heading that settles in word by word above it, then an intro with a sliding-marker pill beside four ruled serif figures that count up as they arrive.
about68
A team section with an eyebrow over a hairline rule, a two-column heading, and a grid of portrait cards each with a name and role.
about60
Team section with an eyebrow, big heading, description and CTA above a responsive grid of people cards (portrait image, name, role).
about81
A values section: a serif heading that settles in word by word beside the intro and a pill action, then three soft muted cards with a round icon, a serif title and a description that rise into view in turn.