From 22c0fa565eb51c32e5e1b144eb6fbffd416d0ec9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:18:57 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 5406ef6..e533e46 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -9,6 +9,7 @@ export default function ProductPage({ params }: { params: { id: string } }) { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, + { name: "Blog", id: "/blog" }, { name: "Contact", id: "/contact" } ]; @@ -73,4 +74,4 @@ export default function ProductPage({ params }: { params: { id: string } }) { ); -} +} \ No newline at end of file