From 3028067439356bd67a641e4bbd00e2b7d0cc8071 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 20:40:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } ]}