Update src/app/page.tsx

This commit is contained in:
2026-03-02 21:23:00 +00:00
parent 2578aeefc7
commit 54e5d72445

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "Herramientas profesionales de fontanería" }, { imageSrc: "http://img.b2bpic.net/free-photo/wrench-flexible-connector-dark-table_23-2147772298.jpg", imageAlt: "Herramientas profesionales de fontanería" },
{ imageSrc: "http://img.b2bpic.net/free-photo/confused-woman-with-smartphone-near-ear-looking-sink_259150-58300.jpg", imageAlt: "Reparación de cocina" }, { imageSrc: "http://img.b2bpic.net/free-photo/confused-woman-with-smartphone-near-ear-looking-sink_259150-58300.jpg", imageAlt: "Reparación de cocina" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg", imageAlt: "Reparación de baño" }, { imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg", imageAlt: "Reparación de baño" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Atención de urgencias" } { imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Atención de urgencias" }
]} ]}
buttons={[ buttons={[
{ text: "📞 Llamar ahora 630 15 83 09", href: "tel:630158309" }, { text: "📞 Llamar ahora 630 15 83 09", href: "tel:630158309" },
@@ -93,7 +93,7 @@ export default function LandingPage() {
buttonHref: "tel:630158309" buttonHref: "tel:630158309"
}, },
{ {
title: "Desatascos", description: "Limpieza profesional de desagües obstruidos", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Servicio de desatascos", buttonIcon: Phone, title: "Desatascos", description: "Limpieza profesional de desagües obstruidos", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1", imageAlt: "Servicio de desatascos", buttonIcon: Phone,
buttonHref: "tel:630158309" buttonHref: "tel:630158309"
}, },
{ {
@@ -101,7 +101,7 @@ export default function LandingPage() {
buttonHref: "tel:630158309" buttonHref: "tel:630158309"
}, },
{ {
title: "Reparación de Cisternas", description: "Ajuste y reparación de sistemas de cisterna", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Reparación de cisternas", buttonIcon: Phone, title: "Reparación de Cisternas", description: "Ajuste y reparación de sistemas de cisterna", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2", imageAlt: "Reparación de cisternas", buttonIcon: Phone,
buttonHref: "tel:630158309" buttonHref: "tel:630158309"
}, },
{ {
@@ -171,7 +171,7 @@ export default function LandingPage() {
{ value: "Hoy", title: "Respuesta rápida" }, { value: "Hoy", title: "Respuesta rápida" },
{ value: "30 min", title: "Tiempo aproximado de llegada" } { value: "30 min", title: "Tiempo aproximado de llegada" }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg" imageSrc="http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2"
imageAlt="Respuesta rápida a urgencias" imageAlt="Respuesta rápida a urgencias"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"