SponsorshipTiers block renders a set of sponsorship package cards — similar to a pricing table — with benefit bullet lists and optional CTA buttons. One tier can be highlighted as the recommended option.
Props
Section heading rendered as
<h2>.Supporting text below the heading.
Array of sponsorship tier objects. Each has:
name(string) — tier name (e.g.Gold,Platinum)price(string) — price or investment range displayed prominentlybenefits(string[]) — bullet-point list of included benefitshighlighted(boolean) — whentrue, the card receives a visual highlight border and badgectaButton(object) — optional CTA button withtext,url, andvariant
Usage in Sanity Studio
- Add a Sponsorship Tiers block to a sponsorship or partnership page.
- Set a Heading and optional Description.
- Add tiers to the Tiers array — each needs a name and benefits list.
- Mark the recommended tier as Highlighted.
- Add a CTA Button to each tier for direct contact or application links.
This block is distinct from the
SponsorCards block, which shows existing sponsor logos. SponsorshipTiers is for marketing the sponsorship program to prospective partners.