Values And Mission Statement

We believe

Good work earns trust before it earns attention. We design with restraint, sweat the details nobody asked us to fix, and let the craft speak louder than the pitch.

Our Values

We build

Momentum is part of the product. We work in tight loops, share early, and keep decisions plainspoken — so the work keeps moving and the result keeps getting sharper.

Our Mission

About this block

Values And Mission StatementPRO

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

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.

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/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

  • The section grid is fixed at md:grid-cols-2 regardless of statements.length; passing more than two entries wraps to a new row instead of adjusting the column count.
  • The surface uses fixed, non-adaptive tokens (bg-foreground/text-background), so it renders as a deliberately dark band in both light and dark site themes rather than following the ambient theme.
  • All three lines share one colour: statement.heading is full-strength text-background, with body and label dimmed via opacity modifiers on the same token (/80 and /50), not separate muted tokens.
  • There is no button, link, or image anywhere in this component; it is purely two side-by-side statement blocks.

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

about74

Philosophy Statement

An about section that opens on a serif statement settling in word by word, then pairs a portrait photograph drifting inside its frame with two paragraphs, a pill action and a ruled list of principles.

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.