diff --git a/src/app/page.tsx b/src/app/page.tsx index 1055e5a..08d6160 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,9 +63,9 @@ export default function PlumbingPage() { imageAlt="Professional plumbing technician installing new pipe system" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "20+ Years Experience", icon: "Award" }, - { type: "text", text: "100% Satisfaction Guarantee", icon: "ThumbsUp" }, - { type: "text", text: "Emergency 24/7 Service", icon: "Clock" } + { type: "text", text: "20+ Years Experience" }, + { type: "text", text: "100% Satisfaction Guarantee" }, + { type: "text", text: "Emergency 24/7 Service" } ]} marqueeSpeed={30} showMarqueeCard={true}