From a42727f9ae355bc2a42bc1b6a06311f92c23ead4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:10:19 +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 141d08b..144f863 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -17,7 +17,8 @@ export default function BlogPage() { { name: "Live Shows", id: "/#live-shows" }, { name: "Bundles", id: "/#bundles" }, { name: "Reviews", id: "/#reviews" }, - { name: "Contact", id: "/#contact-support" } + { name: "Contact", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]; return ( @@ -42,7 +43,6 @@ export default function BlogPage() { className="py-4 px-6 md:px-8" buttonClassName="shadow-md !bg-[--primary-cta] !text-[--primary-cta-text]" buttonTextClassName="font-medium" - menuButtonClassName="!text-[--accent]" /> -- 2.49.1 From 6b25e810601ff8e64591b12146c8f4d3872ab535 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:10:20 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3e5266..b76c754 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,8 @@ export default function LandingPage() { { name: "Live Shows", id: "live-shows" }, { name: "Bundles", id: "bundles" }, { name: "Reviews", id: "reviews" }, - { name: "Contact", id: "contact-support" } + { name: "Contact", id: "contact-support" }, + { name: "Privacy", id: "/privacy" } ]; return ( @@ -42,7 +43,6 @@ export default function LandingPage() { className="py-4 px-6 md:px-8" buttonClassName="shadow-md !bg-[--primary-cta] !text-[--primary-cta-text]" buttonTextClassName="font-medium" - menuButtonClassName="!text-[--accent]" /> -- 2.49.1 From 293b8a53e4a1368ac0bbd6d8bb972c9b12333d03 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:10:21 +0000 Subject: [PATCH 3/5] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 62c8cf2..39f7827 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { LegalSection } from "@/components/legal/LegalSection"; +import LegalSection from "@/components/legal/LegalSection"; import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; @@ -13,7 +13,8 @@ export default function PrivacyPolicyPage() { { name: "Live Shows", id: "/#live-shows" }, { name: "Bundles", id: "/#bundles" }, { name: "Reviews", id: "/#reviews" }, - { name: "Contact", id: "/#contact-support" } + { name: "Contact", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]; const WHATNOT_LINK = "https://www.whatnot.com/live/glowtheory"; @@ -39,7 +40,6 @@ export default function PrivacyPolicyPage() { className="py-4 px-6 md:px-8" buttonClassName="shadow-md !bg-[--primary-cta] !text-[--primary-cta-text]" buttonTextClassName="font-medium" - menuButtonClassName="!text-[--accent]" />
-- 2.49.1 From 95eac9926297288766d7313d658da6eff9623a2c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:10:21 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e6717c8..c387b0d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -80,7 +80,8 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Live Shows", id: "/#live-shows" }, { name: "Bundles", id: "/#bundles" }, { name: "Reviews", id: "/#reviews" }, - { name: "Contact", id: "/#contact-support" } + { name: "Contact", id: "/#contact-support" }, + { name: "Privacy", id: "/privacy" } ]; if (isLoading) { @@ -98,7 +99,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="medium" > -