From d4fdff829b47752dfda06f8a4e6a5f3aaf446240 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 06:59:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 291d639..9233595 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,9 +81,9 @@ export default function LandingPage() { tagIcon={Award} textboxLayout="default" useInvertedBackground={false} - names=[ + names={[ "TechFlow", "Innovate Inc", "CloudSync", "Nexus Pro", "Velocity Corp", "Zenith Group", "Apex Solutions" - ] + ]} logos={[ "http://img.b2bpic.net/free-vector/variety-badges-flat-style_23-2147536999.jpg", "http://img.b2bpic.net/free-vector/business-card_53876-58126.jpg", "http://img.b2bpic.net/free-vector/iso-certification-badge-collection_23-2148710303.jpg", "http://img.b2bpic.net/free-photo/front-view-man-holding-ballot_23-2148265570.jpg", "http://img.b2bpic.net/free-vector/modern-duotone-sommelier-logo_742173-5751.jpg", "http://img.b2bpic.net/free-vector/graduation-white-background_24908-61004.jpg", "http://img.b2bpic.net/free-vector/classic-labels-labor-day_23-2147657508.jpg" ]}