Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 04864f5ae9 | |||
| 003078dcc3 | |||
| 7c53ea1d26 | |||
| 314c9c298e |
@@ -21,27 +21,27 @@ const navItems = [
|
|||||||
const features = [
|
const features = [
|
||||||
{
|
{
|
||||||
icon: Hammer,
|
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,
|
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,
|
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,
|
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,
|
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,
|
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" }
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -112,6 +112,12 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="⭐ 4.5 estrellas (125 reseñas)"
|
tag="⭐ 4.5 estrellas (125 reseñas)"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
|
avatars={[
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Cliente 1" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Cliente 2" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Cliente 3" }
|
||||||
|
]}
|
||||||
|
avatarText="10+ años de confianza"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📞 Llamar ahora", href: "tel:+34960080146" },
|
{ text: "📞 Llamar ahora", href: "tel:+34960080146" },
|
||||||
{ text: "📝 Solicitar información", href: "#contact" }
|
{ text: "📝 Solicitar información", href: "#contact" }
|
||||||
|
|||||||
Reference in New Issue
Block a user