Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 23:44:50 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -154,6 +154,9 @@ export default function LandingPage() {
},
{
id: "2", value: "8.2M", description: "Gallons of water saved through smart irrigation technology"
},
{
id: "3", value: "80%", description: "Water saved per cycle while maintaining optimal plant health"
}
]}
metricsAnimation="slide-up"
@@ -270,4 +273,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}