From f512ac75973131fe428858e6d969fc1d08a1884e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:01:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c92022..7545b22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { testimonials={[ { name: "María García", handle: "Grupo de Viajeros", testimonial: "El servicio fue impecable, el autobús muy cómodo y el refresco de cortesía fue un detalle muy especial.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=1" }, { name: "Carlos Rodríguez", handle: "Empresa de Eventos", testimonial: "Profesionalismo de primer nivel. El conductor muy amable y el autobús en perfectas condiciones.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=1" }, { name: "Ana López", handle: "Grupo Familiar", testimonial: "Viajamos en familia y todos quedamos encantados. Volveremos a contratar sus servicios.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1" } ]} buttons={[ @@ -84,7 +84,7 @@ export default function LandingPage() { description="Viaja con confort y estilo" subdescription="Experiencia premium en cada kilómetro" icon={Armchair} - imageSrc="http://img.b2bpic.net/free-photo/woman-traveling-by-train-wearing-medical-mask-protection_23-2149042944.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-traveling-by-train-wearing-medical-mask-protection_23-2149042944.jpg?_wi=1" imageAlt="Interior del autobús Dina Dorado" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -96,7 +96,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Turismo Nacional", tags: ["Playas", "Pueblos Mágicos", "Ciudades"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cacti-plant-with-desert-landscape_23-2151204755.jpg", imageAlt: "Paisaje turístico de México" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cacti-plant-with-desert-landscape_23-2151204755.jpg?_wi=1", imageAlt: "Paisaje turístico de México" }, { id: "2", title: "Recolección Personalizada", tags: ["Flexibilidad", "Puntualidad", "Confort"], @@ -104,7 +104,7 @@ export default function LandingPage() { }, { id: "3", title: "Contratos a Medida", tags: ["Transparencia", "Cita Previa", "Profesional"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-by-train-wearing-medical-mask-protection_23-2149042944.jpg", imageAlt: "Proceso de contratación profesional" + imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-by-train-wearing-medical-mask-protection_23-2149042944.jpg?_wi=2", imageAlt: "Proceso de contratación profesional" } ]} animationType="slide-up" @@ -141,15 +141,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "María García", role: "Coordinadora", company: "Grupo Viajero", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=2" }, { id: "2", name: "Carlos Rodríguez", role: "Encargado", company: "Empresa Eventos", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=2" }, { id: "3", name: "Ana López", role: "Mamá Viajera", company: "Familia León", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2" }, { id: "4", name: "Roberto Sánchez", role: "Gerente", company: "Empresa Turística", rating: 5, @@ -181,7 +181,7 @@ export default function LandingPage() { title="Reserva Tu Viaje Hoy" description="Comunícate con nosotros por WhatsApp, teléfono o visítanos en persona. Nuestro equipo está listo para hacer realidad tu próximo viaje." background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-cacti-plant-with-desert-landscape_23-2151204755.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-cacti-plant-with-desert-landscape_23-2151204755.jpg?_wi=2" imageAlt="Paisaje de viaje en México" mediaAnimation="opacity" useInvertedBackground={false} -- 2.49.1