About Statement With Pillars

Centered parenthetical eyebrow and a large statement heading, followed by a three-up row of icon pillars pairing a circular icon with a title and one-line description.

PRO

About59: About Statement With Pillars

Centered eyebrow and a large statement heading, followed by a three-up row of icon pillars pairing a circular icon with a title and a one-line description.

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

Base UI flavor

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

This installs the block to components/beste/block/about59.tsx, the badge7 component it uses for the eyebrow label, and its dependencies.

Quick start

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

tsx
import { About59, about59Demo } from "@/components/beste/block/about59";

export default function Page() {
  return <About59 {...about59Demo} />;
}

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

tsx
import { Compass, Infinity, UserCheck } from "lucide-react";
import { About59 } from "@/components/beste/block/about59";

export default function Page() {
  return (
    <About59
      badge={{ label: "The approach" }}
      heading="We partner with leadership teams to turn scattered ideas into <strong>one clear brand.</strong>"
      features={[
        { icon: Compass, title: "Independent", description: "No agency layers between you and the work." },
        { icon: UserCheck, title: "Senior-led", description: "The people who pitch are the people who build." },
        { icon: Infinity, title: "Built to last", description: "Brands and systems that outlive the launch." },
      ]}
    />
  );
}

Props

PropTypeDefaultDescription
badge{ label: string }Centered eyebrow rendered in a Badge7
headingstringCentered statement heading; supports inline HTML (<strong>)
featuresFeature[][]Icon pillar row
classNamestringExtra classes for the outer <section>
ts
type Feature = { icon: LucideIcon; title: string; description: string };

Behavior notes

More About blocks

View all About
PRO

about58

About Statement Card

About section on a soft muted card with a monospace parenthetical eyebrow, a bold studio wordmark, a large centered statement, a logos strip, and a four-column stats band.

PRO

about43

Heading Hero About

An oversized about statement hero above three heterogeneous zones: portrait, values and a CTA with stats.

PRO

about38

Overlap Heading About

About where a large heading overlaps a portrait, with a paragraph, CTA and a bottom stat ribbon.

PRO

about65

Centered Manifesto

Centered manifesto with a very large multi-line statement heading, muted emphasis phrases, a closing line, and a single CTA.

PRO

about39

Numeral About

About anchored by an oversized numeral with a paragraph and a horizontal image strip.

PRO

about57

Values And Mission Statement

Two centered statements on a dark surface, each with an accent heading, an uppercase paragraph, and a small label beneath.