From 86d92eca6ad49997d109d2774e7024f345c6a199 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 19:28:44 +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 e8ffe7f..3fb9256 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { id: "repair", title: "Reparación de averías", descriptions: [ "Diagnóstico preciso del problema", "Reparación sin sorpresas", "Garantía en el trabajo realizado" ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039059.jpg", imageAlt: "motorcycle repair maintenance service" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039059.jpg?_wi=1", imageAlt: "motorcycle repair maintenance service" }, { id: "diagnostic", title: "Diagnóstico electrónico", descriptions: [ @@ -105,7 +105,7 @@ export default function LandingPage() { id: "maintenance", title: "Mantenimiento preventivo", descriptions: [ "Cambios de aceite y filtros", "Revisión completa de la moto", "Alargas la vida útil de tu moto" ], - imageSrc: "http://img.b2bpic.net/free-photo/hair-face-headphone-one-black_1157-2842.jpg", imageAlt: "motorcycle maintenance service checklist" + imageSrc: "http://img.b2bpic.net/free-photo/hair-face-headphone-one-black_1157-2842.jpg?_wi=1", imageAlt: "motorcycle maintenance service checklist" }, { id: "electrical", title: "Reparaciones eléctricas", descriptions: [ @@ -117,13 +117,13 @@ export default function LandingPage() { id: "oil-change", title: "Cambio de aceite", descriptions: [ "Aceite de primera calidad", "Servicio rápido y profesional", "Sin sorpresas en el precio" ], - imageSrc: "http://img.b2bpic.net/free-photo/hair-face-headphone-one-black_1157-2842.jpg", imageAlt: "motorcycle maintenance service checklist" + imageSrc: "http://img.b2bpic.net/free-photo/hair-face-headphone-one-black_1157-2842.jpg?_wi=2", imageAlt: "motorcycle maintenance service checklist" }, { id: "full-review", title: "Revisiones completas", descriptions: [ "Inspección de motor y transmisión", "Control de frenos y suspensión", "Documentación detallada" ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039059.jpg", imageAlt: "motorcycle repair maintenance service" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039059.jpg?_wi=2", imageAlt: "motorcycle repair maintenance service" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1