From 1c2a4247994db818e7a84fa2f249f92df8d19d63 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:17:28 +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 69f2b62..e807141 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,9 +110,9 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - names=[ + names={[ "Luxury Time", "iRainbow", "Active Design Wear", "Scalegear", "Charmé Beauty", "FastTrack Solutions", "Premium Brands Co", "Growth Leaders Inc" - ] + ]} speed={40} showCard={true} /> -- 2.49.1