diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e1bfa1..e684ead 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { imageAlt="Modern workspace with digital design tools" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "Award-Winning Design", icon: "CheckCircle" }, - { type: "text", text: "Tech-Forward Solutions", icon: "Sparkles" }, - { type: "text", text: "Creative Excellence", icon: "ArrowRight" } + { type: "text", text: "Award-Winning Design" }, + { type: "text", text: "Tech-Forward Solutions" }, + { type: "text", text: "Creative Excellence" } ]} marqueeSpeed={30} showMarqueeCard={true}