Clients & Outcomes
Client logo cloud paired with measurable engagement outcomes. Combines a plain-text wordmark strip with a row of outcome stat tiles to build credibility with numbers, not just names.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/clients-outcomes.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/agency/agency20.tsx instead.
Usage
The file also exports agency20Demo, the exact props behind the preview above. Spread it to get a working section in one line, then replace it with your own data.
import { Agency20, agency20Demo } from "@/components/blocks/agency/agency20"; export default function Page() { return <Agency20 {...agency20Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| heading | ReactNode | none | Centered section heading. |
| description | string | none | Optional supporting copy under the heading. |
| clients | string[] | [] | Client names rendered as a plain-text wordmark strip. |
| outcomes | OutcomeStat[] | [] | Stat tiles rendered below the logo strip. |
| className | string | none | Extra classes for the outer section element. |
Types
type OutcomeStat = { value: string; label: string };
Behavior notes
- clients is a plain list of names, not image URLs; like About9 this renders text wordmarks rather than logo images, so it never depends on an external asset loading.
- Both the logo strip and the outcome-tile grid are omitted entirely when their respective array prop is empty.
- outcomes.value is a plain formatted string (e.g. "4.2x", "38%"), not a live-computed number; there is no counting animation.
More Agency Blocks
View all →case-study-hero
Case Study Hero
A case study header with project metadata grid, service tags, and featured image.
studio-manifesto
Studio Manifesto
Oversized editorial manifesto statement with emphasized phrases, principle chips and a founder signature.
studio-values
Studio Values
Studio values laid out with oversized ghost numerals, titles, descriptions and keywords.
how-we-think
How We Think
Sticky studio intro with a portrait beside a stack of numbered principles.
studio-team
Studio Team
A studio team grid of member portraits with names and roles.
awards-list
Awards List
Editorial list of studio awards by year with project and recognition details.