Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-06 02:46:38 +00:00

View File

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