From de6722d148c7c19e323f59dcbd6639d619d71d57 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:25:46 +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 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} -- 2.49.1