diff --git a/src/app/page.tsx b/src/app/page.tsx index 3133884..0c88b8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,9 +189,9 @@ export default function LandingPage() { useInvertedBackground={true} speed={40} showCard={true} - names=[ + names={[ "TechFlow Botswana", "Kgosi Publishing House", "BW Designs Co", "Pula Financial Group", "Northern Safari Lodge", "Gaborone Tech Hub", "Botswana Print Media" - ] + ]} logos={[ "http://img.b2bpic.net/free-vector/professional-coworking-space-logo_23-2149455584.jpg", "http://img.b2bpic.net/free-vector/gradient-business-card-template_23-2148291788.jpg", "http://img.b2bpic.net/free-vector/technical-logo-design_1424-40.jpg", "http://img.b2bpic.net/free-vector/supermarket-logo-template_23-2148467759.jpg", "http://img.b2bpic.net/free-vector/flat-catering-logo-template-collection_23-2149024905.jpg", "http://img.b2bpic.net/free-vector/retro-collection-college-badges_23-2147565900.jpg", "http://img.b2bpic.net/free-vector/abstract-charity-logo-with-hearts_1025-504.jpg" ]}