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

About57: Values And Mission Statement

Two centered statements on a fixed dark surface, each pairing an accent-colored heading with a body paragraph and a small tracked label underneath. No image, button, or other interactive element.

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

Base UI flavor

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

This installs the block to components/beste/block/about57.tsx and its dependencies.

Quick start

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

tsx
import { About57, about57Demo } from "@/components/beste/block/about57";

export default function Page() {
  return <About57 {...about57Demo} />;
}

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

tsx
import { About57 } from "@/components/beste/block/about57";

export default function Page() {
  return (
    <About57
      statements={[
        {
          heading: "We believe",
          body: "Good work earns trust before it earns attention.",
          label: "Our Values",
        },
        {
          heading: "We build",
          body: "Momentum is part of the product.",
          label: "Our Mission",
        },
      ]}
    />
  );
}

Props

PropTypeDefaultDescription
statementsStatementItem[][]Statement entries, each rendered as a centered column
classNamestringExtra classes for the outer <section>
ts
type StatementItem = { heading: string; body: string; label: string };

Behavior notes

More About blocks

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

about1

Team & Mission

Two-column about section with mission statement, company stats, and team member grid. Perfect for company pages and landing sections.

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

about16

Vision Mission Values

Three-column cards for vision, mission, and values with labeled headers. Clean editorial layout for company positioning.

PRO

about9

Mission & Trust Logos

Centered mission statement with a logo strip of trusted partners below. Ideal for building credibility on landing and about pages.

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.