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