Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 22:59:57 +00:00

View File

@@ -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}