Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -96,7 +96,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ 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"
|
||||
@@ -162,7 +162,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ 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"
|
||||
@@ -235,7 +235,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ 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