diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 5a593ff..5660339 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -59,8 +59,8 @@ export default function BlogPage() { navItems={[ { name: "Home", id: "/" }, { name: "Live Shows", id: "/#live-shows" }, - { name: "Shop", id: "/shop" }, - { name: "Support", id: "/#contact-support" } + { name: "Support", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]} button={{ text: "Join Live", href: "/#live-shows" }} className="py-4 px-6 md:px-8" diff --git a/src/app/page.tsx b/src/app/page.tsx index 206c37e..c41828f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,8 +31,8 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "/" }, { name: "Live Shows", id: "/#live-shows" }, - { name: "Shop", id: "/shop" }, - { name: "Support", id: "/#contact-support" } + { name: "Support", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]} button={{ text: "Join Live", href: "#live-shows" }} className="py-4 px-6 md:px-8" @@ -45,7 +45,7 @@ export default function LandingPage() { setCartOpen(true) }} className="py-4 px-6 md:px-8" @@ -141,8 +141,8 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Live Shows", id: "/#live-shows" }, - { name: "Shop", id: "/shop" }, - { name: "Support", id: "/#contact-support" } + { name: "Support", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} className="py-4 px-6 md:px-8" @@ -196,8 +196,8 @@ function ProductPageContent({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Live Shows", id: "/#live-shows" }, - { name: "Shop", id: "/shop" }, - { name: "Support", id: "/#contact-support" } + { name: "Support", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} className="py-4 px-6 md:px-8" diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 49dbd5b..4c894d5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -63,8 +63,8 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "Live Shows", id: "/#live-shows" }, - { name: "Shop", id: "/shop" }, - { name: "Support", id: "/#contact-support" } + { name: "Support", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} className="py-4 px-6 md:px-8" @@ -110,8 +110,8 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "Live Shows", id: "/#live-shows" }, - { name: "Shop", id: "/shop" }, - { name: "Support", id: "/#contact-support" } + { name: "Support", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} className="py-4 px-6 md:px-8"