Cinematic Image Hero

Full-bleed background-image hero with a legibility scrim and bottom-aligned eyebrow, headline, copy and CTAs.

PRO

Hero115: Cinematic Image Hero

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.

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.

Installation

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

bash
npx shadcn add "https://ui.beste.co/r/hero115?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

bash
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.

Quick start

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.

tsx
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:

tsx
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",
      }}
    />
  );
}

Props

PropTypeDefaultDescription
labelstringEyebrow text rendered through Badge6 with a dimmed label class for the dark background
headingstringHeadline HTML; wrap a phrase in <strong> to render it at reduced opacity
descriptionstringSupporting paragraph, capped at max-w-xl
buttonsActionButton[][]CTA row; primary renders through Button1 with a trailing arrow seal, outline as a bordered link
mediaMediaItemFull-bleed background photo
classNamestringExtra classes for the outer <section>
ts
type ActionButton = {
  label: string;
  href: string;
  variant?: "primary" | "outline";
};

type MediaItem = {
  src: string;
  alt: string;
};

Behavior notes

More Hero blocks

View all Hero
PRO

hero131

Filmstrip Hero

Full-bleed hero whose background crossfades between frames, with a clickable filmstrip of thumbnails pinned along the bottom and an auto-advancing active tile.

PRO

hero80

Cinematic Hero with Overlapping Media

Centered hero with inset background media and overlapping product image

PRO

hero119

Full-Bleed Display Hero

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.

PRO

hero86

Fullscreen Hero with Logo Cloud

Cinematic fullscreen hero with inset background video and trusted-by logo strip

PRO

hero99

Fullscreen Hero with Marquee Ticker

Cinematic fullscreen hero with scrolling marquee keyword band over inset background video

PRO

hero81

Fullscreen Hero with Quick-Access Cards

Cinematic fullscreen hero with inset background media and glassmorphism quick-access cards