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.
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.
Limited icons, show only three.
- sectionType: logos-list
isReverse: true
logos:
source: 'socialLinks' # name of the data file
logoWidth: 90 # width in pixels
scope: 'selections'
selections:
- 'LinkedIn'
- 'Behance'
- 'GitHub'
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'
- 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'
Property | Type | Required | Description |
---|---|---|---|
isReverse | boolean | No | Defines scrolling direction, false is right-to-left |
hasCenteredContent | boolean | No | Centers text and CTAs when true |
Property | Type | Required | Description |
---|---|---|---|
text | object | No | Optional text block with leadIn, title, titleTag, subTitle, and prose |
ctas | array | No | Optional array of call-to-action buttons |
Property | Type | Required | Description |
---|---|---|---|
source | string | Yes | Data source for logos ('artMuseums', 'socialLinks', 'awards', or custom) |
logoWidth | number | Yes | Maximum width for logos in pixels |
scope | string | Yes | 'all' to display all logos, or 'selections' for subset |
selections | array | No | Array of specific logo selections (required if scope is 'selections') |
showTitle | boolean | No | Display title under each logo (useful for awards) |