From f08a8e1c13248737af0df20ac222610a734cb81c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:14: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 35961ab..6ad1c50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -213,9 +213,9 @@ export default function LandingPage() { tag="Featured" textboxLayout="default" useInvertedBackground={true} - names=[ + names={[ "Vogue Beauty", "Elle Magazine", "Harper's Bazaar", "Beauty Insider", "Glamour", "Marie Claire", "Allure", "InStyle" - ] + ]} speed={40} showCard={true} /> -- 2.49.1