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"