Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1674d1e43 | |||
| a08a996cc2 |
416
src/app/page.tsx
416
src/app/page.tsx
@@ -11,6 +11,10 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,33 +35,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Nuestra Historia",
|
||||
id: "#historia",
|
||||
},
|
||||
name: "Nuestra Historia", id: "#historia"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menú", id: "#menu"},
|
||||
{
|
||||
name: "Favoritos",
|
||||
id: "#favoritos",
|
||||
},
|
||||
name: "Precios", id: "#precios"},
|
||||
{
|
||||
name: "Reseñas",
|
||||
id: "#reseñas",
|
||||
},
|
||||
name: "Favoritos", id: "#favoritos"},
|
||||
{
|
||||
name: "Preguntas",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "Reseñas", id: "#reseñas"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contacto",
|
||||
},
|
||||
name: "Equipo", id: "#equipo"},
|
||||
{
|
||||
name: "Preguntas", id: "#faq"},
|
||||
{
|
||||
name: "Socios", id: "#socios"},
|
||||
{
|
||||
name: "Contacto", id: "#contacto"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/cooking-utensils_24911-45052.jpg"
|
||||
logoAlt="Logo Restaurante Los Mondragón"
|
||||
@@ -68,55 +64,34 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Auténtico sabor mexicano en cada plato"
|
||||
description="Recetas tradicionales, ingredientes frescos y una experiencia familiar que te hace sentir como en casa."
|
||||
tagAnimation="opacity"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ordenar ahora",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Ordenar ahora", href: "#contacto"},
|
||||
{
|
||||
text: "Ver menú",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver menú", href: "#menu"},
|
||||
{
|
||||
text: "Reservar mesa",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Reservar mesa", href: "#contacto"},
|
||||
{
|
||||
text: "Cómo llegar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Cómo llegar", href: "#contacto"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-row_23-2150830975.jpg",
|
||||
imageAlt: "Tacos recién preparados con cilantro y cebolla",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-row_23-2150830975.jpg", imageAlt: "Tacos recién preparados con cilantro y cebolla"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burritos-wraps-with-minced-beef-vegetables-wooden-surface_2829-8275.jpg",
|
||||
imageAlt: "Burrito grande estilo mexicano con carne",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burritos-wraps-with-minced-beef-vegetables-wooden-surface_2829-8275.jpg", imageAlt: "Burrito grande estilo mexicano con carne"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11199.jpg",
|
||||
imageAlt: "Quesadillas tradicionales con queso fundido",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11199.jpg", imageAlt: "Quesadillas tradicionales con queso fundido"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9542.jpg",
|
||||
imageAlt: "Plato de birria de res con consomé",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9542.jpg", imageAlt: "Plato de birria de res con consomé"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thai-style-spicy-food-som-tum-food-concept-props-decoration-garlic-lemon-peanuts-tomatoes-shallots-wood-table_1150-21147.jpg",
|
||||
imageAlt: "Tazón de pozole rojo con guarniciones",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thai-style-spicy-food-som-tum-food-concept-props-decoration-garlic-lemon-peanuts-tomatoes-shallots-wood-table_1150-21147.jpg", imageAlt: "Tazón de pozole rojo con guarniciones"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roselle-juice-ready-drink-glass_1150-26240.jpg",
|
||||
imageAlt: "Vasos de aguas frescas de jamaica, horchata y tamarindo",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roselle-juice-ready-drink-glass_1150-26240.jpg", imageAlt: "Vasos de aguas frescas de jamaica, horchata y tamarindo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,21 +103,13 @@ export default function LandingPage() {
|
||||
description="En Restaurante Mexicano Los Mondragón, cada plato cuenta una historia de familia, tradición y pasión por la auténtica cocina mexicana. Desde nuestras raíces en México hasta Oviedo, Florida, nos dedicamos a ofrecer sabores caseros con ingredientes frescos y un servicio que te hace sentir como en casa. Somos más que un restaurante, somos una familia."
|
||||
metrics={[
|
||||
{
|
||||
value: "30+",
|
||||
title: "Años de Sabor",
|
||||
},
|
||||
value: "30+", title: "Años de Sabor"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Recetas Auténticas",
|
||||
},
|
||||
value: "100%", title: "Recetas Auténticas"},
|
||||
{
|
||||
value: "Siempre",
|
||||
title: "Ingredientes Frescos",
|
||||
},
|
||||
value: "Siempre", title: "Ingredientes Frescos"},
|
||||
{
|
||||
value: "Cada día",
|
||||
title: "Atención Familiar",
|
||||
},
|
||||
value: "Cada día", title: "Atención Familiar"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000282.jpg"
|
||||
imageAlt="Familia Mondragón en la cocina preparando platillos"
|
||||
@@ -159,83 +126,68 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "tacos",
|
||||
name: "Tacos Tradicionales",
|
||||
price: "Desde €2.50",
|
||||
variant: "Carne, Pollo, Al Pastor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegetarian-tacos-arrangement_23-2148750456.jpg",
|
||||
imageAlt: "Plato de tacos tradicionales",
|
||||
},
|
||||
id: "tacos", name: "Tacos Tradicionales", price: "Desde €2.50", variant: "Carne, Pollo, Al Pastor", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegetarian-tacos-arrangement_23-2148750456.jpg", imageAlt: "Plato de tacos tradicionales"},
|
||||
{
|
||||
id: "burritos",
|
||||
name: "Burritos Gigantes",
|
||||
price: "Desde €8.99",
|
||||
variant: "Carne Asada, Pollo, Carnitas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burrito-wooden-board-near-tomato-sauce-cardamom_23-2148254381.jpg",
|
||||
imageAlt: "Burrito gigante estilo mexicano",
|
||||
},
|
||||
id: "burritos", name: "Burritos Gigantes", price: "Desde €8.99", variant: "Carne Asada, Pollo, Carnitas", imageSrc: "http://img.b2bpic.net/free-photo/burrito-wooden-board-near-tomato-sauce-cardamom_23-2148254381.jpg", imageAlt: "Burrito gigante estilo mexicano"},
|
||||
{
|
||||
id: "quesadillas",
|
||||
name: "Quesadillas Variadas",
|
||||
price: "Desde €6.50",
|
||||
variant: "Carne Asada, Camarón, Queso",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-plate_23-2148764334.jpg",
|
||||
imageAlt: "Quesadilla de camarones",
|
||||
},
|
||||
id: "quesadillas", name: "Quesadillas Variadas", price: "Desde €6.50", variant: "Carne Asada, Camarón, Queso", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-plate_23-2148764334.jpg", imageAlt: "Quesadilla de camarones"},
|
||||
{
|
||||
id: "chile-relleno",
|
||||
name: "Chile Relleno",
|
||||
price: "€10.99",
|
||||
variant: "Queso, Carne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-black-egg_1203-8998.jpg",
|
||||
imageAlt: "Chile relleno con salsa",
|
||||
},
|
||||
id: "chile-relleno", name: "Chile Relleno", price: "€10.99", variant: "Queso, Carne", imageSrc: "http://img.b2bpic.net/free-photo/sweet-black-egg_1203-8998.jpg", imageAlt: "Chile relleno con salsa"},
|
||||
{
|
||||
id: "pozole-rojo",
|
||||
name: "Pozole Rojo",
|
||||
price: "Desde €7.50",
|
||||
variant: "Pollo, Cerdo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-green-pozole-soup-isolated-white-background_123827-34909.jpg",
|
||||
imageAlt: "Tazón de pozole rojo",
|
||||
},
|
||||
id: "pozole-rojo", name: "Pozole Rojo", price: "Desde €7.50", variant: "Pollo, Cerdo", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-green-pozole-soup-isolated-white-background_123827-34909.jpg", imageAlt: "Tazón de pozole rojo"},
|
||||
{
|
||||
id: "chilaquiles",
|
||||
name: "Chilaquiles",
|
||||
price: "Desde €8.00",
|
||||
variant: "Rojos, Verdes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-mushroom-quesadilla-food-photography-recipe-idea_53876-48746.jpg",
|
||||
imageAlt: "Chilaquiles rojos con huevo",
|
||||
},
|
||||
id: "chilaquiles", name: "Chilaquiles", price: "Desde €8.00", variant: "Rojos, Verdes", imageSrc: "http://img.b2bpic.net/free-photo/homemade-mushroom-quesadilla-food-photography-recipe-idea_53876-48746.jpg", imageAlt: "Chilaquiles rojos con huevo"},
|
||||
{
|
||||
id: "guacamole",
|
||||
name: "Guacamole con Totopos",
|
||||
price: "€5.99",
|
||||
variant: "Tradicional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-guacamole-with-nacho-chip-wooden-bowl-rustic-wooden-table-traditional-mexican-foodxa_123827-22842.jpg",
|
||||
imageAlt: "Guacamole fresco con totopos",
|
||||
},
|
||||
id: "guacamole", name: "Guacamole con Totopos", price: "€5.99", variant: "Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/mexican-guacamole-with-nacho-chip-wooden-bowl-rustic-wooden-table-traditional-mexican-foodxa_123827-22842.jpg", imageAlt: "Guacamole fresco con totopos"},
|
||||
{
|
||||
id: "horchata",
|
||||
name: "Agua de Horchata",
|
||||
price: "€3.00",
|
||||
variant: "Natural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rye-wheat-sourdough-starter-glass-jar-with-ingredient-flour-close-up-selective-focus-glass-vertical-frame_166373-2176.jpg",
|
||||
imageAlt: "Vaso de agua de horchata",
|
||||
},
|
||||
id: "horchata", name: "Agua de Horchata", price: "€3.00", variant: "Natural", imageSrc: "http://img.b2bpic.net/free-photo/rye-wheat-sourdough-starter-glass-jar-with-ingredient-flour-close-up-selective-focus-glass-vertical-frame_166373-2176.jpg", imageAlt: "Vaso de agua de horchata"},
|
||||
{
|
||||
id: "tres-leches",
|
||||
name: "Pastel Tres Leches",
|
||||
price: "€4.50",
|
||||
variant: "Tradicional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coconut-cake_74190-2632.jpg",
|
||||
imageAlt: "Rebanada de pastel de tres leches",
|
||||
},
|
||||
id: "tres-leches", name: "Pastel Tres Leches", price: "€4.50", variant: "Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/coconut-cake_74190-2632.jpg", imageAlt: "Rebanada de pastel de tres leches"},
|
||||
]}
|
||||
title="Nuestro Menú Auténtico"
|
||||
description="Descubre la rica variedad de sabores caseros. Desde tacos tradicionales hasta platillos fuertes y postres, cada opción está preparada con pasión y los ingredientes más frescos. ¡Hay algo para cada paladar!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="precios" data-section="precios">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Nuestros Precios"
|
||||
description="Opciones flexibles para todos los gustos y presupuestos. Disfruta de la auténtica comida mexicana a precios accesibles."
|
||||
plans={[
|
||||
{
|
||||
id: "plan-individual", badge: "Individual", badgeIcon: Star,
|
||||
price: "Desde €15", subtitle: "Para una persona", features: [
|
||||
"Un Plato Principal a elegir", "Una Bebida Tradicional", "Postre del Día", "Salsas y Guarniciones"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Seleccionar", href: "#contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "plan-familiar", badge: "Familiar", badgeIcon: Star,
|
||||
price: "Desde €40", subtitle: "Para compartir", features: [
|
||||
"Dos Platos Principales a elegir", "Dos Bebidas Grandes", "Un Postre Grande", "Entrada Compartida (Nachos o Guacamole)"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Seleccionar", href: "#contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "plan-eventos", badge: "Eventos", badgeIcon: Star,
|
||||
price: "Personalizado", subtitle: "Grandes ocasiones", features: [
|
||||
"Menú a Medida (Catering)", "Servicio a Domicilio", "Asesoramiento Personalizado", "Reserva Exclusiva de Espacio"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Contactar", href: "#contacto"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="favoritos" data-section="favoritos">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
@@ -243,55 +195,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "fav-tacos",
|
||||
title: "Tacos",
|
||||
tags: [
|
||||
"El clásico",
|
||||
"Sabor casero",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tacos-frame-with-copy-space_23-2148629359.jpg",
|
||||
imageAlt: "Tacos variados, un clásico mexicano",
|
||||
},
|
||||
id: "fav-tacos", title: "Tacos", tags: [
|
||||
"El clásico", "Sabor casero"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tacos-frame-with-copy-space_23-2148629359.jpg", imageAlt: "Tacos variados, un clásico mexicano"},
|
||||
{
|
||||
id: "fav-tortas",
|
||||
title: "Tortas Mexicanas",
|
||||
tags: [
|
||||
"Grandes y Rellenas",
|
||||
"Deliciosas",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-sandwich-wooden-board-side-view_141793-2394.jpg",
|
||||
imageAlt: "Tortas mexicanas rellenas",
|
||||
},
|
||||
id: "fav-tortas", title: "Tortas Mexicanas", tags: [
|
||||
"Grandes y Rellenas", "Deliciosas"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-sandwich-wooden-board-side-view_141793-2394.jpg", imageAlt: "Tortas mexicanas rellenas"},
|
||||
{
|
||||
id: "fav-pozole",
|
||||
title: "Pozole",
|
||||
tags: [
|
||||
"Caldo tradicional",
|
||||
"Confort en cada cucharada",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-green-pozole-soup-isolated-white-background_123827-34899.jpg",
|
||||
imageAlt: "Tazón de pozole humeante",
|
||||
},
|
||||
id: "fav-pozole", title: "Pozole", tags: [
|
||||
"Caldo tradicional", "Confort en cada cucharada"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-green-pozole-soup-isolated-white-background_123827-34899.jpg", imageAlt: "Tazón de pozole humeante"},
|
||||
{
|
||||
id: "fav-birria",
|
||||
title: "Birria",
|
||||
tags: [
|
||||
"Carne tierna",
|
||||
"Sabor profundo",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dish-plate-with-meat-rice_23-2148694393.jpg",
|
||||
imageAlt: "Birria de res con consomé",
|
||||
},
|
||||
id: "fav-birria", title: "Birria", tags: [
|
||||
"Carne tierna", "Sabor profundo"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dish-plate-with-meat-rice_23-2148694393.jpg", imageAlt: "Birria de res con consomé"},
|
||||
{
|
||||
id: "fav-quesadillas",
|
||||
title: "Quesadillas",
|
||||
tags: [
|
||||
"Crujientes",
|
||||
"Fundido perfecto",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11149.jpg",
|
||||
imageAlt: "Quesadillas con queso derretido",
|
||||
},
|
||||
id: "fav-quesadillas", title: "Quesadillas", tags: [
|
||||
"Crujientes", "Fundido perfecto"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11149.jpg", imageAlt: "Quesadillas con queso derretido"},
|
||||
]}
|
||||
title="Nuestros Platos Favoritos"
|
||||
description="Estos son los clásicos que nuestros clientes aman, preparados con recetas que han pasado de generación en generación, asegurando un sabor inigualable."
|
||||
@@ -305,45 +227,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "María G.",
|
||||
handle: "@Maria_Foodie",
|
||||
testimonial: "¡Comida auténtica, fresca y llena de sabor! Los tacos son espectaculares y las aguas frescas son la bebida perfecta. Siempre salgo feliz de aquí.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
},
|
||||
id: "1", name: "María G.", handle: "@Maria_Foodie", testimonial: "¡Comida auténtica, fresca y llena de sabor! Los tacos son espectaculares y las aguas frescas son la bebida perfecta. Siempre salgo feliz de aquí.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Juan L.",
|
||||
handle: "@Juan_Oviedo",
|
||||
testimonial: "Un lugar familiar donde te atienden como en casa. La birria es increíble y el ambiente es muy acogedor. Mi sitio favorito para comida mexicana en Oviedo.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg",
|
||||
},
|
||||
id: "2", name: "Juan L.", handle: "@Juan_Oviedo", testimonial: "Un lugar familiar donde te atienden como en casa. La birria es increíble y el ambiente es muy acogedor. Mi sitio favorito para comida mexicana en Oviedo.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofía P.",
|
||||
handle: "@Sofia_Eats",
|
||||
testimonial: "Los chiles rellenos son una delicia. Cada plato tiene ese toque casero que te transporta a México. ¡Recomendadísimo para una experiencia culinaria genuina!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg",
|
||||
},
|
||||
id: "3", name: "Sofía P.", handle: "@Sofia_Eats", testimonial: "Los chiles rellenos son una delicia. Cada plato tiene ese toque casero que te transporta a México. ¡Recomendadísimo para una experiencia culinaria genuina!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-con-food_23-2149250084.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos y Ana",
|
||||
handle: "@CoupleFoodies",
|
||||
testimonial: "Nos encanta venir a Los Mondragón. El pozole es el mejor que hemos probado fuera de México y el servicio es siempre impecable. ¡Ya somos clientes habituales!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-guy-holding-back-young-lady_23-2148009522.jpg",
|
||||
},
|
||||
id: "4", name: "Carlos y Ana", handle: "@CoupleFoodies", testimonial: "Nos encanta venir a Los Mondragón. El pozole es el mejor que hemos probado fuera de México y el servicio es siempre impecable. ¡Ya somos clientes habituales!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-guy-holding-back-young-lady_23-2148009522.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Familia R.",
|
||||
handle: "@MondragonFans",
|
||||
testimonial: "Siempre traemos a toda la familia aquí. Hay opciones deliciosas para todos, desde los niños hasta los abuelos. Un verdadero tesoro familiar en Oviedo.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-happy-family_23-2148097873.jpg",
|
||||
},
|
||||
id: "5", name: "Familia R.", handle: "@MondragonFans", testimonial: "Siempre traemos a toda la familia aquí. Hay opciones deliciosas para todos, desde los niños hasta los abuelos. Un verdadero tesoro familiar en Oviedo.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-happy-family_23-2148097873.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
@@ -351,31 +248,40 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="equipo" data-section="equipo">
|
||||
<TeamCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
title="Conoce a Nuestro Equipo"
|
||||
description="El corazón y alma de Los Mondragón. Chefs, cocineros y personal de sala dedicados a brindarte la mejor experiencia culinaria y un servicio excepcional."
|
||||
members={[
|
||||
{
|
||||
id: "chef-maria", name: "María Elena", role: "Chef Principal", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-dish-with-food_23-2148118086.jpg", imageAlt: "Chef María Elena"},
|
||||
{
|
||||
id: "gerente-javier", name: "Javier Soto", role: "Gerente General", imageSrc: "http://img.b2bpic.net/free-photo/portrait-restaurant-manager_23-2147770857.jpg", imageAlt: "Gerente Javier Soto"},
|
||||
{
|
||||
id: "jefe-sala-ana", name: "Ana García", role: "Jefa de Sala", imageSrc: "http://img.b2bpic.net/free-photo/young-african-waiter-waiting-customers_23-2147770860.jpg", imageAlt: "Jefa de Sala Ana García"},
|
||||
{
|
||||
id: "chef-pasteleria-luis", name: "Luis Hernández", role: "Chef de Repostería", imageSrc: "http://img.b2bpic.net/free-photo/male-baker-standing-by-table-full-pastry-cafe_23-2147814401.jpg", imageAlt: "Chef de Repostería Luis Hernández"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "¿Ofrecen opciones vegetarianas o veganas?",
|
||||
content: "Sí, tenemos varias opciones vegetarianas y veganas en nuestro menú. Por favor, consulta a nuestro personal para conocer las alternativas disponibles para tus platillos favoritos.",
|
||||
},
|
||||
id: "faq-1", title: "¿Ofrecen opciones vegetarianas o veganas?", content: "Sí, tenemos varias opciones vegetarianas y veganas en nuestro menú. Por favor, consulta a nuestro personal para conocer las alternativas disponibles para tus platillos favoritos."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "¿Se puede pedir comida para llevar?",
|
||||
content: "¡Claro que sí! Ofrecemos servicio de comida para llevar y también puedes realizar tus pedidos online a través de nuestra plataforma para mayor comodidad.",
|
||||
},
|
||||
id: "faq-2", title: "¿Se puede pedir comida para llevar?", content: "¡Claro que sí! Ofrecemos servicio de comida para llevar y también puedes realizar tus pedidos online a través de nuestra plataforma para mayor comodidad."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "¿Es necesario reservar mesa?",
|
||||
content: "Para fines de semana o grupos grandes, recomendamos encarecidamente reservar mesa para asegurar tu lugar. Puedes hacerlo llamándonos por teléfono o utilizando nuestro formulario de contacto.",
|
||||
},
|
||||
id: "faq-3", title: "¿Es necesario reservar mesa?", content: "Para fines de semana o grupos grandes, recomendamos encarecidamente reservar mesa para asegurar tu lugar. Puedes hacerlo llamándonos por teléfono o utilizando nuestro formulario de contacto."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "¿Tienen opciones sin gluten?",
|
||||
content: "Contamos con algunas opciones naturalmente sin gluten, como los tacos de maíz. Sin embargo, no podemos garantizar una cocina 100% libre de contaminación cruzada. Por favor, infórmanos sobre tus alergias.",
|
||||
},
|
||||
id: "faq-4", title: "¿Tienen opciones sin gluten?", content: "Contamos con algunas opciones naturalmente sin gluten, como los tacos de maíz. Sin embargo, no podemos garantizar una cocina 100% libre de contaminación cruzada. Por favor, infórmanos sobre tus alergias."},
|
||||
]}
|
||||
title="¿Tienes preguntas?"
|
||||
description="Encuentra respuestas a las preguntas más frecuentes sobre nuestro restaurante, menú, reservas y más."
|
||||
@@ -383,30 +289,32 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socios" data-section="socios">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Nuestros Aliados y Reconocimientos"
|
||||
description="Colaboramos con los mejores proveedores locales y somos reconocidos por la comunidad por nuestra calidad y compromiso con la auténtica gastronomía mexicana."
|
||||
names={[
|
||||
"Oviedo Gastronomía", "Sabores Locales", "Eventos Oviedo", "Guía Culinaria", "Productos Frescos", "Proveedores Selectos"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contacto" data-section="contacto">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="¡Visítanos, Llámanos o Haz tu Pedido Online! \nEstamos listos para servirte la mejor comida mexicana casera en Oviedo. \n\n📍 Dirección: Calle Falsa 123, Oviedo, Florida \n📞 Teléfono: +34 987 654 321 \n⏰ Horario: Lunes a Sábado 12:00-22:00, Domingo Cerrado"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ordenar Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Ordenar Online", href: "#"},
|
||||
{
|
||||
text: "Llámanos ahora",
|
||||
href: "tel:+34987654321",
|
||||
},
|
||||
text: "Llámanos ahora", href: "tel:+34987654321"},
|
||||
{
|
||||
text: "Ver en Google Maps",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
text: "Ver en Google Maps", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
text: "Enviar WhatsApp",
|
||||
href: "https://wa.me/34987654321",
|
||||
},
|
||||
text: "Enviar WhatsApp", href: "https://wa.me/34987654321"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -419,41 +327,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menú Completo",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menú Completo", href: "#menu"},
|
||||
{
|
||||
label: "Platos Favoritos",
|
||||
href: "#favoritos",
|
||||
},
|
||||
label: "Platos Favoritos", href: "#favoritos"},
|
||||
{
|
||||
label: "Nuestra Historia",
|
||||
href: "#historia",
|
||||
},
|
||||
label: "Nuestra Historia", href: "#historia"},
|
||||
{
|
||||
label: "Reseñas",
|
||||
href: "#reseñas",
|
||||
},
|
||||
label: "Reseñas", href: "#reseñas"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contacto",
|
||||
},
|
||||
label: "Contacto", href: "#contacto"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos de Servicio",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos de Servicio", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user