Logos List

A flexible section for displaying logo collections from various sources. Can be used for client logos, partner organizations, awards, social proof, or social media links.

Awards & Recognition Example

Display awards with titles shown under each logo/icon. Great for social proof.

- sectionType: logos-list
  hasCenteredContent: true
  
  text:
    title: 'Awards & Recognition'
    titleTag: 'h2'
    prose: 'Our commitment to excellence has been recognized by industry leaders'
  
  logos:
    source: 'awards'
    logoWidth: 160
    scope: 'all'
    showTitle: true  # Shows award names
  
  ctas:
    - url: '/about/awards'
      label: 'Learn More'
      isButton: true
      buttonStyle: 'secondary'

Configuration

- sectionType: logos-list
  isReverse: false
  hasCenteredContent: false

  text:
    leadIn: ''
    title: 'Our Partners'
    titleTag: 'h2'
    subTitle: ''
    prose: 'We work with industry-leading organizations'

  logos:
    source: 'artMuseums' # name of the data file
    logoWidth: 200 # width in pixels
    scope: 'all'
    selections: []
    showTitle: false # display title under logo

  ctas:
    - url: '/partners'
      label: 'View All Partners'
      isButton: true
      buttonStyle: 'primary'

Notes

  • Lists auto scroll horizontally when viewport width is smaller than list width
  • Display all logos or curated selections
  • Configurable maximum width for consistent display
  • Optional titles under logos (useful for awards)
  • Optional intro text and call-to-action buttons
  • Adapts to different screen sizes with smooth scrolling

Layout Settings

PropertyTypeRequiredDescription
isReversebooleanNoDefines scrolling direction, false is right-to-left
hasCenteredContentbooleanNoCenters text and CTAs when true

Content

PropertyTypeRequiredDescription
textobjectNoOptional text block with leadIn, title, titleTag, subTitle, and prose
ctasarrayNoOptional array of call-to-action buttons

Logo Configuration

PropertyTypeRequiredDescription
sourcestringYesData source for logos ('artMuseums', 'socialLinks', 'awards', or custom)
logoWidthnumberYesMaximum width for logos in pixels
scopestringYes'all' to display all logos, or 'selections' for subset
selectionsarrayNoArray of specific logo selections (required if scope is 'selections')
showTitlebooleanNoDisplay title under each logo (useful for awards)