From 5263e352e559823fbba7df3c34d4e03c0556f29d Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sat, 18 Apr 2026 13:39:09 -0400 Subject: [PATCH] Update Navigation.tsx --- src/components/Navigation.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 52641d6..90b5220 100755 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -8,7 +8,6 @@ const navLinks = [ { href: "#about", label: "About" }, { href: "#services", label: "Services" }, { href: "#projects", label: "Projects" }, - { href: "#gallery", label: "Gallery" }, { href: "#contact", label: "Contact" }, ];