SponsorCards block renders a two-column grid of SponsorCard components pulled from the sponsor document type. It is the primary way to showcase current program sponsors on a page with full profile detail — logo, name, tier, description, and website.
Unlike
LogoCloud, this block renders full cards rather than compact logo tiles. Use SponsorCards for dedicated sponsor showcase pages and LogoCloud for compact presence on other pages.Props
Optional section heading rendered as
<h2> above the grid at 4xl–5xl.Controls how the sponsor list is sourced:
all— queries all active sponsors (default)featured— queries only sponsors withfeatured: truemanual— uses the explicitsponsorsreference array below
Array of resolved
sponsor document references. Only visible and required in Studio when displayMode is manual. The GROQ query resolves references before passing them to the component.Background colour token. Defaults to
white.Vertical padding override. Defaults to
default.Content container max-width. Defaults to
default.Additional CSS classes.
HTML
id for anchor targeting.Usage in Sanity Studio
- Add a Sponsor Cards block to any page’s Blocks array.
- Set an optional Heading (e.g. “Our Industry Partners”).
- Choose a Display Mode:
- Leave as All to automatically show every published sponsor.
- Switch to Featured to show only sponsors marked featured in their document.
- Switch to Manual to hand-pick specific sponsors via the Sponsors reference list.
- Sponsors are managed in the Sponsors section of the Studio sidebar — not within the block itself.
Variants / Options
This block does not have avariant field. The grid is always two columns (SectionGrid size="lg").