From 9534b1ae1e54f79537beaf41f51c5793ff200492 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:51:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7456fb9..5aab8c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,9 +161,9 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { id: "1", value: "15+", description: "Years of Proven Experience" }, - { id: "2", value: "500+", description: "Satisfied Local Customers" }, - { id: "3", value: "24/7", description: "Emergency Service Availability" }, - { id: "4", value: "100%", description: "Customer Satisfaction Guarantee" } + { id: "2", value: "100%", description: "Customer Satisfaction Guarantee" }, + { id: "3", value: "500+", description: "Satisfied Local Customers" }, + { id: "4", value: "24/7", description: "Emergency Service Availability" } ]} metricsAnimation="slide-up" useInvertedBackground={false} -- 2.49.1