Update src/app/productos/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user