Merge version_1 into main #3
@@ -47,25 +47,25 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Fran V.", handle: "@fan", testimonial: "El personal es un encanto, siempre te ponen una tapa extra.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "traditional spanish bar interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1", imageAlt: "traditional spanish bar interior"},
|
||||
{
|
||||
name: "J C.", handle: "@j_c", testimonial: "Muy buen bar de barrio, atento y atento. Siempre te ponen tapa.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg", imageAlt: "traditional spanish bar interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg?_wi=1", imageAlt: "traditional spanish bar interior"},
|
||||
{
|
||||
name: "Ana R.", handle: "@ana_m", testimonial: "Comida abundante, precio espectacular, volveré seguro.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg", imageAlt: "traditional spanish bar interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg?_wi=1", imageAlt: "traditional spanish bar interior"},
|
||||
{
|
||||
name: "Luis M.", handle: "@luis_m", testimonial: "Calidad alta y trato cercano. El mejor bar de la zona.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg", imageAlt: "traditional spanish bar interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg?_wi=1", imageAlt: "traditional spanish bar interior"},
|
||||
{
|
||||
name: "Elena P.", handle: "@elenap", testimonial: "Un lugar que se siente como en casa. Tapas de 10.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg", imageAlt: "traditional spanish bar interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg?_wi=1", imageAlt: "traditional spanish bar interior"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Ver carta", href: "#carta" },
|
||||
{ text: "Cómo llegar", href: "#contacto" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg", alt: "happy customer laughing" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67586.jpg", alt: "satisfied diner portrait" },
|
||||
@@ -109,10 +109,10 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Tortilla de patatas", price: "4€", variant: "Ración", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg" },
|
||||
{ id: "2", name: "Bocadillo caliente", price: "3€", variant: "Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg" },
|
||||
{ id: "3", name: "Ración de bravas", price: "5€", variant: "Clásica", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg" },
|
||||
{ id: "4", name: "Caña bien tirada", price: "1.5€", variant: "Cerveza", imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg" },
|
||||
{ id: "1", name: "Tortilla de patatas", price: "4€", variant: "Ración", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-pintxos_123827-35963.jpg?_wi=2" },
|
||||
{ id: "2", name: "Bocadillo caliente", price: "3€", variant: "Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-wine-restaurant_23-2152024844.jpg?_wi=2" },
|
||||
{ id: "3", name: "Ración de bravas", price: "5€", variant: "Clásica", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-herbs_23-2148701494.jpg?_wi=2" },
|
||||
{ id: "4", name: "Caña bien tirada", price: "1.5€", variant: "Cerveza", imageSrc: "http://img.b2bpic.net/free-photo/close-up-alcoholic-drinks-wooden-table_23-2147919268.jpg?_wi=2" },
|
||||
{ id: "5", name: "Tapa inesperada", price: "Regalo", variant: "Detalle", imageSrc: "http://img.b2bpic.net/free-photo/tacos-with-lemon-glass-beer_140725-6352.jpg" },
|
||||
{ id: "6", name: "Queso curado", price: "6€", variant: "Tapa", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317345.jpg" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user