From b08c907bc89371e03422372e187c6d4f34c3f44a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:05:08 +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 10ffe96..2a9bc5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,9 +136,9 @@ export default function LandingPage() { buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - names=[ + names={[ "@ankarafashionstore", "Stil İnspirasyonu", "Trendyacci Tasarımlar", "Günlük Modası", "Şık Kombinler", "Yeni Koleksiyon", "Müşteri Yorumları" - ] + ]} showCard={true} speed={40} /> -- 2.49.1