Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre Nosotros", id: "about" },
|
||||
{ name: "Nuestra Historia", id: "about" },
|
||||
{ name: "Nuestra Carta", id: "products" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
@@ -44,32 +44,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="MORRELLI’S: Auténtico Sabor Tex-Mex"
|
||||
description="Ven a disfrutar de la verdadera esencia de Texas y México en cada bocado. Recetas tradicionales elaboradas con ingredientes frescos y un servicio de toda la vida."
|
||||
title="MORRELLI’S: Auténtico Sabor Tex-Mex en España"
|
||||
description="Disfruta de la verdadera esencia de Texas y México sin salir de aquí. Recetas tradicionales elaboradas con ingredientes frescos y el cariño de un servicio de toda la vida."
|
||||
testimonials={[
|
||||
{ name: "Alex R.", handle: "@alexfoodie", testimonial: "Los mejores tacos que he probado. Producto fresco y un toque picante en su punto.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-crispy-flatbread-bowl_140725-607.jpg" },
|
||||
{ name: "Sarah M.", handle: "@texmexlover", testimonial: "En Morrelli’s nos sentimos como en casa. Es nuestra parada obligatoria cada viernes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148159787.jpg" },
|
||||
{ name: "James K.", handle: "@foodiepro", testimonial: "Se nota la calidad del producto y la mano en la cocina. 100% recomendable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-with-mashed-potatoes-tomato-mushrooms-avocado-sauce-plate-wood_141793-11989.jpg" },
|
||||
{ name: "Elena V.", handle: "@tastemex", testimonial: "La salsa es espectacular. ¡Tienen el picante justo que buscas!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg" },
|
||||
{ name: "Marcus L.", handle: "@dailytexmex", testimonial: "Rápido, amable y sabroso. Un auténtico tesoro de barrio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/desk-empty-office_23-2147668765.jpg" },
|
||||
{ name: "Alex R.", handle: "@alexfoodie", testimonial: "¡Brutal! Los mejores tacos de la ciudad. Producto fresco y un toque picante que me encanta.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy3PLfHhRV6Obvdh5rOd7bDJ6/uploaded-1778626853285-w91ztcpn.png" },
|
||||
{ name: "Sarah M.", handle: "@texmexlover", testimonial: "Como en casa, pero mejor. Nuestra parada obligatoria cada viernes para recargar pilas.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148159787.jpg" },
|
||||
{ name: "James K.", handle: "@foodiepro", testimonial: "Se nota que cuidan el producto al máximo. Un 10 en toda regla.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-with-mashed-potatoes-tomato-mushrooms-avocado-sauce-plate-wood_141793-11989.jpg" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg"
|
||||
imageAlt="Plato de fajitas chisporroteantes"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy3PLfHhRV6Obvdh5rOd7bDJ6/uploaded-1778626853285-w91ztcpn.png"
|
||||
imageAlt="Nuestros deliciosos postres y platos especiales"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg", alt: "Mesa" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048006.jpg", alt: "Tacos" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831003.jpg", alt: "Tacos" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-tacos-with-vegetables-meat_23-2148750434.jpg", alt: "Tacos" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-tortilla-with-meat-vegetables_23-2148750443.jpg", alt: "Tortilla" },
|
||||
]}
|
||||
avatarText="Únete a nuestros más de 5.000 clientes satisfechos"
|
||||
avatarText="Únete a nuestra comunidad de más de 5.000 amantes del Tex-Mex"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Tortillas Artesanas" },
|
||||
{ type: "text", text: "Salsa de Aguacate Fresco" },
|
||||
{ type: "text", text: "Salsa Fresca" },
|
||||
{ type: "text", text: "Carnitas a Fuego Lento" },
|
||||
{ type: "text", text: "Recetas de Familia" },
|
||||
{ type: "text", text: "Especialidades del Día" },
|
||||
{ type: "text", text: "Postres Caseros" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,8 +69,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Nuestra Pasión: La Tradición" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", alt: "Nuestros chefs trabajando" },
|
||||
{ type: "text", content: "Pasión por la tradición y el buen comer" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy3PLfHhRV6Obvdh5rOd7bDJ6/uploaded-1778626853285-w91ztcpn.png", alt: "Detalle de nuestros postres artesanales" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,28 +82,28 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Tacos de Ternera", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-tacos-dish_23-2150777659.jpg", imageAlt: "Tacos de ternera gourmet" },
|
||||
{ id: "1", name: "Tacos de Ternera", price: "12€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy3PLfHhRV6Obvdh5rOd7bDJ6/uploaded-1778626853285-w91ztcpn.png", imageAlt: "Tacos de ternera gourmet" },
|
||||
{ id: "2", name: "Burrito Bowl", price: "15€", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-meat-vegetables-top-view_23-2148750447.jpg", imageAlt: "Burrito bowl fresco" },
|
||||
{ id: "3", name: "Nachos con Queso", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/garnished-tasty-mexican-nachos-plate-with-mexican-hat-table_23-2148042528.jpg", imageAlt: "Nachos con queso fundido" },
|
||||
{ id: "4", name: "Quesadillas a la Parrilla", price: "13€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-grilled-sausages-cabbage-inside-salad-potato-with-sour-cream-greens-lettuce-side-view_141793-3246.jpg", imageAlt: "Quesadilla con salsa" },
|
||||
{ id: "5", name: "Guacamole & Totopos", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/guacamole-bowl-with-mexican-nachos-wooden-cutting-board_23-2148042458.jpg", imageAlt: "Guacamole y chips" },
|
||||
{ id: "6", name: "Churros con Chocolate", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-chocolate-cup-with-churros_23-2148379676.jpg", imageAlt: "Churros caseros" },
|
||||
{ id: "4", name: "Quesadillas", price: "13€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-grilled-sausages-cabbage-inside-salad-potato-with-sour-cream-greens-lettuce-side-view_141793-3246.jpg", imageAlt: "Quesadilla con salsa" },
|
||||
{ id: "5", name: "Guacamole y Totopos", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/guacamole-bowl-with-mexican-nachos-wooden-cutting-board_23-2148042458.jpg", imageAlt: "Guacamole y chips" },
|
||||
{ id: "6", name: "Postre Especial Morrelli", price: "6€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy3PLfHhRV6Obvdh5rOd7bDJ6/uploaded-1778626853285-w91ztcpn.png", imageAlt: "Postre artesanal" },
|
||||
]}
|
||||
title="Nuestra Selección Estrella"
|
||||
description="Desde nuestras carnes cocinadas lentamente hasta el queso fundido, descubre nuestra selección artesanal diseñada para disfrutar."
|
||||
title="Nuestra carta: un viaje de sabores"
|
||||
description="Desde nuestras carnes cocinadas a fuego lento hasta nuestros postres caseros, todo está diseñado para que disfrutes de una experiencia única."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
useInvertedBackground={false}
|
||||
title="El Equipo que hace Magia"
|
||||
tag="Nuestros Expertos"
|
||||
title="El equipo detrás de cada plato"
|
||||
tag="Gente que ama la cocina"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{ id: "t1", name: "Chef Mario", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-teen-cook-keeping-hands-crossed-t-shirt-apron-looking-confident-front-view_176474-109059.jpg" },
|
||||
{ id: "t2", name: "Chef Elena", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg" },
|
||||
{ id: "t3", name: "Sarah - Responsable de Sala", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-using-touchpad-while-working-cafe_637285-8921.jpg" },
|
||||
{ id: "t3", name: "Sarah - Atención al cliente", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-using-touchpad-while-working-cafe_637285-8921.jpg" },
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -125,11 +116,9 @@ export default function LandingPage() {
|
||||
{ id: "ts1", name: "Carlos M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073429.jpg" },
|
||||
{ id: "ts2", name: "Julia P.", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-ornament-heart-plate-fork_23-2148010113.jpg" },
|
||||
{ id: "ts3", name: "Robert D.", imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg" },
|
||||
{ id: "ts4", name: "Monica T.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" },
|
||||
{ id: "ts5", name: "Kevin G.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-satisfied-happy-young-20s-woman-yellow-coat-showing-thumbs-up-gesture-like-approval-giving-positive-feedback-enjoying-nice-event-standing-red-background-smiling-cute_1258-81801.jpg" },
|
||||
]}
|
||||
cardTitle="Lo que dicen nuestros clientes"
|
||||
cardTag="La confianza de nuestros vecinos"
|
||||
cardTag="Gracias por vuestra confianza"
|
||||
cardAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -141,11 +130,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", icon: Star, title: "Opiniones 5 Estrellas", value: "1.5K+" },
|
||||
{ id: "m2", icon: Utensils, title: "Platos Servidos", value: "50K+" },
|
||||
{ id: "m3", icon: Clock, title: "Años de Tradición", value: "10 Años" },
|
||||
{ id: "m2", icon: Utensils, title: "Platos servidos", value: "50K+" },
|
||||
{ id: "m3", icon: Clock, title: "Años de tradición", value: "10 años" },
|
||||
]}
|
||||
title="Nuestra Trayectoria"
|
||||
description="Calidad, frescura y compromiso desde el primer día."
|
||||
title="Nuestra huella en la ciudad"
|
||||
description="Comprometidos con la calidad y la autenticidad desde el primer día."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,12 +143,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "¿Realizáis catering para eventos?", content: "¡Por supuesto! Nos adaptamos a cualquier tipo de evento, desde reuniones pequeñas hasta grandes celebraciones." },
|
||||
{ id: "f2", title: "¿Tenéis opciones veganas o vegetarianas?", content: "Sí, contamos con una cuidada selección de platos diseñados para todos los gustos." },
|
||||
{ id: "f3", title: "¿Es necesaria la reserva?", content: "Siempre es recomendable, especialmente los fines de semana, aunque intentaremos atenderte siempre que podamos." },
|
||||
{ id: "f1", title: "¿Ofrecéis catering para eventos?", content: "¡Sin duda! Nos adaptamos a cualquier celebración, ya sea un evento privado o una reunión de empresa." },
|
||||
{ id: "f2", title: "¿Disponéis de opciones sin gluten o veganas?", content: "Sí, en nuestra carta tenemos varias propuestas pensadas para que nadie se quede con hambre." },
|
||||
{ id: "f3", title: "¿Es recomendable reservar mesa?", content: "Sobre todo los fines de semana sí, para asegurar que tengáis vuestro sitio y podáis disfrutar tranquilos." },
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="¿Alguna duda sobre nuestra carta o servicios? Aquí te respondemos."
|
||||
title="¿Tienes alguna pregunta?"
|
||||
description="Resolvemos tus dudas sobre nuestra carta o reservas."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -169,8 +158,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="¡Te esperamos!"
|
||||
title="¿Tienes antojo de algo auténtico?"
|
||||
description="Haz tu reserva hoy mismo o pide a domicilio para disfrutar del mejor Tex-Mex sin salir de casa."
|
||||
title="¿Con antojo de auténtico Tex-Mex?"
|
||||
description="Reserva tu mesa ahora o pide a domicilio para disfrutar del mejor sabor sin moverte de casa."
|
||||
buttons={[
|
||||
{ text: "Reservar Mesa", href: "#" },
|
||||
{ text: "Pedir a Domicilio", href: "#" },
|
||||
@@ -190,4 +179,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user