4 Commits

Author SHA1 Message Date
04864f5ae9 Update src/app/page.tsx 2026-03-03 17:55:38 +00:00
003078dcc3 Merge version_3 into main
Merge version_3 into main
2026-03-03 13:52:53 +00:00
314c9c298e Merge version_2 into main
Merge version_2 into main
2026-03-03 13:52:42 +00:00
631ab7c6ff Update src/app/page.tsx 2026-03-03 13:52:37 +00:00

View File

@@ -21,27 +21,27 @@ const navItems = [
const features = [
{
icon: Hammer,
title: "Herramientas", 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", 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", 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", 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", 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", 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" }
}
];