Update src/app/page.tsx
This commit is contained in:
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{ title: "Vinos", description: "Selección curada por expertos.", media: { imageSrc: "http://img.b2bpic.net/free-photo/two-wine-glasses-marble-surface_23-2152024834.jpg" }, items: [], reverse: false },
|
||||
{ title: "Cocina", description: "Autor patagónica en cada paso.", media: { imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg" }, items: [], reverse: true },
|
||||
{ title: "Ambiente", description: "Íntimo y exclusivo para tu disfrute.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg" }, items: [], reverse: false },
|
||||
{ title: "Ambiente", description: "Íntimo y exclusivo para tu disfrute.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg?_wi=1" }, items: [], reverse: false },
|
||||
]}
|
||||
title="Una experiencia distinta"
|
||||
description="Descubrí la magia de nuestra cocina y la selección especial de vinos de nuestra bodega."
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Ana R.", role: "Crítica", company: "Vinos Hoy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg" },
|
||||
{ id: "t1", name: "Ana R.", role: "Crítica", company: "Vinos Hoy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg?_wi=2" },
|
||||
{ id: "t2", name: "Marcos P.", role: "Cliente", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" },
|
||||
{ id: "t3", name: "Elena M.", role: "Diner", company: "Buenos Aires", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-brunette-bearded-man-shirt-with-glass-winejoyfully-looking-girlfriend-romantic-date-cafe-outdoor_574295-1097.jpg" },
|
||||
{ id: "t4", name: "Julián S.", role: "Enólogo", company: "Bodega X", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user