diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 91bea81..0bfe2e2 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -66,8 +66,7 @@ export default function ProductsPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "contact" }, ]} button={{