Editorial Split Hero

A light editorial hero with an oversized display heading on the left, an offset supporting paragraph and accent button on the right, and a full-bleed image band below.

PRO

Hero143: Editorial Split Hero

Light editorial hero with an oversized display heading on the left and an offset paragraph plus accent button pinned to the bottom of the right column, both aligned along a shared baseline, followed by a full-bleed photo band below the fold.

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

Base UI flavor

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

This installs the block to components/beste/block/hero143.tsx, the button21 component it uses for the CTA, and its dependencies.

Quick start

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

tsx
import { Hero143, hero143Demo } from "@/components/beste/block/hero143";

export default function Page() {
  return <Hero143 {...hero143Demo} />;
}

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

tsx
import { Hero143 } from "@/components/beste/block/hero143";

export default function Page() {
  return (
    <Hero143
      heading="One workspace for modern care teams"
      description="Intake, scheduling, records, and billing in a single surface."
      button={{ label: "Book a demo", href: "https://beste.co" }}
      image={{
        src: "https://images.unsplash.com/photo-1782849324101-3ae636a0e270?w=2000&fit=crop",
        alt: "A healthcare professional smiling in a bright clinic",
      }}
    />
  );
}

Props

PropTypeDefaultDescription
headingstringOversized display heading in the left column
descriptionstringSupporting paragraph in the right column
button{ label: string; href: string }CTA below the description, rendered via Button21
image{ src: string; alt: string }Full-bleed photo band below the heading row
classNamestringExtra classes for the outer <section>

Behavior notes

More Hero blocks

View all Hero
PRO

hero112

Editorial Split Hero

Two-column studio hero with a two-tone headline, dual CTAs, tall image and a client wordmark strip.

PRO

hero135

Editorial Split Masthead

Two-pane masthead hero: a solid dark editorial panel with eyebrow, value-prop heading, supporting copy, a CTA and an availability note on one side, and a full-bleed image on the other.

PRO

hero114

Collage Hero

Split studio hero with a two-tone headline and a four-image arranged collage.

PRO

hero121

Split Hero with Stats

Split hero with a big headline and CTA on the left, a divided vertical stat rail on the right, and a full-width wide image strip below.

PRO

hero120

Editorial Image Hero

Centered editorial hero with eyebrow, large heading, description, dual dark and outline CTAs, and a wide 16:9 image with a mono caption below.

PRO

hero91

Split Hero with Feature List Panel

50/50 split hero with muted content panel and feature list left, video/image right