2 Commits

Author SHA1 Message Date
30b3ed3810 Update src/app/page.tsx 2026-04-18 05:21:26 +00:00
3f8a1528ca Merge version_1 into main
Merge version_1 into main
2026-04-18 05:20:07 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}