From a499e27ee68942a606ef6ed35656ad198cb792f5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:48:04 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 1d2b2a4..6b71eb3 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -10,15 +10,6 @@ import Link from "next/link"; import { Facebook, Instagram, Linkedin, Twitter } from "lucide-react"; export default function GalleryPage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Services", id: "/services" }, - { name: "Gallery", id: "/gallery" }, - { name: "Pricing", id: "/pricing" }, - { name: "Contact", id: "/contact" }, - ]; - return (