From ba95e27d769a76abb193858030a8bc3850f2015c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:58:50 +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 b6f45c2..82019f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,22 +67,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "María García", role: "Cliente Regular", testimonial: "Gran servicio. Repito habitualmente. Los huevos rotos con jamón son espectaculares.", 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", role: "Cliente Regular", testimonial: "Gran servicio. Repito habitualmente. Los huevos rotos con jamón son espectaculares.", 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: "Juan López", role: "Familia", testimonial: "Muy rico y bien presentado. Atentos y amables. Perfecto para grupos.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Juan López" + id: "2", name: "Juan López", role: "Familia", testimonial: "Muy rico y bien presentado. Atentos y amables. Perfecto para grupos.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Juan López" }, { - id: "3", name: "Carmen Rodríguez", role: "Cliente Local", testimonial: "Gran descubrimiento. Sin duda volveremos. Todo lo que probamos estuvo delicioso.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Carmen Rodríguez" + id: "3", name: "Carmen Rodríguez", role: "Cliente Local", testimonial: "Gran descubrimiento. Sin duda volveremos. Todo lo que probamos estuvo delicioso.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Carmen Rodríguez" }, { - id: "4", name: "Pedro Martínez", role: "Trabajador", testimonial: "Ideal para comer en la pausa del trabajo. Comida rápida, de calidad y muy sabrosa.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Pedro Martínez" + id: "4", name: "Pedro Martínez", role: "Trabajador", testimonial: "Ideal para comer en la pausa del trabajo. Comida rápida, de calidad y muy sabrosa.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Pedro Martínez" }, { - id: "5", name: "Ana Fernández", role: "Cliente Regular", testimonial: "Muy satisfechos con el servicio y la comida. Repito cada semana.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Ana Fernández" + id: "5", name: "Ana Fernández", role: "Cliente Regular", testimonial: "Muy satisfechos con el servicio y la comida. Repito cada semana.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Ana Fernández" }, { - id: "6", name: "Luis Jiménez", role: "Visitante", testimonial: "Auténtica comida española hecha con cariño. Recomendable 100%.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Luis Jiménez" + id: "6", name: "Luis Jiménez", role: "Visitante", testimonial: "Auténtica comida española hecha con cariño. Recomendable 100%.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "Luis Jiménez" } ]} animationType="slide-up" -- 2.49.1