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() {
@@ -55,108 +43,20 @@ export default function LandingPage() {
@@ -164,22 +64,9 @@ export default function LandingPage() {
@@ -234,58 +94,21 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: CheckCircle,
- title: "On-Time Completion",
- value: "99%",
- },
- {
- id: "m2",
- icon: Award,
- title: "Licensed Experts",
- value: "100%",
- },
- {
- id: "m3",
- icon: Shield,
- title: "Client Retention",
- value: "95%",
- },
+ { id: "m1", icon: Clock, title: "Emergency Support", value: "24/7" },
+ { id: "m2", icon: Award, title: "Reliable Service", value: "High" },
+ { id: "m3", icon: Shield, title: "Safety Standards", value: "100%" },
]}
- title="Our Impact"
- description="Measured by quality, verified by clients."
+ title="Our Commitment"
+ description="Serving the London area with dedication and precision."
/>
@@ -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() {