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" }, ];