Media-First Reverse HeroPRO

A hero that opens on a full-bleed image band with a live phone frame anchored into it, then sets the eyebrow, light display heading, paragraph, and actions underneath rather than above.

Hero164: Media-First Reverse Hero

A hero that opens on a full-bleed image band with a live phone frame anchored into it, then sets the eyebrow, light display heading, paragraph and actions underneath rather than above.

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

Base UI flavor

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

This installs the block to components/beste/block/hero164.tsx, the browser35 phone-frame piece it anchors into the band (installed to components/beste/piece/browser35.tsx), and the badge23 and button21 components it uses for the eyebrow and the actions.

Quick start

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

tsx
import { Hero164, hero164Demo } from "@/components/beste/block/hero164";

export default function Page() {
  return <Hero164 {...hero164Demo} />;
}

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

tsx
import { Browser35 } from "@/components/beste/piece/browser35";
import { Hero164 } from "@/components/beste/block/hero164";

export default function Page() {
  return (
    <Hero164
      badge={{ label: "In their pocket" }}
      heading="Members turn up because the reminder made sense"
      description="The appointment arrives as something people can act on: the room, the person, and what to bring."
      buttons={[
        { label: "See the member experience", href: "/members" },
        { label: "Book a demo", href: "/demo", tone: "outline" },
      ]}
      note="No app to install. It is a link, and it works on whatever phone they already have."
      image={{ src: "/clinic/reception.jpg", alt: "A clinician in a bright clinic" }}
      media={
        <Browser35
          time="09:41"
          title="Appointment"
          status="Confirmed"
          headline="Wednesday, 14 May · 09:00"
          rows={[
            { label: "With", value: "Dr Amelia Frost" },
            { label: "Room", value: "Clinic 2, ground floor" },
          ]}
        />
      }
    />
  );
}

Props

PropTypeDefaultDescription
badge{ label: string }Eyebrow above the heading, placed under the band
headingstringDisplay heading, rendered as the page h1
descriptionstringSupporting paragraph in the right column
buttonsActionLink[][]Actions under the paragraph, in source order
notestringSmall line under the actions, separated by its own hairline
image{ src: string; alt: string }Full-bleed band opening the section
mediaReactNodeLive asset anchored into the band, browser35 in the demo
classNamestringExtra classes for the outer section
ts
type ButtonTone = "primary" | "neutral" | "outline";

type ActionLink = {
  label: string;
  href: string;
  tone?: ButtonTone;
};

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

Behavior notes

More Hero blocks

View all Hero
PRO

hero160

Inverted Reliability Hero

A hero built as one dark panel: a light display heading, two actions, and a hairline table of service commitments beside a bordered image column that floats a live uptime strip.

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

hero115

Cinematic Image Hero

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

PRO

hero165

Filmstrip Hero

A centered hero closing on an edge-to-edge filmstrip of five frames divided by hairlines, one of which floats a live view switcher instead of a photograph.

PRO

hero94

Reverse Split Hero with Pill Grid

Reverse split hero with compact 3x2 pill grid over video left, content right

PRO

hero89

Reverse Split Hero with Testimonial

50/50 split hero with video/image left and content with testimonial quote right