From a813e91e0d690dfef01619b4db49eb15c0ea45b9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:21:37 +0000 Subject: [PATCH 1/3] Update src/app/irrigation/page.tsx --- src/app/irrigation/page.tsx | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/src/app/irrigation/page.tsx b/src/app/irrigation/page.tsx index 8fd78c8..a049583 100644 --- a/src/app/irrigation/page.tsx +++ b/src/app/irrigation/page.tsx @@ -3,8 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import FooterCard from '@/components/sections/footer/FooterCard'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; export default function IrrigationPage() { return ( @@ -22,26 +22,24 @@ export default function IrrigationPage() { > - + - ); From c68ff6da75283645bf15a2b7a5436dc663a043cc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:21:37 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7e5a82..f79235a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,10 +29,12 @@ export default function LandingPage() {