Update src/app/page.tsx

This commit is contained in:
2026-05-08 16:23:51 +00:00
parent a051885428
commit 5cbff7edd3

View File

@@ -112,16 +112,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", name: "Carmen L.", role: "Cliente local", testimonial: "El pulpo a la brasa es sencillamente espectacular. Visita obligada." },
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: "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." }
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"},
]} ]}
title="Lo que dicen nuestros clientes" title="Lo que dicen nuestros clientes"
description="Tu satisfacción es nuestra mejor recompensa." description="Tu satisfacción es nuestra mejor recompensa."