Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-25 10:15:41 +00:00
parent 3db0b5566b
commit 5e1bf468ac

View File

@@ -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"