diff --git a/src/app/page.tsx b/src/app/page.tsx index 26d9b99..ede6fcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,9 +64,9 @@ export default function LandingPage() { imageAlt="Professional plumber fixing a pipe in a residential home" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "24/7 Emergency Service", icon: Clock }, - { type: "text", text: "Same-Day Service Available", icon: Calendar }, - { type: "text", text: "Free Estimates", icon: DollarSign } + { type: "text", text: "24/7 Emergency Service" }, + { type: "text", text: "Same-Day Service Available" }, + { type: "text", text: "Free Estimates" } ]} marqueeSpeed={30} showMarqueeCard={true}