|
|
|
|
@@ -59,16 +59,20 @@ export default function LandingPage() {
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
name: "Carlos M.", handle: "Cliente Local", testimonial: "Los mejores tacos de la provincia. Cantidad gigante comparado con el precio.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-yellow-background-with-happy-cool-smile-face-lucky-person_839833-8587.jpg"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-yellow-background-with-happy-cool-smile-face-lucky-person_839833-8587.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "María G.", handle: "Habitual", testimonial: "Taco francés insuperable. Sitio muy limpio y atención de 10.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "José R.", handle: "Familia", testimonial: "Calidad precio genial. Volvemos cada semana.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Laura S.", handle: "Trabajadora", testimonial: "Menú con patatas y bebida por 6,99€. Excelente relación.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
testimonialRotationInterval={5000}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -90,13 +94,17 @@ export default function LandingPage() {
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Taco XXL Mixto", price: "€6,50", variant: "Carne y pollo", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg", imageAlt: "Taco XXL Mixto con carnes variadas"},
|
|
|
|
|
id: "1", name: "Menú Completo", price: "€6,99", variant: "Taco + patatas + bebida", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-124159.jpg", imageAlt: "Menú completo con bebida"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Taco Francés Especialidad", price: "€5,99", variant: "La receta secreta", imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140284.jpg", imageAlt: "Taco Francés con salsa andalus"},
|
|
|
|
|
id: "2", name: "Taco XXL Mixto", price: "€6,50", variant: "Carne y pollo", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg", imageAlt: "Taco XXL Mixto con carnes variadas"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Menú Completo", price: "€6,99", variant: "Taco + patatas + bebida", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-124159.jpg", imageAlt: "Menú completo con bebida"},
|
|
|
|
|
id: "3", name: "Taco Francés Especialidad", price: "€5,99", variant: "La receta secreta", imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140284.jpg", imageAlt: "Taco Francés con salsa andalus"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Alitas Crujientes", price: "€4,99", variant: "6 unidades", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-wings-with-celery-sticks-ranch-dressing_9975-124522.jpg", imageAlt: "Alitas crujientes y jugosas"},
|
|
|
|
|
id: "4", name: "Alitas Crujientes", price: "€4,99", variant: "6 unidades", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-wings-with-celery-sticks-ranch-dressing_9975-124522.jpg", imageAlt: "Alitas crujientes y jugosas"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="two-columns-alternating-heights"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -113,7 +121,8 @@ export default function LandingPage() {
|
|
|
|
|
tag="⭐ Valoraciones"
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
names={[
|
|
|
|
|
"Google Maps ⭐⭐⭐⭐⭐", "TripAdvisor Recomendado", "Just Eat Favorito", "Local Favorito Tarragona", "Mejor Valorado Provincia", "Clientes que Repiten"]}
|
|
|
|
|
"Google Maps ⭐⭐⭐⭐⭐", "TripAdvisor Recomendado", "Just Eat Favorito", "Local Favorito Tarragona", "Mejor Valorado Provincia", "Clientes que Repiten"
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
speed={40}
|
|
|
|
|
@@ -131,16 +140,20 @@ export default function LandingPage() {
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: 1,
|
|
|
|
|
title: "Producto Fresco", description: "Carne de calidad, cuidadosamente seleccionada cada día para garantizar frescura.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg", imageAlt: "Ingredientes frescos de calidad"},
|
|
|
|
|
title: "Producto Fresco", description: "Carne de calidad, cuidadosamente seleccionada cada día para garantizar frescura.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-lamb-chops-with-herbs-salt-dark-background_84443-72394.jpg", imageAlt: "Ingredientes frescos de calidad"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 2,
|
|
|
|
|
title: "Cocina a la Vista", description: "Prepáramos todo frente a ti. Sin sorpresas. Transparencia total en la elaboración.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg", imageAlt: "Chef preparando alimentos"},
|
|
|
|
|
title: "Cocina a la Vista", description: "Prepáramos todo frente a ti. Sin sorpresas. Transparencia total en la elaboración.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg", imageAlt: "Chef preparando alimentos"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 3,
|
|
|
|
|
title: "Porciones Generosas", description: "Tacos XL y XXL que te dejan satisfecho. El mejor valor en la provincia.", imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-mashed-potato-corn-thanksgiving-celebration-concept_53876-23092.jpg", imageAlt: "Porciones abundantes"},
|
|
|
|
|
title: "Porciones Generosas", description: "Tacos XL y XXL que te dejan satisfecho. El mejor valor en la provincia.", imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-mashed-potato-corn-thanksgiving-celebration-concept_53876-23092.jpg", imageAlt: "Porciones abundantes"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 4,
|
|
|
|
|
title: "Local Limpio y Moderno", description: "Ambiente agradable, higiénico y moderno. Un lugar donde disfrutar.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646223.jpg", imageAlt: "Cocina limpia y moderna"},
|
|
|
|
|
title: "Local Limpio y Moderno", description: "Ambiente agradable, higiénico y moderno. Un lugar donde disfrutar.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646223.jpg", imageAlt: "Cocina limpia y moderna"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -159,17 +172,23 @@ export default function LandingPage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Miguel Rodríguez, Trabajador", date: "Date: 15 Enero 2025", title: "Mejor relación calidad-precio de Tarragona", quote: "Llevo tres años yendo a comer allí. Por 6,99€ tienes menú completo con taco, patatas y bebida. Es imposible encontrar algo mejor. El servicio es rápido incluso en horas punta.", tag: "Habitual", avatarSrc: "http://img.b2bpic.net/free-vector/modern-avatars-with-circular-style_23-2147676938.jpg", avatarAlt: "Avatar de Miguel", imageSrc: "http://img.b2bpic.net/free-photo/people-eating-spanish-tortilla_52683-107689.jpg", imageAlt: "Cliente disfrutando comida"},
|
|
|
|
|
id: "1", name: "Miguel Rodríguez, Trabajador", date: "Date: 15 Enero 2025", title: "Mejor relación calidad-precio de Tarragona", quote: "Llevo tres años yendo a comer allí. Por 6,99€ tienes menú completo con taco, patatas y bebida. Es imposible encontrar algo mejor. El servicio es rápido incluso en horas punta.", tag: "Habitual", avatarSrc: "http://img.b2bpic.net/free-vector/modern-avatars-with-circular-style_23-2147676938.jpg", avatarAlt: "Avatar de Miguel", imageSrc: "http://img.b2bpic.net/free-photo/people-eating-spanish-tortilla_52683-107689.jpg", imageAlt: "Cliente disfrutando comida"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Ana García, Familia", date: "Date: 10 Enero 2025", title: "Sitio limpio y atención excelente", quote: "Fuimos con los niños y fue una experiencia perfecta. El lugar está impecable, la comida es de calidad y los chicos Imad y Hicham son muy atentos. Definitivamente volveremos.", tag: "Familia", avatarSrc: "http://img.b2bpic.net/free-vector/modern-avatars-with-circular-style_23-2147676938.jpg", avatarAlt: "Avatar de Ana", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-toasting-with-beer-bottles-while-having-lunch-with-friends-home-focus-is-redhead-woman_637285-5550.jpg", imageAlt: "Familia comiendo juntos"},
|
|
|
|
|
id: "2", name: "Ana García, Familia", date: "Date: 10 Enero 2025", title: "Sitio limpio y atención excelente", quote: "Fuimos con los niños y fue una experiencia perfecta. El lugar está impecable, la comida es de calidad y los chicos Imad y Hicham son muy atentos. Definitivamente volveremos.", tag: "Familia", avatarSrc: "http://img.b2bpic.net/free-vector/modern-avatars-with-circular-style_23-2147676938.jpg", avatarAlt: "Avatar de Ana", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-toasting-with-beer-bottles-while-having-lunch-with-friends-home-focus-is-redhead-woman_637285-5550.jpg", imageAlt: "Familia comiendo juntos"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "David López, Estudiante", date: "Date: 5 Enero 2025", title: "El taco francés es insuperable", quote: "He probado en otros sitios, pero el taco francés de Snack Melilla no tiene competencia. La salsa andalus es espectacular. Es mi spot favorito después de clase.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-handsome-man-with-blond-hair-wearing-burgunde-casual-t-shirt-standing_176532-9610.jpg", avatarAlt: "Avatar de David", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tempted-beautiful-girl-licking-lips-as-looking-cake_1258-300163.jpg", imageAlt: "Persona joven disfrutando comida"},
|
|
|
|
|
id: "3", name: "David López, Estudiante", date: "Date: 5 Enero 2025", title: "El taco francés es insuperable", quote: "He probado en otros sitios, pero el taco francés de Snack Melilla no tiene competencia. La salsa andalus es espectacular. Es mi spot favorito después de clase.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-handsome-man-with-blond-hair-wearing-burgunde-casual-t-shirt-standing_176532-9610.jpg", avatarAlt: "Avatar de David", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tempted-beautiful-girl-licking-lips-as-looking-cake_1258-300163.jpg", imageAlt: "Persona joven disfrutando comida"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Patricia Sánchez, Empresaria", date: "Date: 28 Diciembre 2024", title: "Los mejores de la provincia", quote: "Cantidad gigante comparado con el precio. Cada taco es una comida completa. La cocina a la vista te garantiza que todo es fresco. Sin duda, los mejores de Tarragona.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Avatar de Patricia", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", imageAlt: "Mujer comiendo en restaurante"},
|
|
|
|
|
id: "4", name: "Patricia Sánchez, Empresaria", date: "Date: 28 Diciembre 2024", title: "Los mejores de la provincia", quote: "Cantidad gigante comparado con el precio. Cada taco es una comida completa. La cocina a la vista te garantiza que todo es fresco. Sin duda, los mejores de Tarragona.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Avatar de Patricia", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", imageAlt: "Mujer comiendo en restaurante"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Luis Fernández, Vecino", date: "Date: 20 Diciembre 2024", title: "Servicio de 10, comida de 10", quote: "Pasé por casualidad y quedé maravillado. El personal es profesional y amable. La comida sale rápido y está buenísima. Ya es mi lugar habitual en el barrio.", tag: "Nuevo Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-70.jpg", avatarAlt: "Avatar de Luis", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg", imageAlt: "Hombre disfrutando comida"},
|
|
|
|
|
id: "5", name: "Luis Fernández, Vecino", date: "Date: 20 Diciembre 2024", title: "Servicio de 10, comida de 10", quote: "Pasé por casualidad y quedé maravillado. El personal es profesional y amable. La comida sale rápido y está buenísima. Ya es mi lugar habitual en el barrio.", tag: "Nuevo Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-70.jpg", avatarAlt: "Avatar de Luis", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg", imageAlt: "Hombre disfrutando comida"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Carmen Torres, Jubilada", date: "Date: 15 Diciembre 2024", title: "Tradición y calidad juntas", quote: "Mi nieto me trajo aquí y ahora vengo sola. La comida es fresca, el lugar limpio y los precios muy justos. Me encanta sentarme en la terraza y disfrutar de un buen taco.", tag: "Cliente VIP", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-499.jpg", avatarAlt: "Avatar de Carmen", imageSrc: "http://img.b2bpic.net/free-photo/happy-tea-time_1098-13622.jpg", imageAlt: "Mujer mayor disfrutando comida"},
|
|
|
|
|
id: "6", name: "Carmen Torres, Jubilada", date: "Date: 15 Diciembre 2024", title: "Tradición y calidad juntas", quote: "Mi nieto me trajo aquí y ahora vengo sola. La comida es fresca, el lugar limpio y los precios muy justos. Me encanta sentarme en la terraza y disfrutar de un buen taco.", tag: "Cliente VIP", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-499.jpg", avatarAlt: "Avatar de Carmen", imageSrc: "http://img.b2bpic.net/free-photo/happy-tea-time_1098-13622.jpg", imageAlt: "Mujer mayor disfrutando comida"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|