From 5e1bf468ac1abcff97e2aef9fb87e125d8addc32 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 10:15:41 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 7dfd6db..cd79f2b 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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"