Editorial Split Masthead

(Brand & product studio)

The work that makes you look inevitable.

Auralis partners with a handful of founders each year to shape the brand, the product, and the system that holds them together — built to ship, not to sit in a deck.

See if we're a fit

Now booking — two studio seats open this quarter.

Auralis studio team working at a long shared table
About this block

Editorial Split MastheadPRO

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.

Hero135: Editorial Split Masthead

Two-pane masthead hero: a solid dark editorial panel carrying an eyebrow badge, a value-prop heading, supporting copy, a CTA and an availability note on one side, and a full-bleed photo on the other. The panes swap stacking order between mobile and desktop.

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

Base UI flavor

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

This installs the block to components/beste/block/hero135.tsx, the badge7 eyebrow and button12 CTA button it renders through, and its dependencies.

Quick start

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

tsx
import { Hero135, hero135Demo } from "@/components/beste/block/hero135";

export default function Page() {
  return <Hero135 {...hero135Demo} />;
}

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

tsx
import { Hero135 } from "@/components/beste/block/hero135";

export default function Page() {
  return (
    <Hero135
      badge={{ label: "Brand & product studio" }}
      heading="The work that makes you look inevitable."
      description="We partner with a handful of founders each year to shape the brand and product that hold together."
      button={{ label: "See if we're a fit", href: "/contact" }}
      labels={{ note: "Now booking: two studio seats open this quarter." }}
      image={{
        src: "https://images.unsplash.com/photo-1527498913931-c302284a62af?w=1200&h=1400&fit=crop",
        alt: "Studio team working at a long shared table",
      }}
    />
  );
}

Props

PropTypeDefaultDescription
badgeBadgeEyebrow badge above the heading in the editorial panel
headingstringValue-prop heading
descriptionstringSupporting paragraph below the heading
buttonActionButtonCTA in the editorial panel; also gates whether labels.note renders
labelsHero135Labels{}Copy overrides for secondary text
imageHeroImageFull-bleed photo pane
classNamestringExtra classes for the outer <section>
ts
type Badge = { label: string };
type ActionButton = { label: string; href: string };
type Hero135Labels = { note?: string };
type HeroImage = { src: string; alt: string };

Behavior notes

  • This hero is fully static: there is no rotation, interval, or crossfade, unlike most of the other heroes in this set.
  • Stacking order flips between breakpoints: the editorial panel is order-2 (below the image) on mobile and lg:order-1 (left, first) on large screens, while the image pane is order-1 on mobile and lg:order-2 on large screens.
  • The editorial panel is a flat bg-foreground fill, not a photo or gradient, giving the text side guaranteed contrast independent of the image pane's content.
  • labels.note is nested inside the button conditional in the markup, so the availability note only renders when a button is also supplied, even if labels.note itself is set.
  • The image pane carries a min-h-[320px] floor on mobile so the photo keeps a usable height before the lg:grid-cols-2 layout takes over and the grid row height governs it instead.

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

hero143

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

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

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

hero181

Benefits Split Hero

A split hero: eyebrow, a serif headline that settles in word by word, an intro, three ringed check benefits and a sliding-marker pill on the left, and a portrait photograph drifting inside its frame on the right.

PRO

hero156

Split Screen Panel Hero

Edge-to-edge split hero: a dark half carries the statement, paragraph, outline pill CTA and a ruled detail row, while the other half is a full-height photograph with a pill caption in its corner.