Studio Team
A studio team grid of member portraits with names and roles, captioned below each photo rather than overlaid on it.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its media-slot dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/studio-team.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/agency/agency14.tsx instead.
Usage
The file also exports agency14Demo, 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 { Agency14, agency14Demo } from "@/components/blocks/agency/agency14"; export default function Page() { return <Agency14 {...agency14Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | undefined | Small uppercase label above the heading. |
| heading | string | none | Section heading, e.g. "Studio team". |
| description | string | undefined | Optional supporting paragraph under the heading. |
| team | TeamMember[] | none | Team members rendered in a responsive grid (2 columns on mobile, up to 4 on large screens). |
| className | string | none | Extra classes for the outer section element. |
Types
type TeamMember = { name: string; role: string; photo: MediaSlotImage; };
Behavior notes
- Name and role are rendered as plain caption text below each photo, not as an overlay on hover, so they are always visible including on touch devices.
- Purely presentational grid with no click-through to individual profile pages or social links.
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.
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.