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"