Skip to main content
The 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 name
  • role (string) — job title or team role
  • image (SanityImageObject) — headshot with hotspot/crop support
  • links (array) — optional array of { label, href } objects
'grid' | 'grid-compact' | 'split'
Layout variant. Defaults to grid.

Usage in Sanity Studio

  1. Add a Team Grid block to a page.
  2. Set a Heading and optional Description.
  3. Add team members in the Items array — each needs a name and optionally a photo, role, and links.
  4. Choose a Variant from the Layout Options fieldset.

Example