Mission Band With Principles

About

Software for people who cannot afford a bad Tuesday

We started Sirius after a decade of watching good practices run on tools that were never designed for the pace of a real clinic day.

A small team talking around a laptop
01

We sit behind the desk first

Nothing ships until someone on the team has watched it used on a busy morning, in a real practice, with a queue forming.

02

The record belongs to the practice

Export everything, any time, in an open format. Leaving should be as easy as joining, and we would rather earn the renewal.

03

Quiet beats clever

A feature that needs explaining is a feature that failed. We remove more than we add, and we count that as progress.

About this block

Mission Band With PrinciplesFREE

A company story section that runs a two-column heading over a wide photo band, then sets three founding principles as numbered hairline columns underneath.

About69: Mission Band With Principles

Company story section that runs a two-column heading over a wide photo band, then sets the founding principles as numbered hairline columns underneath, each one a short title and the reasoning behind it.

Free block

This block is free. No license or account is required: install it with the CLI and use it in unlimited projects.

Installation

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/about69"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/about69"

This installs the block to components/beste/block/about69.tsx plus the badge23 component it uses for the eyebrow.

Quick start

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

tsx
import { About69, about69Demo } from "@/components/beste/block/about69";

export default function AboutPage() {
  return <About69 {...about69Demo} />;
}

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

tsx
import { About69 } from "@/components/beste/block/about69";

export default function AboutPage() {
  return (
    <About69
      badge={{ label: "About" }}
      heading="Software for people who cannot afford a bad Tuesday"
      description="We started after a decade of watching good teams run on the wrong tools."
      image={{ src: "/images/team.jpg", alt: "The team around a laptop" }}
      items={[
        {
          title: "We sit behind the desk first",
          description: "Nothing ships until someone has watched it used on a busy morning.",
        },
        {
          title: "The record belongs to the practice",
          description: "Export everything, any time, in an open format.",
        },
        {
          title: "Quiet beats clever",
          description: "A feature that needs explaining is a feature that failed.",
        },
      ]}
    />
  );
}

Props

PropTypeDefaultDescription
badge{ label: string }Monospace eyebrow above the hairline rule, rendered via Badge23
headingstringSection heading in the left column
descriptionstringSupporting paragraph, right-aligned from md up
image{ src: string; alt: string }Wide photo band between the heading and the principles
itemsPrinciple[][]Principle columns under the photo
classNamestringExtra classes for the outer <section>
ts
type Principle = { title: string; description: string };

Behavior notes

  • The numbers are positional, printed as String(index + 1).padStart(2, "0"), so principles read 01, 02, 03 and reordering the array renumbers them without touching the copy.
  • The grid is md:grid-cols-3, so the layout is built for three principles. A fourth wraps onto a row of its own rather than reflowing into a four-up.
  • The photo band is a fixed-height crop (h-72, md:h-96) inside the container rather than a full-bleed strip, so it stays aligned with the text margins above and below it.
  • The image sits absolutely inside a relative wrapper with object-cover, which is what keeps a wide photo filling the band at any viewport instead of letterboxing.
  • Each principle title is set in the editorial light face rather than a heavier UI weight, which is what stops the three columns reading like a feature grid.
  • Nothing here is client-interactive, and the block is copy plus one image, so it renders identically on the server.

More About blocks

View all About
PRO

about6

Numbered Principles

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

PRO

about64

Principles Card Grid

Principles section with a header and a three-column grid of six bordered cards, each pairing a circular icon with a title and description.

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

about48

Principles About

About pairing a sticky studio statement and image with a numbered list of operating principles.

PRO

about82

Band and Figures

An about section built around a wide photograph that drifts inside its frame: a serif heading that settles in word by word above it, then an intro with a sliding-marker pill beside four ruled serif figures that count up as they arrive.

PRO

about16

Vision Mission Values

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