From 5cbff7edd36f2be365ac6f96f8344c09b6e67af7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 16:23:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a8de35..b9150a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,16 +112,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Marta G.", role: "Cliente habitual", testimonial: "La mejor calidad de Almería, ambiente de 10.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"}, - { - id: "2", name: "Juan R.", role: "Turista", testimonial: "Un descubrimiento increíble en el centro.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-people-having-dinner-together_23-2148454086.jpg"}, - { - id: "3", name: "Elena S.", role: "Vecina", testimonial: "Trato cercano y comida siempre fresca.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg"}, - { - id: "4", name: "Carlos P.", role: "Local", testimonial: "El sitio de referencia para cenar bien.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-having-good-time_23-2148395387.jpg"}, - { - id: "5", name: "Ana M.", role: "Cliente", testimonial: "Volveremos sin duda, todo perfecto.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg"}, + { id: "1", name: "Carmen L.", role: "Cliente local", testimonial: "El pulpo a la brasa es sencillamente espectacular. Visita obligada." }, + { id: "2", name: "Alejandro M.", role: "Gastrónomo", testimonial: "Excelente calidad en el producto y un servicio muy profesional." }, + { id: "3", name: "Sara P.", role: "Cliente recurrente", testimonial: "Ambiente muy agradable y una carta de vinos muy bien seleccionada." } ]} title="Lo que dicen nuestros clientes" description="Tu satisfacción es nuestra mejor recompensa."