Update src/app/productos/page.tsx

This commit is contained in:
2026-05-31 20:40:18 +00:00
parent 3028067439
commit d50a805a32

View File

@@ -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" }}
/>
</div>