Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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" } }
|
||||
]}
|
||||
|
||||
@@ -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