From 558bea4217ce7899c7a6ad9d2869dfbdb9c8dbdd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 23:46:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15932a0..87d21c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#features", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=1" imageAlt="Professional tire service" /> @@ -105,19 +105,19 @@ export default function LandingPage() { id: "1", title: "Cambio de Neumáticos", description: "Instalación profesional y balanceo preciso.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=2", }, { id: "2", title: "Alineación y Balanceo", description: "Para una conducción suave y segura.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=3", }, { id: "3", title: "Reparación de Suspensión", description: "Componentes de alta resistencia y durabilidad.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-holding-tyre_1170-1151.jpg?_wi=4", }, ]} title="Servicios Especializados" @@ -136,7 +136,7 @@ export default function LandingPage() { name: "Juan Pérez", handle: "@juanp", testimonial: "Excelente servicio, muy rápidos y profesionales.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=1", }, { id: "2", @@ -164,7 +164,7 @@ export default function LandingPage() { name: "Luis Mendoza", handle: "@luism", testimonial: "Personal técnico muy capacitado, resuelven cualquier problema.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-beautiful-woman-making-like-gesture_74855-2916.jpg?_wi=2", }, ]} title="Lo que dicen nuestros clientes" -- 2.49.1