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}