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() {