From de478346847419ace688d915297a058db5a6c10d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 00:51:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1f7880..a43f6c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { id: "m1", value: "15+", title: "Years Experience", description: "Expertise you can trust", icon: Award }, + { id: "m1", value: "10+", title: "Years Experience", description: "Expertise you can trust", icon: Award }, { id: "m2", value: "500+", title: "Happy Clients", description: "Restored outdoor beauty", icon: Users }, { id: "m3", value: "99%", title: "Satisfied Rate", description: "Excellence every time", icon: Smile }, ]} @@ -179,4 +179,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1