From fc0a54d2d09cb13c0de67a04f214bb0c514f96cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:30:43 +0000 Subject: [PATCH] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 98 +++++++++++--------------------------------- 1 file changed, 23 insertions(+), 75 deletions(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index f4938f2..30d5aae 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -27,31 +27,17 @@ export default function LandingPage() { @@ -62,30 +48,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What types of services do you offer?", - content: "We offer a comprehensive range of home services including electrical repairs, plumbing solutions, HVAC maintenance and installation, and emergency repair services for all these categories.", - }, + id: "1", title: "What types of services do you offer?", content: "We offer a comprehensive range of home services including electrical repairs, plumbing solutions, HVAC maintenance and installation, and emergency repair services for all these categories."}, { - id: "2", - title: "Are your technicians certified?", - content: "Absolutely. All our technicians are fully certified, licensed, and undergo continuous training to stay updated with the latest industry standards and technologies.", - }, + id: "2", title: "Are your technicians certified?", content: "Absolutely. All our technicians are fully certified, licensed, and undergo continuous training to stay updated with the latest industry standards and technologies."}, { - id: "3", - title: "How quickly can you respond to an emergency?", - content: "For emergency calls, we aim to dispatch a technician to your location within 60-90 minutes, depending on your proximity and current demand. Our lines are open 24/7.", - }, + id: "3", title: "How quickly can you respond to an emergency?", content: "For emergency calls, we aim to dispatch a technician to your location within 60-90 minutes, depending on your proximity and current demand. Our lines are open 24/7."}, { - id: "4", - title: "Do you offer free estimates?", - content: "Yes, we provide free, no-obligation estimates for most of our services. Contact us to schedule an appointment, and we'll assess your needs.", - }, + id: "4", title: "Do you offer free estimates?", content: "Yes, we provide free, no-obligation estimates for most of our services. Contact us to schedule an appointment, and we'll assess your needs."}, { - id: "5", - title: "What payment methods do you accept?", - content: "We accept all major credit cards, debit cards, bank transfers, and sometimes offer flexible financing options. Details can be discussed during your service consultation.", - }, + id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, bank transfers, and sometimes offer flexible financing options. Details can be discussed during your service consultation."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about our services, scheduling, and payment options." @@ -102,9 +73,7 @@ export default function LandingPage() { ctaTitle="Still Have Questions?" ctaDescription="If you can't find the answer you're looking for, our friendly support team is here to help!" ctaButton={{ - text: "Contact Support", - href: "/contact", - }} + text: "Contact Support", href: "/contact"}} ctaIcon={MessageCircle} faqs={[]} /> @@ -114,54 +83,33 @@ export default function LandingPage() {