Merge version_1 into main #1
306
src/app/page.tsx
306
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre Nosotros", id: "#about"},
|
||||
{
|
||||
name: "Experiencia",
|
||||
id: "#experiencia-botanera",
|
||||
},
|
||||
name: "Experiencia", id: "#experiencia-botanera"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "#testimonios",
|
||||
},
|
||||
name: "Testimonios", id: "#testimonios"},
|
||||
{
|
||||
name: "Galería",
|
||||
id: "#galeria",
|
||||
},
|
||||
name: "Galería", id: "#galeria"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contacto",
|
||||
},
|
||||
name: "Contacto", id: "#contacto"},
|
||||
]}
|
||||
brandName="Eladio's"
|
||||
/>
|
||||
@@ -64,51 +52,25 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="La auténtica experiencia botanera de Mérida"
|
||||
description="Botanas yucatecas, cerveza fría y el mejor ambiente desde hace años."
|
||||
testimonials={[
|
||||
{
|
||||
name: "María G.",
|
||||
handle: "@mariag",
|
||||
testimonial: "¡Una visita obligada en Mérida! El ambiente es inigualable y las botanas, una delicia.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kuwaiti-man-trench-coat-show-thumb-up_627829-5586.jpg",
|
||||
imageAlt: "María G. customer",
|
||||
},
|
||||
name: "María G.", handle: "@mariag", testimonial: "¡Una visita obligada en Mérida! El ambiente es inigualable y las botanas, una delicia.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kuwaiti-man-trench-coat-show-thumb-up_627829-5586.jpg", imageAlt: "María G. customer"},
|
||||
{
|
||||
name: "Juan P.",
|
||||
handle: "@juanp",
|
||||
testimonial: "Las micheladas son las mejores y la música en vivo crea una vibra perfecta. ¡Siempre vuelvo!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-hat-showing-peace-gesture-holding-front-isolated-green-wall_141793-91239.jpg",
|
||||
imageAlt: "Juan P. customer",
|
||||
},
|
||||
name: "Juan P.", handle: "@juanp", testimonial: "Las micheladas son las mejores y la música en vivo crea una vibra perfecta. ¡Siempre vuelvo!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-hat-showing-peace-gesture-holding-front-isolated-green-wall_141793-91239.jpg", imageAlt: "Juan P. customer"},
|
||||
{
|
||||
name: "Sofía L.",
|
||||
handle: "@sofial",
|
||||
testimonial: "Perfecto para pasar la tarde tomando y comiendo con amigos o familia. ¡Lo recomiendo al 100%!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-beautiful-girl-wearing-pink-t-shirt-showing-tongue-showing-goat-gesture-isolated-green-wall_141793-87726.jpg",
|
||||
imageAlt: "Sofía L. customer",
|
||||
},
|
||||
name: "Sofía L.", handle: "@sofial", testimonial: "Perfecto para pasar la tarde tomando y comiendo con amigos o familia. ¡Lo recomiendo al 100%!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-beautiful-girl-wearing-pink-t-shirt-showing-tongue-showing-goat-gesture-isolated-green-wall_141793-87726.jpg", imageAlt: "Sofía L. customer"},
|
||||
{
|
||||
name: "Carlos M.",
|
||||
handle: "@carlosm",
|
||||
testimonial: "La comida es auténticamente yucateca y el servicio siempre es atento. Una verdadera joya en Mérida.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-talking-phone-near-office-space_146671-18073.jpg",
|
||||
imageAlt: "Carlos M. customer",
|
||||
},
|
||||
name: "Carlos M.", handle: "@carlosm", testimonial: "La comida es auténticamente yucateca y el servicio siempre es atento. Una verdadera joya en Mérida.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-talking-phone-near-office-space_146671-18073.jpg", imageAlt: "Carlos M. customer"},
|
||||
{
|
||||
name: "Ana R.",
|
||||
handle: "@anar",
|
||||
testimonial: "La música en vivo hace toda la experiencia. Te sientes realmente en una fiesta yucateca.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-senior-woman_23-2149038094.jpg",
|
||||
imageAlt: "Ana R. customer",
|
||||
},
|
||||
name: "Ana R.", handle: "@anar", testimonial: "La música en vivo hace toda la experiencia. Te sientes realmente en una fiesta yucateca.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-senior-woman_23-2149038094.jpg", imageAlt: "Ana R. customer"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="⭐ 4.7"
|
||||
@@ -116,36 +78,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver menú",
|
||||
href: "#experiencia-botanera",
|
||||
},
|
||||
text: "Ver menú", href: "#experiencia-botanera"},
|
||||
{
|
||||
text: "Reservar mesa",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Reservar mesa", href: "#contacto"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-brown-tshirt_176420-32135.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-brown-tshirt_176420-32135.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-woman-trendy-summer-dress-sexy-carefree-woman-posing-street-background-sunset-positive-model-outdoors-cheerful-happy_158538-20879.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-woman-trendy-summer-dress-sexy-carefree-woman-posing-street-background-sunset-positive-model-outdoors-cheerful-happy_158538-20879.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-sits-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-is-speaking-phone-smiling-camera_197531-669.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-sits-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-is-speaking-phone-smiling-camera_197531-669.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-winter-jacket-posing-street_1303-30010.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-winter-jacket-posing-street_1303-30010.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-women-square_23-2147771255.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-women-square_23-2147771255.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Más de 9,600 reseñas satisfechas"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-playing-electric-guitar-live-concert_23-2149188052.jpg"
|
||||
@@ -153,27 +101,17 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Música en Vivo",
|
||||
icon: Music,
|
||||
type: "text-icon", text: "Música en Vivo", icon: Music,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Botanas Incluidas",
|
||||
type: "text", text: "Botanas Incluidas"},
|
||||
{
|
||||
type: "text-icon", text: "Ambiente Familiar", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Ambiente Familiar",
|
||||
icon: Users,
|
||||
},
|
||||
type: "text", text: "Desde 1970"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Desde 1970",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sabores Yucatecos",
|
||||
icon: Utensils,
|
||||
type: "text-icon", text: "Sabores Yucatecos", icon: Utensils,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -186,17 +124,11 @@ export default function LandingPage() {
|
||||
description="En Eladio’s, somos más que un restaurante: somos una auténtica cantina yucateca donde 'Pides bebidas y las botanas llegan solas'. Desde hace décadas, hemos cultivado un ambiente familiar y festivo, ofreciendo música en vivo y una experiencia local genuina que celebra la rica cultura de Mérida. Ven y forma parte de nuestra historia."
|
||||
metrics={[
|
||||
{
|
||||
value: "+50",
|
||||
title: "Años de Tradición",
|
||||
},
|
||||
value: "+50", title: "Años de Tradición"},
|
||||
{
|
||||
value: "+9K",
|
||||
title: "Reseñas Felices",
|
||||
},
|
||||
value: "+9K", title: "Reseñas Felices"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Experiencia Local",
|
||||
},
|
||||
value: "100%", title: "Experiencia Local"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7232.jpg"
|
||||
imageAlt="Interior acogedor de Eladio's con decoraciones tradicionales"
|
||||
@@ -213,47 +145,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cochinita Pibil",
|
||||
description: "El platillo estrella de Yucatán, cerdo marinado en achiote, cocido lentamente hasta la perfección.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg",
|
||||
imageAlt: "Plato de cochinita pibil",
|
||||
},
|
||||
title: "Cochinita Pibil", description: "El platillo estrella de Yucatán, cerdo marinado en achiote, cocido lentamente hasta la perfección.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614437.jpg", imageAlt: "Plato de cochinita pibil"},
|
||||
{
|
||||
title: "Ceviche Refrescante",
|
||||
description: "Pescado fresco marinado en cítricos con cebolla morada, cilantro y chile habanero.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetarian-tacos_23-2148750464.jpg",
|
||||
imageAlt: "Ceviche fresco",
|
||||
},
|
||||
title: "Ceviche Refrescante", description: "Pescado fresco marinado en cítricos con cebolla morada, cilantro y chile habanero.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetarian-tacos_23-2148750464.jpg", imageAlt: "Ceviche fresco"},
|
||||
{
|
||||
title: "Botanas Yucatecas",
|
||||
description: "Una variedad de pequeños platillos que llegan solos con cada ronda de bebidas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-sandwiches-table-with-red-cocktail_140725-5470.jpg",
|
||||
imageAlt: "Surtido de botanas yucatecas",
|
||||
},
|
||||
title: "Botanas Yucatecas", description: "Una variedad de pequeños platillos que llegan solos con cada ronda de bebidas.", imageSrc: "http://img.b2bpic.net/free-photo/snack-sandwiches-table-with-red-cocktail_140725-5470.jpg", imageAlt: "Surtido de botanas yucatecas"},
|
||||
{
|
||||
title: "Micheladas Preparadas",
|
||||
description: "Nuestras famosas cervezas preparadas con limón, salsas y un toque secreto de la casa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-daiquiri-cocktail-glass-with-lime-high-angle_23-2149486847.jpg",
|
||||
imageAlt: "Michelada fría",
|
||||
},
|
||||
title: "Micheladas Preparadas", description: "Nuestras famosas cervezas preparadas con limón, salsas y un toque secreto de la casa.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-daiquiri-cocktail-glass-with-lime-high-angle_23-2149486847.jpg", imageAlt: "Michelada fría"},
|
||||
{
|
||||
title: "Negra Modelo Fría",
|
||||
description: "La cerveza oscura por excelencia, siempre helada y perfecta para acompañar tus botanas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-2000s-fashion-style-posing-with-camera-sunglasses_23-2149442818.jpg",
|
||||
imageAlt: "Cerveza Negra Modelo",
|
||||
},
|
||||
title: "Negra Modelo Fría", description: "La cerveza oscura por excelencia, siempre helada y perfecta para acompañar tus botanas.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-2000s-fashion-style-posing-with-camera-sunglasses_23-2149442818.jpg", imageAlt: "Cerveza Negra Modelo"},
|
||||
{
|
||||
title: "Sopa de Lima",
|
||||
description: "Un clásico yucateco, caldo de pollo con tortilla frita, pavo y el toque cítrico de la lima.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-red-pozole-soup-wooden-table_123827-33872.jpg",
|
||||
imageAlt: "Sopa de lima",
|
||||
},
|
||||
title: "Sopa de Lima", description: "Un clásico yucateco, caldo de pollo con tortilla frita, pavo y el toque cítrico de la lima.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-red-pozole-soup-wooden-table_123827-33872.jpg", imageAlt: "Sopa de lima"},
|
||||
{
|
||||
title: "Snacks Tradicionales",
|
||||
description: "Desde papas fritas hasta jícamas, una selección de snacks para picar mientras disfrutas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-menu_23-2147640309.jpg",
|
||||
imageAlt: "Snacks tradicionales mexicanos",
|
||||
},
|
||||
title: "Snacks Tradicionales", description: "Desde papas fritas hasta jícamas, una selección de snacks para picar mientras disfrutas.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-menu_23-2147640309.jpg", imageAlt: "Snacks tradicionales mexicanos"},
|
||||
]}
|
||||
title="Nuestra Experiencia Gastronómica"
|
||||
description="Deléitate con los sabores más icónicos de Yucatán. Desde los clásicos que ya conoces hasta nuestras famosas micheladas, cada platillo es una invitación a la fiesta."
|
||||
@@ -265,35 +169,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
|
||||
imageAlt: "Foto de cliente feliz Ana R.",
|
||||
},
|
||||
id: "1", name: "Ana R.", imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg", imageAlt: "Foto de cliente feliz Ana R."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Juan P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up-with-both-hands-white-t-shirt-mint-green-cardigan-looking-happy_176474-88099.jpg",
|
||||
imageAlt: "Foto de cliente feliz Juan P.",
|
||||
},
|
||||
id: "2", name: "Juan P.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up-with-both-hands-white-t-shirt-mint-green-cardigan-looking-happy_176474-88099.jpg", imageAlt: "Foto de cliente feliz Juan P."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofía L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg",
|
||||
imageAlt: "Foto de cliente feliz Sofía L.",
|
||||
},
|
||||
id: "3", name: "Sofía L.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg", imageAlt: "Foto de cliente feliz Sofía L."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-fast-food-while-being-date_23-2149274405.jpg",
|
||||
imageAlt: "Foto de cliente feliz Carlos M.",
|
||||
},
|
||||
id: "4", name: "Carlos M.", imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-fast-food-while-being-date_23-2149274405.jpg", imageAlt: "Foto de cliente feliz Carlos M."},
|
||||
{
|
||||
id: "5",
|
||||
name: "María G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663869.jpg",
|
||||
imageAlt: "Foto de cliente feliz María G.",
|
||||
},
|
||||
id: "5", name: "María G.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663869.jpg", imageAlt: "Foto de cliente feliz María G."},
|
||||
]}
|
||||
cardTitle="Lo que dicen nuestros visitantes"
|
||||
cardTag="Experiencias Inolvidables"
|
||||
@@ -310,65 +194,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Gastronomía",
|
||||
name: "Platillos Regionales",
|
||||
price: "$$",
|
||||
rating: 5,
|
||||
reviewCount: "1.2K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-vegetables-roasted-vegetables-hot-peppers-bell-peppers-tablecloth_140725-71707.jpg",
|
||||
imageAlt: "Platillo tradicional yucateco",
|
||||
},
|
||||
id: "p1", brand: "Gastronomía", name: "Platillos Regionales", price: "$$", rating: 5,
|
||||
reviewCount: "1.2K", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-vegetables-roasted-vegetables-hot-peppers-bell-peppers-tablecloth_140725-71707.jpg", imageAlt: "Platillo tradicional yucateco"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Bebidas",
|
||||
name: "Refrescos y Cervezas",
|
||||
price: "$$",
|
||||
rating: 5,
|
||||
reviewCount: "900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-drink-fruits_23-2147643387.jpg",
|
||||
imageAlt: "Variedad de bebidas y micheladas",
|
||||
},
|
||||
id: "p2", brand: "Bebidas", name: "Refrescos y Cervezas", price: "$$", rating: 5,
|
||||
reviewCount: "900", imageSrc: "http://img.b2bpic.net/free-photo/tropical-drink-fruits_23-2147643387.jpg", imageAlt: "Variedad de bebidas y micheladas"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Ambiente",
|
||||
name: "Vibras de Cantina",
|
||||
price: "$$",
|
||||
rating: 5,
|
||||
reviewCount: "1.5K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-red-carpet-floor-tables-chairs_140725-8024.jpg",
|
||||
imageAlt: "Ambiente cálido del restaurante",
|
||||
},
|
||||
id: "p3", brand: "Ambiente", name: "Vibras de Cantina", price: "$$", rating: 5,
|
||||
reviewCount: "1.5K", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-red-carpet-floor-tables-chairs_140725-8024.jpg", imageAlt: "Ambiente cálido del restaurante"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Música",
|
||||
name: "Show en Vivo",
|
||||
price: "$$",
|
||||
rating: 5,
|
||||
reviewCount: "1.1K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-making-music_23-2151169642.jpg",
|
||||
imageAlt: "Músicos tocando en vivo",
|
||||
},
|
||||
id: "p4", brand: "Música", name: "Show en Vivo", price: "$$", rating: 5,
|
||||
reviewCount: "1.1K", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-making-music_23-2151169642.jpg", imageAlt: "Músicos tocando en vivo"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Compañía",
|
||||
name: "Amigos y Familia",
|
||||
price: "$$",
|
||||
rating: 5,
|
||||
reviewCount: "1.3K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-watermelon_23-2148947893.jpg",
|
||||
imageAlt: "Grupo de amigos disfrutando en Eladio's",
|
||||
},
|
||||
id: "p5", brand: "Compañía", name: "Amigos y Familia", price: "$$", rating: 5,
|
||||
reviewCount: "1.3K", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-watermelon_23-2148947893.jpg", imageAlt: "Grupo de amigos disfrutando en Eladio's"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Interior",
|
||||
name: "Decoración Local",
|
||||
price: "$$",
|
||||
rating: 5,
|
||||
reviewCount: "850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg",
|
||||
imageAlt: "Detalles de la decoración interior",
|
||||
},
|
||||
id: "p6", brand: "Interior", name: "Decoración Local", price: "$$", rating: 5,
|
||||
reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg", imageAlt: "Detalles de la decoración interior"},
|
||||
]}
|
||||
title="Un Vistazo a Eladio's"
|
||||
description="Capturamos la esencia de nuestra cantina: comida deliciosa, bebidas refrescantes y momentos llenos de alegría."
|
||||
@@ -380,14 +222,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Música en Vivo",
|
||||
"Botanas Incluidas",
|
||||
"Ambiente Local",
|
||||
"+9600 Reseñas",
|
||||
"Cantina Auténtica",
|
||||
"Gastronomía Regional",
|
||||
"Visita Obligada",
|
||||
]}
|
||||
"Música en Vivo", "Botanas Incluidas", "Ambiente Local", "+9600 Reseñas", "Cantina Auténtica", "Gastronomía Regional", "Visita Obligada"]}
|
||||
title="Un Ícono de la Cultura Yucateca"
|
||||
description="Amado por locales y visitado por turistas, Eladio's es el corazón de la auténtica experiencia cantinera en Mérida. Nuestro compromiso es ofrecer un espacio donde la tradición y la alegría se fusionan."
|
||||
speed={50}
|
||||
@@ -399,8 +234,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visítanos o Contáctanos"
|
||||
title="Encuentra tu lugar en Eladio's"
|
||||
description="📍 C. 59 425 esquina con 44, Centro, Mérida, Yucatán\n📞 999 909 0303\n⏰ Horario: 12 PM – 9 PM\nSiempre listos para recibirte."
|
||||
@@ -411,20 +245,6 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Tu mensaje o consulta"
|
||||
buttonText="Enviar Mensaje"
|
||||
termsText="O contáctanos directamente:"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver en Google Maps",
|
||||
href: "https://maps.app.goo.gl/Fk9S6W3tF5G7M4XJ6",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/9999090303",
|
||||
},
|
||||
{
|
||||
text: "Pedir a domicilio",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -432,13 +252,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Eladio's"
|
||||
leftLink={{
|
||||
text: "Redes Sociales",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Redes Sociales", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Aviso de Privacidad",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Aviso de Privacidad", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user