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() { @@ -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"]} />
@@ -187,33 +115,16 @@ export default function LandingPage() {