Update src/app/products/page.tsx

This commit is contained in:
2026-01-29 16:32:57 +00:00
parent dcb5391aa2
commit adf94618cb

View File

@@ -66,8 +66,7 @@ export default function ProductsPage() {
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Products", id: "/products" }, { name: "Products", id: "/products" },
{ name: "About", id: "about" }, { name: "Pricing", id: "/pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
button={{ button={{