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