Story Rail About

Sticky eyebrow rail beside a story column and an offset captioned image.

PRO

About41: Story Rail About

About section with a sticky vertical eyebrow rail (badge, an "Est." marker, and a short divider line) beside a multi-paragraph story column and a CTA, closing with an offset, captioned portrait.

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

Base UI flavor

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

This installs the block to components/beste/block/about41.tsx, the badge6 and button1 components it uses for the eyebrow label and the CTA, and its dependencies.

Quick start

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

tsx
import { About41, about41Demo } from "@/components/beste/block/about41";

export default function Page() {
  return <About41 {...about41Demo} />;
}

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

tsx
import { About41 } from "@/components/beste/block/about41";

export default function Page() {
  return (
    <About41
      label="The Studio"
      est="Est. 2016"
      heading="We name the thing,<br /><strong>then we make it move.</strong>"
      paragraphs={[
        "Polaris started in a borrowed loft with one stubborn belief: a brand is a <strong>verb before it is a logo</strong>.",
        "Today we are a <strong>twelve-person creative studio</strong> working between strategy and motion.",
      ]}
      button={{ label: "Read Our Manifesto", href: "https://beste.co" }}
      image={{
        src: "https://images.unsplash.com/photo-1497032205916-ac775f0649ae?w=900&h=1200&fit=crop",
        alt: "Studio wall covered in sketches",
      }}
      caption="Our wall, three days before the launch."
    />
  );
}

Props

PropTypeDefaultDescription
labelstringEyebrow label rendered inside the badge
eststringText beneath the badge in the sticky left rail
headingstringRendered via dangerouslySetInnerHTML
paragraphsstring[][]Story column body; each entry rendered independently via dangerouslySetInnerHTML
buttonActionLinkCTA below the paragraphs
imageImageItemOffset portrait on the right
captionstringCaption beneath the portrait
classNamestringExtra classes for the outer <section>
ts
type ActionLink = { label: string; href: string };
type ImageItem = { src: string; alt: string };

Behavior notes

More About blocks

View all About
PRO

about50

Chaptered About

A pinned studio image beside a numbered, chaptered about story.

PRO

about23

Story, Image & Team Row

Two-column layout with company story, stats, and leadership quote on the left, team photo and avatar row on the right.

PRO

about53

Pinned Photos About

About with two subtly rotated, captioned studio photos clustered beside the statement.

PRO

about24

Company Heritage & Features

Company story with image, border-accented feature highlights, and stats row. Great for craft, heritage, and product-focused brands.

PRO

about61

Belief Statement Values

Two-column about section with a sticky eyebrow and big heading on the left and a long belief paragraph above a border-separated values list on the right.

PRO

about34

About Stats Grid

About section: eyebrow label, two-tone heading, two portraits beside a 2x2 stats grid.