Studio Ethos
A large, bold ethos statement in the left column paired with a checklist of concrete studio commitments in the right column, each marked with a check icon.
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/studio-ethos.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/agency/agency18.tsx instead.
Usage
The file also exports agency18Demo, 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 { Agency18, agency18Demo } from "@/components/blocks/agency/agency18"; export default function Page() { return <Agency18 {...agency18Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| statement | ReactNode | none | Large bold ethos statement in the left column; can include embedded emphasis spans. |
| commitments | Commitment[] | none | Concrete commitment rows rendered in the right column, each with a check icon. |
| className | string | none | Extra classes for the outer section element. |
Types
type Commitment = { text: string; };
Behavior notes
- Fully static server component; no interactivity.
- The check icon (`CheckCircle2` from lucide-react) is hardcoded in the component for every commitment row, not passed as a prop, since a component reference can't safely be serialized as block data.
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.