Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-21 21:42:41 +00:00

View File

@@ -109,8 +109,8 @@ export default function HvacKingsPage() {
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about our Toronto HVAC services."
faqs={[
{ id: "1", title: "Do you serve the whole GTA?", content: "Yes, we serve the entire Greater Toronto Area." },
{ id: "2", title: "Are you licensed?", content: "Yes, all our technicians are fully licensed and insured." },
{ id: "1", title: "Do we serve the whole GTA?", content: "Yes, we are proud to serve every part of the Greater Toronto Area with our climate solutions." },
{ id: "2", title: "Are we licensed?", content: "Absolutely. All our technicians are fully licensed, insured, and undergo rigorous training." },
]}
faqsAnimation="slide-up"
useInvertedBackground={false}
@@ -145,4 +145,4 @@ export default function HvacKingsPage() {
</ReactLenis>
</ThemeProvider>
);
}
}