From 4d8b8ab8c66f5747fbc62ea318c6334ac7c783c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 19:55:05 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index aff49a3..43b1724 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,18 +29,12 @@ export default function BlogPage() { brandName="Glow Theory" navItems={[ { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Live Shows", id: "live-shows" }, - { name: "Bundles", id: "bundles" }, - { name: "Reviews", id: "reviews" }, - { name: "Support", id: "support" }, + { name: "Shop", id: "/shop" }, ]} - button={{ text: "Join Live", href: "#live-shows" }} + button={{ text: "Join Live", href: "/#live-shows" }} className="py-4 px-6 md:px-8" buttonClassName="shadow-md !bg-[--primary-cta] !text-[--primary-cta-text]" buttonTextClassName="font-medium" - brandNameClassName="font-semibold text-lg" - navItemsClassName="text-lg" /> @@ -64,7 +58,7 @@ export default function BlogPage() {
@@ -109,7 +107,7 @@ function ProductPageContent({ params }: ProductPageProps) {
@@ -164,7 +160,7 @@ function ProductPageContent({ params }: ProductPageProps) {
@@ -241,7 +235,7 @@ function ProductPageContent({ params }: ProductPageProps) {
@@ -76,7 +74,7 @@ function ShopPageContent() {
@@ -143,7 +139,7 @@ function ShopPageContent() {