From 46ce80ad1d479ae440174a305ee3c98c2d893d91 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:18:57 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 0f80aa5..0379014 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -10,6 +10,7 @@ export default function ProductsPage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, + { name: "Blog", id: "/blog" }, { name: "Contact", id: "/contact" } ];