diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 573feff..be83f8f 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -26,8 +26,8 @@ export default function ProductsPage() { @@ -68,7 +63,7 @@ export default function ProductsPage() { imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281305.jpg?_wi=2" logoText="Plásticos Kame" columns={[ - { title: "Platform", items: [{ label: "Shop", href: "/products" }, { label: "About", href: "/" }, { label: "Custom Solutions", href: "/" }] }, + { title: "Platform", items: [{ label: "Shop", href: "/products" }, { label: "About", href: "/about" }, { label: "Custom Solutions", href: "/#features" }] }, { title: "Company", items: [{ label: "Inquiry", href: "/contact" }, { label: "Careers", href: "#" }, { label: "Support", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }, { label: "Certifications", href: "#" }] }, ]} @@ -77,4 +72,4 @@ export default function ProductsPage() { ); -} +} \ No newline at end of file