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