4 Commits

Author SHA1 Message Date
73bbd725fe Update src/app/page.tsx 2026-05-21 21:42:37 +00:00
30dd63bb74 Merge version_2 into main
Merge version_2 into main
2026-05-21 20:14:35 +00:00
2dd067f62b Merge version_2 into main
Merge version_2 into main
2026-05-21 20:14:11 +00:00
d7d091e525 Merge version_2 into main
Merge version_2 into main
2026-05-21 20:13:43 +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>
);
}
}