Full-bleed background-image hero with a legibility scrim and bottom-aligned eyebrow, headline, copy and CTAs.
Full-bleed background-image hero with the eyebrow, headline, description and CTAs pinned to the bottom-left over a dark scrim. The scrim is heaviest where the copy sits and fades toward the top of the frame, keeping the upper portion of the photo visible.
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/hero115?email=YOUR_EMAIL&license_key=YOUR_KEY"Base UI flavor
npx shadcn add "https://ui.beste.co/r-base/hero115?email=YOUR_EMAIL&license_key=YOUR_KEY"This installs the block to components/beste/block/hero115.tsx, the badge6 component it uses for the eyebrow label, the button1 component it uses for the primary CTA pill, and their dependencies.
The installed file exports hero115Demo alongside the block: the exact props behind the preview above. Spread it to get a working hero in one line.
import { Hero115, hero115Demo } from "@/components/beste/block/hero115";
export default function Page() {
return <Hero115 {...hero115Demo} />;
}Then replace the demo with your own props. Written out, a trimmed setup looks like this:
import { Hero115 } from "@/components/beste/block/hero115";
export default function Page() {
return (
<Hero115
label="Northwind Studio"
heading="Work that lands <strong>before you finish scrolling.</strong>"
description="An independent practice building identities and sites for founders who want the work to prove it."
buttons={[
{ label: "Start a project", href: "https://beste.co", variant: "primary" },
{ label: "View our work", href: "https://beste.co", variant: "outline" },
]}
media={{
src: "https://images.unsplash.com/photo-1518770660439-4636190af475?w=2400&h=1400&fit=crop",
alt: "Abstract architectural form lit at night",
}}
/>
);
}| Prop | Type | Default | Description |
|---|---|---|---|
label | string | – | Eyebrow text rendered through Badge6 with a dimmed label class for the dark background |
heading | string | – | Headline HTML; wrap a phrase in <strong> to render it at reduced opacity |
description | string | – | Supporting paragraph, capped at max-w-xl |
buttons | ActionButton[] | [] | CTA row; primary renders through Button1 with a trailing arrow seal, outline as a bordered link |
media | MediaItem | – | Full-bleed background photo |
className | string | – | Extra classes for the outer <section> |
type ActionButton = {
label: string;
href: string;
variant?: "primary" | "outline";
};
type MediaItem = {
src: string;
alt: string;
};<img> absolutely positioned to fill the section (absolute inset-0 size-full object-cover), not a CSS background-image, so it participates in normal image loading/priority behavior.from-foreground/90 via-foreground/55 to-foreground/30, bg-gradient-to-t) that is darkest at the bottom, where the content sits, and lightens toward the top; it is not configurable per instance.min-h-[620px], md:min-h-[720px]) rather than a fixed aspect ratio, so the section grows if the viewport is short.primary button variant uses Button1 with tone="primary" and an ArrowUpRight icon (overriding the component's default ArrowRight), which visually distinguishes it from other heroes using the same button component.hero131
Full-bleed hero whose background crossfades between frames, with a clickable filmstrip of thumbnails pinned along the bottom and an auto-advancing active tile.
hero80
Centered hero with inset background media and overlapping product image
hero119
Full-bleed image hero with an oversized three-word display heading, a row of monospace meta labels, a bold sub-headline, and a featured card with thumbnail, category, paginated index, and title.
hero86
Cinematic fullscreen hero with inset background video and trusted-by logo strip
hero99
Cinematic fullscreen hero with scrolling marquee keyword band over inset background video
hero81
Cinematic fullscreen hero with inset background media and glassmorphism quick-access cards