How We Think
A sticky studio intro with a portrait beside a stack of numbered principles. The left column stays pinned while a longer right-column principle list scrolls past it on large screens.
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/how-we-think.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/agency/agency13.tsx instead.
Usage
The file also exports agency13Demo, 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 { Agency13, agency13Demo } from "@/components/blocks/agency/agency13"; export default function Page() { return <Agency13 {...agency13Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| portrait | MediaSlotImage | none | Portrait photo shown in the left column at a 3:4 aspect ratio. |
| heading | string | none | Short intro heading beneath the portrait. |
| description | string | none | Short intro paragraph beneath the heading. |
| principles | Principle[] | none | Numbered list rendered in the right column, in array order. |
| className | string | none | Extra classes for the outer section element. |
Types
type Principle = { title: string; description: string; };
Behavior notes
- The left column uses a real CSS `position: sticky` (lg:sticky lg:top-24), not JavaScript, so it works in a plain Server Component; it only takes effect once the right column's content is taller than the viewport at lg breakpoints and above.
- Numbers in the principle list are derived from the array index (zero-padded to two digits), reusing the same pattern as About6, so reordering the array changes the displayed numbers automatically.
- Columns stack vertically with no sticky behavior below the lg breakpoint.
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.
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.