From 04864f5ae9e6cc0f7b9d03cb5922e9d986480a47 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:55:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 510bf01..e2908cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,27 +21,27 @@ const navItems = [ const features = [ { icon: Hammer, - title: "Herramientas profesionales", description: "Herramientas manuales y eléctricas de calidad para todos tus proyectos" + title: "Herramientas", description: "Herramientas manuales y eléctricas de calidad para todos tus proyectos", button: { text: "Ver Herramientas", href: "tel:+34960080146" } }, { icon: Zap, - title: "Material eléctrico completo", description: "Cables, enchufes, interruptores y todo lo necesario para instalaciones eléctricas" + title: "Material eléctrico", description: "Cables, enchufes, interruptores y todo lo necesario para instalaciones eléctricas", button: { text: "Preguntar", href: "tel:+34960080146" } }, { icon: Droplet, - title: "Fontanería de confianza", description: "Tuberías, grifos, válvulas y accesorios para sistemas de agua" + title: "Fontanería", description: "Tuberías, grifos, válvulas y accesorios para sistemas de agua", button: { text: "Ver Fontanería", href: "tel:+34960080146" } }, { icon: Paintbrush, - title: "Pintura y acabados", description: "Pinturas, barnices y complementos para interiores y exteriores" + title: "Pintura", description: "Pinturas, barnices y complementos para interiores y exteriores", button: { text: "Ver Pintura", href: "tel:+34960080146" } }, { icon: Lock, - title: "Cerrajería segura", description: "Cerraduras, bisagras y herrajes de seguridad" + title: "Cerrajería", description: "Cerraduras, bisagras y herrajes de seguridad", button: { text: "Consultar", href: "tel:+34960080146" } }, { icon: Wrench, - title: "Tornillería industrial", description: "Tornillos, tuercas, pernos y fijaciones de todo tipo" + title: "Tornillería", description: "Tornillos, tuercas, pernos y fijaciones de todo tipo", button: { text: "Ver Tornillería", href: "tel:+34960080146" } } ];