From 6e03072356d681fdd52f211843a6a9613d9511a7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 10:15:42 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 41304bd..201973b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -39,7 +39,7 @@ function ShopPageContent() { { name: "Menu", id: "features" }, { name: "About", id: "about" }, { name: "Locations", id: "contact" }, - { name: "Blog", id: "blog" }, + { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" } ]} brandName="Brew Haven" @@ -104,7 +104,7 @@ function ShopPageContent() { { name: "Menu", id: "features" }, { name: "About", id: "about" }, { name: "Locations", id: "contact" }, - { name: "Blog", id: "blog" }, + { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" } ]} brandName="Brew Haven"