diff --git a/src/app/page.tsx b/src/app/page.tsx index d479117..db6cd0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,9 @@ export default function LandingPage() { imageAlt="Luxury roof installation in progress" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "15+ Years Warranty", icon: "CheckCircle" }, - { type: "text", text: "Handcrafted Materials", icon: "Sparkles" }, - { type: "text", text: "Expert Installation", icon: "ArrowRight" } + { type: "text", text: "15+ Years Warranty" }, + { type: "text", text: "Handcrafted Materials" }, + { type: "text", text: "Expert Installation" } ]} marqueeSpeed={30} showMarqueeCard={true}