From 73bbd725fea5c3df3f2bb40526182ffffec705d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:42:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c85edfb..32cd57a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1