From 97c7ad231af2cfd9ea4a06df2b73d2789a6e625c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 02:46:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3820747..1c56788 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ 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 { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react"; +import { ShieldCheck, Wrench, DollarSign } from "lucide-react"; export default function HvacPage() { return ( @@ -142,6 +142,7 @@ export default function HvacPage() { { id: "2", title: "Is online booking available?", content: "Absolutely. You can schedule your maintenance in just a few clicks via our booking platform." }, { id: "3", title: "Can you fix uneven heating issues?", content: "Yes, our technicians specialize in airflow correction and damper settings to ensure consistent temperature across your home." }, ]} + useInvertedBackground={false} /> -- 2.49.1