diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c65ea54..03e9967 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index add790f..d10eb5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file