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