From 82a1966d736df2dcca0190c10a24ff6df76eec54 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 22:21:49 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.1 From 0bd0a95da434464ff9b584d9f2e1cdc473abb8af Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 22:21:50 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() { Date: Sat, 21 Feb 2026 22:21:51 +0000 Subject: [PATCH 3/5] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 888ce26..a9aeff3 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -25,8 +25,8 @@ export default function PrivacyPage() { 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" -- 2.49.1 From 51dd7c429bcfa63ba1823a7a8602afeda65b4102 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 22:21:52 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index fb9608a..dcc8d8b 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -93,8 +93,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" @@ -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" -- 2.49.1 From 5599f7516d80da7712bbefd8016ffef43b058a07 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 22:21:52 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.49.1