From 853880db04574daeeebaf93a5ce0375397d7cfaa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:36:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1000e4c..531b5d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,6 +104,9 @@ export default function LandingPage() { tag="Featured Partners" textboxLayout="default" useInvertedBackground={false} + names={[ + "StyleCo", "FashionFlow", "ElegantWear", "ModernStyle", "ClassicThread", "DesignHub", "TrendSetters", "VogueLabs" + ]} logos={[ "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529082.jpg", "http://img.b2bpic.net/free-vector/slow-fashion-badge-set_23-2148816027.jpg", "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529082.jpg", "http://img.b2bpic.net/free-vector/flat-design-outlet-stamp-collection_23-2149753026.jpg", "http://img.b2bpic.net/free-vector/fashion-logo-template_23-2150529223.jpg", "http://img.b2bpic.net/free-vector/slow-fashion-badge-set_23-2148816027.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/flat-design-outlet-stamp-collection_23-2149753026.jpg" ]}