From 75cd050b5354ec66fd7e51b2a132a80726f07308 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:15:49 +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 373c5c0..291d8c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,9 +175,9 @@ export default function HvacPage() { title="Frequently Asked Questions" description="Answers to common questions about our HVAC services." faqs={[ - { id: "1", title: "Do you offer 24/7 emergency service?", content: "Yes, we are always on standby." }, - { id: "2", title: "How often should I service my system?", content: "Twice a year is recommended." }, - { id: "3", title: "What brands do you service?", content: "We support all major manufacturers." } + { id: "1", title: "Do you offer 24/7 emergency service?", content: "Yes, we provide true 24/7 emergency service, including all weekends and holidays, to ensure your comfort is never compromised during an urgent breakdown." }, + { id: "2", title: "How often should I service my system?", content: "Twice a year is recommended to maintain peak efficiency and longevity." }, + { id: "3", title: "What brands do you service?", content: "We support and repair all major HVAC manufacturers, providing expert solutions regardless of your system brand." } ]} faqsAnimation="slide-up" textboxLayout="default" -- 2.49.1