diff --git a/src/app/page.tsx b/src/app/page.tsx index dabad11..1e3fa9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,12 +110,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Una Experiencia Inolvidable", quote: "La comida estaba exquisita, el servicio impecable y la atmósfera simplemente perfecta. Definitivamente volveremos.", name: "María González", role: "Cliente Frecuente", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", imageAlt: "happy customer smiling portrait" }, - { id: "2", title: "Lo Mejor de la Ciudad", quote: "Amaia restaurante es, sin duda, el mejor lugar para disfrutar de gastronomía de calidad. Los chefs saben lo que hacen.", name: "Carlos Rodríguez", role: "Crítico Gastronómico", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg", imageAlt: "woman professional headshot portrait" }, + { id: "1", title: "Una Experiencia Inolvidable", quote: "La comida estaba exquisita, el servicio impecable y la atmósfera simplemente perfecta. Definitivamente volveremos.", name: "María González", role: "Cliente Frecuente", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=1", imageAlt: "happy customer smiling portrait" }, + { id: "2", title: "Lo Mejor de la Ciudad", quote: "Amaia restaurante es, sin duda, el mejor lugar para disfrutar de gastronomía de calidad. Los chefs saben lo que hacen.", name: "Carlos Rodríguez", role: "Crítico Gastronómico", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg?_wi=1", imageAlt: "woman professional headshot portrait" }, { id: "3", title: "Perfecto para Ocasiones Especiales", quote: "Celebramos nuestro aniversario aquí y fue increíble. Cada detalle estaba pensado para hacernos felices.", name: "Elena Martínez", role: "Visitante", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg", imageAlt: "man professional portrait headshot" }, { id: "4", title: "Recomendado 100%", quote: "La presentación de los platos es arte, el sabor es magistral y el equipo es muy atento. Una joya culinaria.", name: "Juan López", role: "Empresario", imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-young-redhead-female-with-hair-bun-sitting-cafe-having-surprised-facial-expression_273609-9261.jpg", imageAlt: "person professional headshot smiling" }, - { id: "5", title: "Servicio Excepcional", quote: "Más allá de la comida, el servicio al cliente es lo que realmente nos enamoró. Personal muy profesional.", name: "Ana Sánchez", role: "Turista", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", imageAlt: "happy customer smiling portrait" }, - { id: "6", title: "Destino Gastronómico", quote: "He visitado muchos restaurantes, pero Amaia es verdaderamente especial. Cada visita es única.", name: "David Fernández", role: "Chef Profesional", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg", imageAlt: "woman professional headshot portrait" } + { id: "5", title: "Servicio Excepcional", quote: "Más allá de la comida, el servicio al cliente es lo que realmente nos enamoró. Personal muy profesional.", name: "Ana Sánchez", role: "Turista", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=2", imageAlt: "happy customer smiling portrait" }, + { id: "6", title: "Destino Gastronómico", quote: "He visitado muchos restaurantes, pero Amaia es verdaderamente especial. Cada visita es única.", name: "David Fernández", role: "Chef Profesional", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg?_wi=2", imageAlt: "woman professional headshot portrait" } ]} ariaLabel="Testimonials section" />