diff --git a/src/app/page.tsx b/src/app/page.tsx index 03bc8e0..cc56dad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function HomePage() { { icon: Lock, title: "Cerrajería y Seguridad", description: "Protege lo que más importa.", button: { text: "Explorar", href: "/productos" } }, { icon: Zap, title: "Electricidad", description: "Materiales y accesorios.", button: { text: "Explorar", href: "/productos" } }, { icon: SprayCan, title: "Limpieza y Hogar", description: "Productos esenciales.", button: { text: "Explorar", href: "/productos" } }, - { icon: Link, title: "Accesorios y Soportes", description: "Completá tus proyectos.", button: { text: "Explorar", href: "/productos" } }, + { icon: Zap, title: "Accesorios y Soportes", description: "Completá tus proyectos.", button: { text: "Explorar", href: "/productos" } }, { icon: Home, title: "Decoración y Aberturas", description: "Para tu espacio ideal.", button: { text: "Explorar", href: "/productos" } }, { icon: Grid, title: "Otros", description: "Consulta por otros productos.", button: { text: "Explorar", href: "/productos" } } ]} 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" }} />