Studio Values
Studio values laid out with oversized ghost numerals, titles, descriptions and keywords. A full-width stacked list, distinct from About39's two-column single-numeral layout.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its badge dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/studio-values.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/agency/agency12.tsx instead.
Usage
The file also exports agency12Demo, 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 { Agency12, agency12Demo } from "@/components/blocks/agency/agency12"; export default function Page() { return <Agency12 {...agency12Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | undefined | Small uppercase label above the heading. |
| heading | string | none | Section heading, e.g. "Studio values". |
| values | Value[] | none | Stacked rows of studio values, each with a ghost numeral, title, description, and keyword badges. |
| className | string | none | Extra classes for the outer section element. |
Types
type Value = { numeral: string; title: string; description: string; keywords: string[]; };
Behavior notes
- The numeral is an arbitrary string supplied per value (e.g. "01"), not derived from array index, so callers control the exact digits shown.
- The oversized numeral is rendered at 10% foreground opacity as a decorative 'ghost' watermark behind the text content, purely a CSS treatment with no animation.
- Rows are divided by a static border, not an accordion; all values are visible at once with no expand/collapse interaction.
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.
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.
studio-at-a-glance
Studio At A Glance
Studio overview pairing facts, copy and highlight stats with a clean studio image.