Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 17:25:05 +00:00

View File

@@ -144,22 +144,22 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "María García", handle: "Residente Palma", testimonial: "Raciones muy abundantes de buena y variada cocina mediterránea. El mejor sitio para comer auténtico en el centro.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "María García"
id: "1", name: "María García", handle: "Residente Palma", testimonial: "Raciones muy abundantes de buena y variada cocina mediterránea. El mejor sitio para comer auténtico en el centro.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "María García"
},
{
id: "2", name: "Carlos Rodríguez", handle: "Turista España", testimonial: "Un lugar muy cómodo con comida muy muy rica, con camareros muy educados y majos. Volvería sin dudarlo.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Carlos Rodríguez"
id: "2", name: "Carlos Rodríguez", handle: "Turista España", testimonial: "Un lugar muy cómodo con comida muy muy rica, con camareros muy educados y majos. Volvería sin dudarlo.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Carlos Rodríguez"
},
{
id: "3", name: "Isabel Martínez", handle: "Crítica Gastronómica", testimonial: "Servicio impecable. La decoración muy bonita y la experiencia completa. La Cueva merece una visita.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Isabel Martínez"
id: "3", name: "Isabel Martínez", handle: "Crítica Gastronómica", testimonial: "Servicio impecable. La decoración muy bonita y la experiencia completa. La Cueva merece una visita.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Isabel Martínez"
},
{
id: "4", name: "Juan Sánchez", handle: "Local Palma", testimonial: "Muy bien cocinado y raciones grandes. Pedimos picoteo, mejillones, fritura de pescado variada, pimientos de padrón. Todo excepcional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Juan Sánchez"
id: "4", name: "Juan Sánchez", handle: "Local Palma", testimonial: "Muy bien cocinado y raciones grandes. Pedimos picoteo, mejillones, fritura de pescado variada, pimientos de padrón. Todo excepcional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Juan Sánchez"
},
{
id: "5", name: "Sofia López", handle: "Viajera", testimonial: "La decoración es preciosa y el alioli casero es adictivo. Cada detalle está cuidado con mimo.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sofia López"
id: "5", name: "Sofia López", handle: "Viajera", testimonial: "La decoración es preciosa y el alioli casero es adictivo. Cada detalle está cuidado con mimo.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Sofia López"
},
{
id: "6", name: "Miguel Fernández", handle: "Empresario", testimonial: "Perfecto para reuniones. Ambiente elegante, comida de calidad y servicio profesional. Mi restaurante favorito en Palma.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Miguel Fernández"
id: "6", name: "Miguel Fernández", handle: "Empresario", testimonial: "Perfecto para reuniones. Ambiente elegante, comida de calidad y servicio profesional. Mi restaurante favorito en Palma.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Miguel Fernández"
}
]}
speed={45}