From 743a69d36843a59e16f51b7f3916113cdb5f6763 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sat, 18 Apr 2026 13:39:32 -0400 Subject: [PATCH] Update Footer.tsx --- src/components/Footer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index b0ba75f..af9ef60 100755 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -17,7 +17,6 @@ const navSections = [ { label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Projects", href: "#projects" }, - { label: "Gallery", href: "#gallery" }, { label: "Contact", href: "#contact" }, ], },