diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9917d52..d52dda1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,47 +39,21 @@ export default function LandingPage() {
@@ -104,31 +66,11 @@ export default function LandingPage() {
description="Everything you need to know about our services."
faqsAnimation="slide-up"
faqs={[
- {
- id: "q1",
- title: "Do you offer emergency services?",
- content: "Yes, we are available 24/7 for any electrical emergencies.",
- },
- {
- id: "q2",
- title: "Is your pricing transparent?",
- content: "Absolutely. We provide clear, upfront quotes with no hidden costs.",
- },
- {
- id: "q3",
- title: "What areas do you serve?",
- content: "We primarily serve Anakaputhur and the wider Chennai metropolitan area.",
- },
- {
- id: "q4",
- title: "Are your electricians certified?",
- content: "Yes, all our team members are fully trained, certified, and insured.",
- },
- {
- id: "q5",
- title: "How can I book a service?",
- content: "You can call us directly or use the booking link on our contact page.",
- },
+ { id: "q1", title: "Do you offer emergency services?", content: "Yes, we are available 24/7 for any electrical emergencies." },
+ { id: "q2", title: "Is your pricing transparent?", content: "Absolutely. We provide clear, upfront quotes with no hidden costs." },
+ { id: "q3", title: "What areas do you serve?", content: "We primarily serve Anakaputhur and the wider Chennai metropolitan area." },
+ { id: "q4", title: "Are your electricians certified?", content: "Yes, all our team members are fully trained, certified, and insured." },
+ { id: "q5", title: "How can I book a service?", content: "You can call us directly or use the booking link on our contact page." },
]}
/>
@@ -142,21 +84,9 @@ export default function LandingPage() {
title="Why Choose Us"
description="Experience excellence in electrical maintenance."
metrics={[
- {
- id: "m1",
- value: "10+",
- description: "Years of Experience",
- },
- {
- id: "m2",
- value: "5k+",
- description: "Successful Projects",
- },
- {
- id: "m3",
- value: "24/7",
- description: "Emergency Support",
- },
+ { id: "m1", value: "10+", description: "Years of Experience" },
+ { id: "m2", value: "5k+", description: "Successful Projects" },
+ { id: "m3", value: "24/7", description: "Emergency Support" },
]}
/>
@@ -167,18 +97,16 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted By Families and Businesses"
description="Join thousands of satisfied clients in Chennai."
- names={[
- "Residential Homes",
- "Local Shops",
- "Office Complexes",
- "Industrial Units",
- "Apartment Buildings",
- ]}
+ names={["Residential Homes", "Local Shops", "Office Complexes", "Industrial Units", "Apartment Buildings"]}
/>