Skip to main content
The Pullquote block renders a visually prominent quotation — ideal for sponsor endorsements, testimonial highlights, or key program statements placed inline within page content.

Props

quote
string
required
The quotation text. Rendered at large display size.
attribution
string
Name of the person being quoted.
role
string
Job title or role of the person (e.g. CTO, Program Director).
image
SanityImageObject
Optional headshot or avatar. Rendered as a small circular image alongside the attribution. Supports hotspot/crop and LQIP.

Usage in Sanity Studio

  1. Add a Pullquote block to a page.
  2. Enter the Quote text (required).
  3. Optionally add Attribution, Role, and a Photo.

Example

{
  _type: 'pullquote',
  quote: 'The YWCC Capstone program delivered exceptional students who hit the ground running on day one.',
  attribution: 'Jane Smith',
  role: 'VP Engineering, Acme Corp',
  image: { asset: { _ref: 'image-abc' }, alt: 'Jane Smith' }
}