diff --git a/src/app/page.tsx b/src/app/page.tsx index 541d067..37adfc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -296,26 +119,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you offer emergency repairs?", - content: "Yes, we provide 24/7 support for critical issues.", - }, - { - id: "q2", - title: "Are you fully licensed?", - content: "Yes, all our electricians are fully certified and insured.", - }, - { - id: "q3", - title: "Do you provide free quotes?", - content: "Absolutely, we provide detailed quotes for all projects.", - }, + { id: "q1", title: "Are you available 24 hours?", content: "Yes, we operate 24/7 for all emergencies." }, + { id: "q2", title: "Where are you based?", content: "Our office is in Rushey Green, London SE6 2AB." }, + { id: "q3", title: "How can I reach you?", content: "Call us anytime at 07402 431125." }, ]} imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg" mediaAnimation="slide-up" title="Frequently Asked Questions" - description="Have questions? We're here to help." + description="Got questions? Here is the information you need." faqsAnimation="blur-reveal" />
@@ -323,12 +134,9 @@ export default function LandingPage() {
@@ -337,34 +145,8 @@ export default function LandingPage() {