Editorial Split Hero

One workspace for modern care teams

Sirius brings intake, scheduling, records, and billing into a single surface, so your team spends less time in tools.

Book a demo
A healthcare professional smiling in a bright clinic
About this block

Editorial Split HeroPRO

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.

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.

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/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

  • The heading and the description/button column share a md:grid-cols-2 md:items-end grid, so on desktop both blocks sit on the same bottom baseline even though the heading is much taller; on mobile they stack with normal top-to-bottom flow.
  • The heading uses font-light at a scale up to text-7xl on lg, distinctly thinner than the bold, all-caps-eyebrow style used across the Auralis hero set (hero139-142), matching this block's lighter editorial register instead.
  • The image band is a separate, unconstrained full-width strip below the content grid (h-72 to md:h-[28rem]), not part of the max-w-7xl container the heading/description sit in, so it bleeds edge to edge while the text above stays margined.
  • Button21's trailing icon (when supplied) nudges 2px to the right on hover via a motion-safe transform; the demo does not pass an icon, so the button renders as a plain solid pill.

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

hero166

Split Headline Hero

An editorial hero that breaks its display heading across two lines and slots a square image tile floating a live payment card into the gap, with the paragraph and action landing under a hairline.

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

hero175

Split Portrait Hero

A light split hero: eyebrow, a serif headline settling in word by word, intro, a sliding-marker pill and a text link on the left, and a portrait photograph drifting inside its frame on the right with a frosted avatar proof card overlapping its corner, under a slowly drifting soft light.

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

hero114

Collage Hero

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