Poster Hero With Proof CardPRO

Poster-style hero where a wide cinematic image carries a soft proof card overlapping its lower corner on desktop, naming a project, what was delivered and one measured outcome.

Hero154: Poster Hero With Proof Card

A poster-scale statement over a wide photograph, with a proof card lifted into the picture's corner on desktop carrying a short case and the number behind it.

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.

Upgrade Now

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/hero154?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

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

This installs the block to components/beste/block/hero154.tsx plus the badge7 eyebrow and button12 pill button it uses.

Quick start

The installed file exports hero154Demo alongside the block: the exact props behind the preview above. Spread it to get a working hero in one line.

tsx
import { Hero154, hero154Demo } from "@/components/beste/block/hero154";

export default function Page() {
  return <Hero154 {...hero154Demo} />;
}

Then replace the demo with your own props. Written out, a trimmed setup looks like this:

tsx
import { Hero154 } from "@/components/beste/block/hero154";

export default function Page() {
  return (
    <Hero154
      badge={{ label: "Poster" }}
      heading="One picture, one promise, one number you can hold us to."
      description="We put the proof on the front of the page."
      button={{ label: "See what we promised", href: "/work" }}
      image={{ src: "/work/interior.jpg", alt: "Retail interior with monochrome shelving" }}
      card={{
        title: "Marchetti Coffee, eighteen rooms",
        description: "A kit local teams could apply without us.",
        valueTitle: "Studio days per opening",
        value: "Down to 2",
      }}
    />
  );
}

Props

PropTypeDefaultDescription
badge{ label: string }Eyebrow label rendered as a Badge7
headingstringDisplay statement, rendered as the page h1
descriptionstringSupporting paragraph under the statement
buttonActionButtonPill CTA, rendered as Button12
imageHeroImageWide photograph under the copy
cardOverlayCardProof card, overlaid on the picture from md up
classNamestringExtra classes for the outer <section>
ts
type HeroImage = {
  src: string;
  alt: string;
};

type OverlayCard = {
  title: string;
  description: string;
  value: string;
  valueTitle: string;
};

type ActionButton = {
  label: string;
  href: string;
};

Behavior notes

More Hero blocks

View all Hero
PRO

hero98

Cinematic Hero with Social Proof

Cinematic hero with announcement pill, avatar social proof, and overlapping dashboard media

PRO

hero155

Framed Poster Hero

Full-bleed photographic hero printed inside an inset hairline frame, with the eyebrow and availability line on the top rule, an oversized statement in the middle, and notes, a pill CTA and an image credit anchored along the bottom.

PRO

hero139

Rotating Quote Hero

Full-bleed monochrome hero with a giant display heading over a static image, paired with a card that auto-cycles through testimonials and click-to-select dots.

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

hero122

Typographic Card Hero

Centered typographic hero on a muted card with an oversized heading, inline CTA, and a bottom monospace meta row of three labels.

PRO

hero80

Cinematic Hero with Overlapping Media

Centered hero with inset background media and overlapping product image