From 2c6ab42f0efd7fad8374915afd83dddefd39f6fa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 03:09:41 +0000 Subject: [PATCH] Update src/app/irrigation/page.tsx --- src/app/irrigation/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/irrigation/page.tsx b/src/app/irrigation/page.tsx index 92381a9..84a8969 100644 --- a/src/app/irrigation/page.tsx +++ b/src/app/irrigation/page.tsx @@ -26,8 +26,7 @@ export default function IrrigationPage() { navItems={[ { name: "Home", id: "/" }, { name: "Hedge Trimming", id: "/hedge-trimming" }, - { name: "Tree Care", id: "/tree-removal-trimming" }, - { name: "Tree Removal", id: "/tree-removal-trimming" }, + { name: "Tree Care & Removal", id: "/tree-removal-trimming" }, { name: "Irrigation", id: "/irrigation" }, { name: "Rock & Gravel", id: "/rock-gravel" } ]} @@ -54,4 +53,4 @@ export default function IrrigationPage() { ); -} +} \ No newline at end of file