From b3083e415224c147c08453508e4a3a97a03868a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:56:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 844e812..e085954 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,9 +72,11 @@ export default function LandingPage() { { id: "m1", value: "2500+", description: "Units Successfully Delivered"}, { - id: "m2", value: "120+", description: "Landmark Projects Completed"}, + id: "m2", value: "100%", description: "Client Satisfaction Rate"}, { - id: "m3", value: "15+", description: "Years of Market Leadership"}, + id: "m3", value: "120+", description: "Landmark Projects Completed"}, + { + id: "m4", value: "15+", description: "Years of Market Leadership"}, ]} title="Our Achievements" description="Setting industry benchmarks through relentless dedication to excellence and architectural innovation." @@ -255,4 +257,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1