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