Clientele4
The Clientele4 component displays an optional title and a grid of client logos with responsive layout and spacing.
Component path: src/blocks/clientele/Clientele4.tsx
Component usage path: src/app/blocks/clientele/clientele4/page.tsx
Preview link: https://www.saasable.io/blocks/clientele/clientele4
Props Details
Prop
Type
Description
Displayed as
title
string
Optional subtitle to display above the grid of logos.
"Our Valued 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" }, ... ]
Last updated