Clientele6
The Clientele6 component displays an optional title and a grid of client logos styled as Chip components, all within a responsive layout.
Last updated
The Clientele6 component displays an optional title and a grid of client logos styled as Chip components, all within a responsive layout.
Last updated
Component path: src/blocks/clientele/Clientele6.tsx
Component usage path: src/app/blocks/clientele/clientele6/page.tsx
Preview link:
title
string
Optional heading to display above the grid of logos.
"Our Partners"
clienteleList
ClienteleListProps[]
Array of objects with details for each client logo.
[ { "src": "/images/client1.png", "alt": "Client 1" }, { "src": "/images/client2.png", "alt": "Client 2" }, ... ]