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 (