Clients & Outcomes

Proof, not promises

The brands we measure, and the numbers we move.

Polaris embeds with growth teams to turn scattered ad spend into a single, accountable signal. Every engagement below ships with a number we agreed on before we started.

Trusted by
Aurora Labs
Northwind
Lumen Studio

3.1x

Blended ROAS lift across a paid-media overhaul for a DTC skincare brand.

42%

Lower cost per acquisition after a full-funnel attribution rebuild for a subscription app.

$8.4M

Incremental revenue traced and reallocated during a twelve-month retainer with a marketplace.

About this block

Clients & OutcomesPRO

Client logo cloud paired with measurable engagement outcomes.

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.

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

  • Outcome icons are not configurable per item: they come from a fixed three-icon array (TrendingUp, BarChart3, Repeat) cycled with index % outcomeIcons.length, so a fifth outcome reuses the first icon rather than falling back to a generic one.
  • Client logos default to grayscale opacity-70 and switch to full color at opacity-100 on hover; there is no active/selected state, only the hover transition.
  • The layout is an asymmetric lg:grid-cols-[1fr_1.4fr] grid, giving the outcomes column more width than the logo cloud since outcome descriptions run longer.
  • outcome.suffix renders in text-primary immediately after outcome.stat, so short suffixes like % or x read as a colored unit attached to the number rather than a separate label.
  • Outcome rows are separated by a top border except the first, which drops both the border and its top padding.

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

agency15

Awards List

Editorial list of studio awards by year with project and recognition details.