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} />