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 +}