diff --git a/src/app/hedge-trimming/page.tsx b/src/app/hedge-trimming/page.tsx
index e769218..d48d24a 100644
--- a/src/app/hedge-trimming/page.tsx
+++ b/src/app/hedge-trimming/page.tsx
@@ -4,47 +4,49 @@ 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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterCard from '@/components/sections/footer/FooterCard';
export default function HedgeTrimmingPage() {
return (
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);
diff --git a/src/app/irrigation/page.tsx b/src/app/irrigation/page.tsx
new file mode 100644
index 0000000..522bfe3
--- /dev/null
+++ b/src/app/irrigation/page.tsx
@@ -0,0 +1,56 @@
+"use client";
+
+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';
+
+export default function IrrigationPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7e9aa72..0a4d9cf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,8 +31,8 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
- { name: "Irrigation", id: "irrigation" },
- { name: "Rock & Gravel", id: "rock-gravel" },
+ { name: "Irrigation", id: "/irrigation" },
+ { name: "Rock & Gravel", id: "/rock-gravel" },
{ name: "Why Us", id: "why-us" },
{ name: "Reviews", id: "reviews" },
]}
@@ -127,4 +127,4 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/rock-gravel/page.tsx b/src/app/rock-gravel/page.tsx
new file mode 100644
index 0000000..991ec32
--- /dev/null
+++ b/src/app/rock-gravel/page.tsx
@@ -0,0 +1,56 @@
+"use client";
+
+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';
+
+export default function RockGravelPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/tree-removal-trimming/page.tsx b/src/app/tree-removal-trimming/page.tsx
index abe9582..e0670ba 100644
--- a/src/app/tree-removal-trimming/page.tsx
+++ b/src/app/tree-removal-trimming/page.tsx
@@ -4,47 +4,49 @@ 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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterCard from '@/components/sections/footer/FooterCard';
-export default function TreeServicesPage() {
+export default function TreeCarePage() {
return (
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
);