From 30b3ed381080b8d41c1d1acb8b4538a501708051 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:21:26 +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 05c5046..ac804a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { tag="Our Impact" metrics={[ { - id: "m1", value: "$500M+", description: "Projects Estimated"}, + id: "m1", value: "$500M+", description: "Worth of Projects Estimated"}, { id: "m2", value: "1,200+", description: "Happy Contractors"}, { @@ -191,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1