Update src/app/page.tsx
This commit is contained in:
@@ -66,15 +66,15 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Valoración", values: [4.5],
|
||||
title: "Valoración", values: [4.5, 4.5, 4.5],
|
||||
description: "488 reseñas verificadas"
|
||||
},
|
||||
{
|
||||
title: "Raciones", values: ["Grandes"],
|
||||
title: "Raciones", values: ["Grandes", "Grandes", "Grandes"],
|
||||
description: "Generosas porciones"
|
||||
},
|
||||
{
|
||||
title: "Precio Medio", values: ["20-30€"],
|
||||
title: "Precio Medio", values: [20, 25, 30],
|
||||
description: "Por persona"
|
||||
}
|
||||
],
|
||||
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=3", 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", imageAlt: "Miguel Fernández"
|
||||
}
|
||||
]}
|
||||
speed={45}
|
||||
|
||||
Reference in New Issue
Block a user