From 4d9701e6dfb79619cb5bd30138ef16515c05d594 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:44:45 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 701f13c307b52fbaa33402aee55f3a6067718181 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:44:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.49.1