From aa237cc4fc95c67c76d13c81ffaf26340dadbf42 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 01:33:54 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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