diff --git a/src/app/page.tsx b/src/app/page.tsx index c11be65..2563f2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { title="La experiencia más deliciosa de Xela" description="Waffles, pancakes y sabores únicos en un lugar diseñado para disfrutar con amigos, familia y antojos inolvidables." testimonials={[ - { name: "David Pax", handle: "@davidpax", testimonial: "La comida es muy distinta a lo normal, pero deliciosa.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-casual-outfit-posing-against-white-background_273609-6466.jpg" }, - { name: "Marco Villegas", handle: "@marcov", testimonial: "Bonito lugar para salir fuera de la rutina.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-beard-wearing-glasses_114579-2244.jpg" }, + { name: "David Pax", handle: "@davidpax", testimonial: "La comida es muy distinta a lo normal, pero deliciosa.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-casual-outfit-posing-against-white-background_273609-6466.jpg?_wi=1" }, + { name: "Marco Villegas", handle: "@marcov", testimonial: "Bonito lugar para salir fuera de la rutina.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-beard-wearing-glasses_114579-2244.jpg?_wi=1" }, { name: "Ian Agreda", handle: "@ianagreda", testimonial: "Muy buena atención y comida muy rica.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107593.jpg" }, { name: "Maria Elena", handle: "@mariaelena", testimonial: "El mejor spot de brunch que he visitado, 10/10.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" }, - { name: "Carlos Gomez", handle: "@carlosg", testimonial: "La calidad de los pancakes es espectacular.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-t-shirt-outdoors_23-2148810784.jpg" } + { name: "Carlos Gomez", handle: "@carlosg", testimonial: "La calidad de los pancakes es espectacular.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-t-shirt-outdoors_23-2148810784.jpg?_wi=1" } ]} buttons={[{ text: "Ver menú", href: "#menu" }, { text: "Pedir ahora", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg" @@ -141,11 +141,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "David Pax", role: "Cliente", company: "Xela", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-casual-outfit-posing-against-white-background_273609-6466.jpg" }, - { id: "t2", name: "Marco Villegas", role: "Cliente", company: "Xela", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-beard-wearing-glasses_114579-2244.jpg" }, + { id: "t1", name: "David Pax", role: "Cliente", company: "Xela", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-casual-outfit-posing-against-white-background_273609-6466.jpg?_wi=2" }, + { id: "t2", name: "Marco Villegas", role: "Cliente", company: "Xela", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-beard-wearing-glasses_114579-2244.jpg?_wi=2" }, { id: "t3", name: "Ian Agreda", role: "Cliente", company: "Xela", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-young-male-hat-looking-into-distance-with-upset-unhappy-face-expression-while-sitting-alone-cafe-table-with-cup-tea-waiting-his-girlfriend_273609-1755.jpg" }, { id: "t4", name: "Maria Elena", role: "Cliente", company: "Xela", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25269.jpg" }, - { id: "t5", name: "Carlos Gomez", role: "Cliente", company: "Xela", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-t-shirt-outdoors_23-2148810784.jpg" } + { id: "t5", name: "Carlos Gomez", role: "Cliente", company: "Xela", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-t-shirt-outdoors_23-2148810784.jpg?_wi=2" } ]} title="Lo que dicen nuestros clientes" description="Tu satisfacción es nuestra mayor receta de éxito."