From e877264628f02564cd131714c117c7a540ac9776 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 09:48:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 906f63d..8618f16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { imageAlt="Nike 3D Neon Sneaker" mediaAnimation="blur-reveal" marqueeItems={[ - { icon: Zap, text: "Ultra-Realistic 3D Models" }, - { icon: Sparkles, text: "Neon Glowing Effects" }, - { icon: Zap, text: "Smooth Animations" }, - { icon: Sparkles, text: "Interactive Controls" } + { type: "text-icon", icon: Zap, text: "Ultra-Realistic 3D Models" }, + { type: "text-icon", icon: Sparkles, text: "Neon Glowing Effects" }, + { type: "text-icon", icon: Zap, text: "Smooth Animations" }, + { type: "text-icon", icon: Sparkles, text: "Interactive Controls" } ]} marqueeSpeed={40} showMarqueeCard={true} -- 2.49.1