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"