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