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() { > - + - );