From b3972a52ce7a0bc655cbc0a86bc4d968b8f60770 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:30:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adccce8..b2a76ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Phone, CheckCircle, Clock, Wrench } from "lucide-react"; export default function HvacPage() { return ( @@ -66,6 +65,7 @@ export default function HvacPage() { imageAlt="Family owned business HVAC team" mediaAnimation="blur-reveal" metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -84,6 +84,7 @@ export default function HvacPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -102,6 +103,7 @@ export default function HvacPage() { showRating={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -114,6 +116,7 @@ export default function HvacPage() { { id: "2", title: "Where do you operate?", content: "We serve Hamilton and all surrounding areas with professional HVAC expertise." }, { id: "3", title: "Why choose you?", content: "With 31+ years of experience and a 4.9-star rating, we combine family-owned service with competitive pricing." } ]} + useInvertedBackground={false} /> @@ -127,12 +130,14 @@ export default function HvacPage() { { text: "Request a Free Quote", href: "#contact" } ]} background={{ variant: "plain" }} + useInvertedBackground={false} />