Centered Manifesto

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

PRO

About65: Centered Manifesto

Centered manifesto section built around a very large, multi-line statement heading with muted emphasis phrases, a closing description line, a single CTA, and a small signoff line underneath. No image, no stats, just typography carrying the whole section.

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

Base UI flavor

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

This installs the block to components/beste/block/about65.tsx, the badge7 component it uses for the eyebrow badge, the button12 component it uses for the CTA pill, and its dependencies.

Quick start

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

tsx
import { About65, about65Demo } from "@/components/beste/block/about65";

export default function AboutPage() {
  return <About65 {...about65Demo} />;
}

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

tsx
import { About65 } from "@/components/beste/block/about65";

export default function AboutPage() {
  return (
    <About65
      labels={{ signoff: "The studio, est. 2016" }}
      badge={{ label: "Manifesto" }}
      heading="We would rather make <strong>one thing that lasts</strong> than <strong>ten that do not</strong>."
      description="Restraint is the whole craft. We say no to the extra screen and the color added only to fill a gap."
      button={{ label: "Read how we work", href: "https://beste.co" }}
    />
  );
}

Props

PropTypeDefaultDescription
labelsAbout65Labels{}Small strings around the statement
badgeBadgeEyebrow badge above the heading
headingstringLarge statement heading; supports inline <strong> for muted emphasis, can include multiple <strong> spans
descriptionstringSupporting paragraph under the heading
buttonActionButtonPill CTA rendered via Button12
classNamestringExtra classes for the outer <section>
ts
type About65Labels = { signoff?: string };
type Badge = { label: string };
type ActionButton = { label: string; href: string };

Behavior notes

More About blocks

View all About
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.

PRO

about59

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

about38

Overlap Heading About

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

PRO

about43

Heading Hero About

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

PRO

about29

Wide Banner & Product Cards

Centered header with wide panoramic image, product cards with layered attributes, and sourcing grid.

PRO

about6

Numbered Principles

Asymmetric two-column layout with heading on the left and numbered company principles on the right. Clean and editorial.