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" }, ], }, {