diff --git a/src/app/page.tsx b/src/app/page.tsx index eac80f9..0dd0b7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,9 @@ export default function LandingPage() { imageAlt="Professional HVAC technicians installing equipment in a commercial building" mediaAnimation="slide-up" marqueeItems={[ - { type: "icon", icon: Phone, text: "24/7 Emergency Service" }, - { type: "icon", icon: Leaf, text: "Energy Efficient Systems" }, - { type: "icon", icon: Smile, text: "Satisfaction Guaranteed" } + { type: "text-icon", icon: Phone, text: "24/7 Emergency Service" }, + { type: "text-icon", icon: Leaf, text: "Energy Efficient Systems" }, + { type: "text-icon", icon: Smile, text: "Satisfaction Guaranteed" } ]} marqueeSpeed={30} showMarqueeCard={true}