| 1 |
const partnersMetadata = [ |
| 2 |
{ |
| 3 |
id: "partners-01", |
| 4 |
type: "partners", |
| 5 |
style: ["grid", "logos"], |
| 6 |
description: |
| 7 |
"Partners section in grid layout with centered title 'Our Trusted Partners' and six brand logos. Responsive grid layout with brand name under each logo. Perfect for showcasing business partners or reference clients.", |
| 8 |
}, |
| 9 |
{ |
| 10 |
id: "partners-02", |
| 11 |
type: "partners", |
| 12 |
style: ["carousel", "logos"], |
| 13 |
description: |
| 14 |
"Partners section in carousel with centered title 'They Trust Us' and six brand logos. Dynamic logo display with automatic scrolling. Ideal for highlighting partners in an interactive and modern way.", |
| 15 |
}, |
| 16 |
]; |
| 17 |
|
| 18 |
export default partnersMetadata; |
| 19 |
|