From d50a805a3219eb304339f3772c4e4970fdac0e41 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 20:40:18 +0000 Subject: [PATCH] Update src/app/productos/page.tsx --- src/app/productos/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/productos/page.tsx b/src/app/productos/page.tsx index a983ce3..b9f7326 100644 --- a/src/app/productos/page.tsx +++ b/src/app/productos/page.tsx @@ -11,9 +11,9 @@ import { MessageCircle, ShoppingBag, Star } from 'lucide-react'; export default function ProductosPage() { const navItems = [ - { name: "Inicio", href: "/" }, - { name: "Productos", href: "/productos" }, - { name: "Contacto", href: "/contacto" } + { name: "Inicio", id: "/" }, + { name: "Productos", id: "/productos" }, + { name: "Contacto", id: "/contacto" } ]; const footerNavItemsColumn1 = [ @@ -60,7 +60,7 @@ export default function ProductosPage() { logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uujncs" logoAlt="FerreShop Logo" navItems={navItems} - button={{ text: "WhatsApp", href: "https://wa.me/5492915111489", icon: MessageCircle }} + button={{ text: "WhatsApp", href: "https://wa.me/5492915111489" }} />