Clients & Outcomes

Client logo cloud paired with measurable engagement outcomes.

PRO

Agency20: Clients & Outcomes

A proof section that pairs a grayscale client logo cloud with a stacked list of measurable outcomes, each stat led by a large number/suffix pair and an icon.

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

Base UI flavor

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

This installs the block to components/beste/block/agency20.tsx, the badge6 component it uses for the eyebrow, and its dependencies.

Quick start

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

tsx
import { Agency20, agency20Demo } from "@/components/beste/block/agency20";

export default function AboutPage() {
  return <Agency20 {...agency20Demo} />;
}

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

tsx
import { Agency20 } from "@/components/beste/block/agency20";

export default function AboutPage() {
  return (
    <Agency20
      label="Proof, not promises"
      heading="The brands we measure, and the numbers we move."
      intro="Every engagement below ships with a number we agreed on before we started."
      trustedLabel="Trusted by"
      clients={[
        { name: "Aurora Labs", logo: "https://oud.pics/sm/l/logoipsum-380.png" },
        { name: "Northwind", logo: "https://oud.pics/sm/l/logoipsum-388.png" },
      ]}
      outcomes={[
        { stat: "3.1", suffix: "x", description: "Blended ROAS lift for a DTC skincare brand." },
        { stat: "42", suffix: "%", description: "Lower cost per acquisition for a subscription app." },
      ]}
    />
  );
}

Props

PropTypeDefaultDescription
labelstringEyebrow text rendered in Badge6
headingstringSection heading
introstringBody copy under the heading
trustedLabelstringSmall uppercase caption above the logo cloud
clientsClient[][]Logo cloud entries
outcomesOutcome[][]Stat rows on the right
classNamestringExtra classes for the outer <section>
ts
type Client = { name: string; logo: string };
type Outcome = { stat: string; suffix: string; description: string };

Behavior notes

More Agency blocks

View all Agency
PRO

agency16

Studio At A Glance

Studio overview pairing facts, copy and highlight stats with a clean studio image.

PRO

agency10

Case Study Hero

A case study header with project metadata grid, service tags, and featured image. Perfect for agency portfolio pages showcasing client work details.

PRO

agency14

Studio Team

A studio team grid of member portraits with names and roles.

PRO

agency18

Studio Ethos

A bold ethos statement beside a list of concrete studio commitments.

PRO

agency19

Why Polaris

A two-column comparison contrasting the Polaris way with a typical agency.

PRO

agency13

How We Think

Sticky studio intro with a portrait beside a stack of numbered principles.