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
string
Section heading rendered as
<h2>.string
Supporting text below the heading. Used in
grid and split variants.TeamMember[]
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
'grid' | 'grid-compact' | 'split'
Layout variant. Defaults to
grid.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.