From 9a5e24b6a31b24947f6c77b1fd679abf2b99f42a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 11:39:01 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 825f528..6952a6f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,11 +5,12 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function ContactPage() { + const navItems = [{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, { name: "Shop", id: "/shop" }]; return ( - + - + ); } \ No newline at end of file