A centred hero with an eyebrow, a serif headline that settles in word by word, an intro and a sliding-marker pill, closed by a ruled row where greyscale partner logos drift right to left behind soft edge fades, next to a small-caps label.
A centred hero for a business audience: headline, intro and a pill, closed by a ruled row where greyscale partner logos drift right to left behind soft edge fades beside a small-caps label.
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/hero185?email=YOUR_EMAIL&license_key=YOUR_KEY"Base UI flavor
npx shadcn add "https://ui.beste.co/r-base/hero185?email=YOUR_EMAIL&license_key=YOUR_KEY"This installs the block to components/beste/block/hero185.tsx plus the button22 sliding-marker pill and the text1 word stagger it uses.
The installed file exports hero185Demo alongside the block: the exact props behind the preview above. Spread it to get a working hero in one line.
import { Hero185, hero185Demo } from "@/components/beste/block/hero185";
export default function Page() {
return <Hero185 {...hero185Demo} />;
}Then replace the demo with your own props. Written out, a trimmed setup looks like this:
import { Hero185 } from "@/components/beste/block/hero185";
export default function Page() {
return (
<Hero185
eyebrow="Workplace programmes"
heading="Care for the people who hold your company together."
description="Confidential sessions for staff, paid for by the employer, never reported back."
button={{ label: "Talk to us about your team", href: "/workplace" }}
logosLabel="Working with"
logos={[
{ src: "/logos/one.png", alt: "Partner logo" },
{ src: "/logos/two.png", alt: "Partner logo" },
]}
/>
);
}| 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 |
button | ActionButton | – | Pill action |
logosLabel | string | – | Small-caps label beside the marquee |
logos | Logo[] | [] | Partner logos; the track renders them twice |
className | string | – | Extra classes for the outer <section> |
type Logo = {
src: string;
alt: string;
};
type ActionButton = {
label: string;
href: string;
tone?: "primary" | "light" | "dark" | "outline";
};-50%, which is what makes the loop seamless: at the halfway point the second copy sits precisely where the first began.pr-12 on each item rather than a gap on the track, because a gap leaves one extra space at the seam and the loop would visibly jump once per cycle.aria-hidden, so a screen reader reads each partner once.shrink-0 max-w-none object-contain on top of h-7 w-auto; without those a flex child gets compressed horizontally while its height stays fixed and the marks come out squashed.useReducedMotion, leaving a static row rather than one paused mid-slide.mask-image gradient on the overflow container, so logos dissolve at both sides instead of being cut off by the clip; the label beside it keeps shrink-0 so it never compresses.trigger="mount", and the logo row waits on 0.4 + heading.split(" ").length * 0.07 + 0.4, so it arrives last.hero176
A centred hero: eyebrow, a serif headline settling in word by word, intro and two sliding-marker pills, then a wide photograph that unveils itself from a smaller inset frame and keeps drifting as the page scrolls, closed by a row of dotted facts.
hero180
The plainest hero in the language: a centred eyebrow, a serif headline that settles in word by word, an intro, two sliding-marker pills and an avatar trust line, with no image at all.
hero184
A text hero with an eyebrow and a serif headline that settles in word by word on the left, the intro and two sliding-marker pills on the right, and a ruled row of three serif figures that count up beneath, with no image.
hero182
A full-height photographic hero with everything centred: the photograph zooms out on load and drifts slower than the page under a dark scrim and film grain, beneath an eyebrow, a serif headline that settles in word by word, an intro and two sliding-marker pills.