From e0e93e591644bb8f0a41d15228bc329d1bbcc8af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:07:40 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 2c91268..4b81b87 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -27,6 +27,7 @@ export default function ProductsPage() { { name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Products", id: "/products" }, + { name: "Contact", id: "/contact" }, ]} brandName="Tess's Kitchen" /> @@ -59,6 +60,7 @@ export default function ProductsPage() { { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Products", href: "/products" }, + { label: "Contact", href: "/contact" }, ], }, {