From 3be088cc45f93a7fde1af4a4e42d693fabcc58b2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 16:13:48 +0000 Subject: [PATCH] Update src/app/products/product-2/page.tsx --- src/app/products/product-2/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/product-2/page.tsx b/src/app/products/product-2/page.tsx index 957fdf6..9f23715 100644 --- a/src/app/products/product-2/page.tsx +++ b/src/app/products/product-2/page.tsx @@ -32,7 +32,7 @@ export default function ProductTwoPage() { name: "About Us", id: "#about" }, { - name: "Products", href: "/products" + name: "Products", id: "/products" }, { name: "Testimonials", id: "#testimonials"