Update Navigation.tsx

This commit is contained in:
Zac Gaetano 2026-04-18 13:39:09 -04:00
parent 4452283543
commit 5263e352e5

View file

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