From 796e5fe3d1af33b17a5388bbbfbaddf8e9e705f4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:25:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c18e7eb..dc845cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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/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-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={[ { text: "📞 Llamar ahora – 630 15 83 09", href: "tel:630158309" }, @@ -93,7 +93,7 @@ export default function LandingPage() { 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" }, { @@ -101,7 +101,7 @@ export default function LandingPage() { 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" }, { @@ -171,7 +171,7 @@ export default function LandingPage() { { value: "Hoy", title: "Respuesta rápida" }, { 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" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1