From fa8481a168003a5baa37e45c01d51d129ff5c87a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:15:11 +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 89c954d..4629212 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,10 +101,10 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" metrics={[ { - id: "1", value: "50+", title: "Projects Completed", description: "Successful industrial and commercial construction projects executed with precision", icon: CheckCircle, + id: "1", value: "15+", title: "Years Experience", description: "Two decades of expertise in steel and civil construction across industries", icon: TrendingUp, }, { - id: "2", value: "15+", title: "Years Experience", description: "Two decades of expertise in steel and civil construction across industries", icon: TrendingUp, + id: "2", value: "50+", title: "Projects Completed", description: "Successful industrial and commercial construction projects executed with precision", icon: CheckCircle, }, { id: "3", value: "5", title: "Manufacturing Units", description: "Strategic locations across multiple districts for efficient project execution", icon: Zap, -- 2.49.1