From 7684e01b7c7bfdfae444c1ea1dfabf044992651d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 16:52:22 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 5710d50..f6ba0bb 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -67,7 +67,7 @@ export default function ProductsPage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "Pricing", id: "/pricing" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Order Now", href: "/products" @@ -95,4 +95,4 @@ export default function ProductsPage() { ); -} \ No newline at end of file +}