TeamGrid block renders a grid of team member cards. Unlike the project team[] inline array, this block is designed for standalone team showcase sections with photos and social links.
Props
Section heading rendered as
<h2>.Supporting text below the heading. Used in
grid and split variants.Array of team member objects. Each item has:
name(string, required) — display namerole(string) — job title or team roleimage(SanityImageObject) — headshot with hotspot/crop supportlinks(array) — optional array of{ label, href }objects
Layout variant. Defaults to
grid.| Value | Description |
|---|---|
grid | Standard card grid with large square photos |
grid-compact | Inline list with small circular photos |
split | Sticky heading left, 2-column card grid right |
Usage in Sanity Studio
- Add a Team Grid block to a page.
- Set a Heading and optional Description.
- Add team members in the Items array — each needs a name and optionally a photo, role, and links.
- Choose a Variant from the Layout Options fieldset.