From 90e76f103c8f2abe03e62de8343cdad086e0305c Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 10 Feb 2026 01:23:20 +0000 Subject: [PATCH] fix: remove Work with Chris from navigation header Co-Authored-By: Claude Opus 4.6 --- src/components/Navigation.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index b6650fe..79878d3 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -16,7 +16,6 @@ const menuItems = [ { label: "Testimonials", href: "/testimonials" }, ], }, - { label: "Work with Chris", href: "/work-with-chris", submenu: null }, { label: "Events", href: "/events", submenu: null }, { label: "Peace Pole", href: "/peace-pole", submenu: null }, {