Update src/app/shop/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user