Update src/app/page.tsx

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

View File

@@ -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" } }
]}