Sirius brings intake, scheduling, records, and billing into a single surface, so your team spends less time in tools.
Book a demoA 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.
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.
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
npx shadcn add "https://ui.beste.co/r/hero143?email=YOUR_EMAIL&license_key=YOUR_KEY"Base UI flavor
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.
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.
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:
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",
}}
/>
);
}| Prop | Type | Default | Description |
|---|---|---|---|
heading | string | – | Oversized display heading in the left column |
description | string | – | Supporting 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 |
className | string | – | Extra classes for the outer <section> |
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.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.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.hero112
Two-column studio hero with a two-tone headline, dual CTAs, tall image and a client wordmark strip.
hero166
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.
hero135
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.
hero175
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.