Merge version_1 into main #5
@@ -57,15 +57,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Cliente Premium", handle: "@chic_burger_lover", testimonial: "Nunca había probado una hamburguesa tan jugosa. Las papas estaban crujientes y el servicio fue muy amable. Sin duda volveremos.", rating: 5,
|
||||
imageSrc: "https://api.placeholder.com/avatar1.jpg"
|
||||
imageSrc: "https://api.placeholder.com/avatar1.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Urban Explorer", handle: "@barcelona_foodie", testimonial: "El lugar es bonito y el ambiente increíble. Además hay espacio arriba para sentarse con vistas a la calle.", rating: 5,
|
||||
imageSrc: "https://api.placeholder.com/avatar2.jpg"
|
||||
imageSrc: "https://api.placeholder.com/avatar2.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Local Regular", handle: "@sagrada_familia_vibes", testimonial: "Comida deliciosa y precios muy justos. Perfecto para cenar después de visitar la ciudad.", rating: 5,
|
||||
imageSrc: "https://api.placeholder.com/avatar3.jpg"
|
||||
imageSrc: "https://api.placeholder.com/avatar3.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
videoSrc="http://img.b2bpic.net/free-photo/pork-steak-with-shrimp_1339-1230.jpg"
|
||||
@@ -171,15 +171,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "María García", role: "Visitante local", company: "Barcelona", rating: 5,
|
||||
imageSrc: "https://api.placeholder.com/avatar1.jpg"
|
||||
imageSrc: "https://api.placeholder.com/avatar1.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Juan López", role: "Turista", company: "Madrid", rating: 5,
|
||||
imageSrc: "https://api.placeholder.com/avatar2.jpg"
|
||||
imageSrc: "https://api.placeholder.com/avatar2.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Sofia Martínez", role: "Regular", company: "Barcelona", rating: 5,
|
||||
imageSrc: "https://api.placeholder.com/avatar3.jpg"
|
||||
imageSrc: "https://api.placeholder.com/avatar3.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "Carlos Ruiz", role: "Foodie", company: "Barcelona", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user