From d79a89cd191ef7bbc4acc8f9b93bd3861362a1af Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 21:12:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -- 2.49.1