Merge version_1 into main #2
469
src/app/page.tsx
469
src/app/page.tsx
@@ -25,353 +25,140 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Ubicación",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Santa Mónica"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Menú", id: "menu" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Ubicación", id: "contact" },
|
||||
]}
|
||||
brandName="Santa Mónica"
|
||||
button={{ text: "Reservar", href: "https://wa.me/5217220000000" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="Sabores que honran a Puebla"
|
||||
description="Experimenta la tradición gastronómica poblana en Santa Mónica. Cocina auténtica en un ambiente familiar que te hará sentir como en casa."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009510.jpg?_wi=1",
|
||||
imageAlt: "Ambiente acogedor 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-sauces-stuffed-cabbage-multicolored-checkered-tablecloth-bowls-herbs-sauces-table_140725-110425.jpg?_wi=1",
|
||||
imageAlt: "Ambiente acogedor 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-decorated-with-scallion-basil-leaves_140725-7972.jpg?_wi=1",
|
||||
imageAlt: "Ambiente acogedor 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-plates-table_140725-10053.jpg?_wi=1",
|
||||
imageAlt: "Ambiente acogedor 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-romeritos-with-mole-sauce-shrimp_123827-37419.jpg?_wi=1",
|
||||
imageAlt: "Ambiente acogedor 5",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-romeritos-with-mole-sauce-shrimp_123827-37419.jpg?_wi=2",
|
||||
imageAlt: "Platillo poblano 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-sauces-stuffed-cabbage-multicolored-checkered-tablecloth-bowls-herbs-sauces-table_140725-110425.jpg?_wi=2",
|
||||
imageAlt: "Platillo poblano 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-decorated-with-scallion-basil-leaves_140725-7972.jpg?_wi=2",
|
||||
imageAlt: "Platillo poblano 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-plates-table_140725-10053.jpg?_wi=2",
|
||||
imageAlt: "Platillo poblano 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009510.jpg?_wi=2",
|
||||
imageAlt: "Platillo poblano 5",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar vía WhatsApp",
|
||||
href: "https://wa.me/5217220000000",
|
||||
},
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:7220000000",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg",
|
||||
alt: "Cliente 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
|
||||
alt: "Cliente 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg",
|
||||
alt: "Cliente 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663831.jpg",
|
||||
alt: "Cliente 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-setting-table-christmas-dinner_23-2147969378.jpg",
|
||||
alt: "Cliente 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Más de 2000 clientes felices"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradición",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sabor auténtico",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingredientes frescos",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente familiar",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hecho en Puebla",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Sabores que honran a Puebla"
|
||||
description="Experimenta la tradición gastronómica poblana en Santa Mónica. Cocina auténtica en un ambiente familiar que te hará sentir como en casa."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009510.jpg", imageAlt: "Ambiente acogedor 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-sauces-stuffed-cabbage-multicolored-checkered-tablecloth-bowls-herbs-sauces-table_140725-110425.jpg", imageAlt: "Ambiente acogedor 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-decorated-with-scallion-basil-leaves_140725-7972.jpg", imageAlt: "Ambiente acogedor 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vegetable-plates-table_140725-10053.jpg", imageAlt: "Ambiente acogedor 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-romeritos-with-mole-sauce-shrimp_123827-37419.jpg", imageAlt: "Ambiente acogedor 5" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-romeritos-with-mole-sauce-shrimp_123827-37419.jpg", imageAlt: "Platillo poblano 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-sauces-stuffed-cabbage-multicolored-checkered-tablecloth-bowls-herbs-sauces-table_140725-110425.jpg", imageAlt: "Platillo poblano 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-decorated-with-scallion-basil-leaves_140725-7972.jpg", imageAlt: "Platillo poblano 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vegetable-plates-table_140725-10053.jpg", imageAlt: "Platillo poblano 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009510.jpg", imageAlt: "Platillo poblano 5" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Reservar vía WhatsApp", href: "https://wa.me/5217220000000" },
|
||||
{ text: "Llamar ahora", href: "tel:7220000000" },
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg", alt: "Cliente 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg", alt: "Cliente 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg", alt: "Cliente 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663831.jpg", alt: "Cliente 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-setting-table-christmas-dinner_23-2147969378.jpg", alt: "Cliente 5" },
|
||||
]}
|
||||
avatarText="Más de 2000 clientes felices"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Tradición" },
|
||||
{ type: "text", text: "Sabor auténtico" },
|
||||
{ type: "text", text: "Ingredientes frescos" },
|
||||
{ type: "text", text: "Ambiente familiar" },
|
||||
{ type: "text", text: "Hecho en Puebla" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Nuestra Historia"
|
||||
description="Santa Mónica nace del deseo de compartir la riqueza de la comida tradicional poblana en Toluca. Con años de dedicación, nos hemos convertido en el punto de encuentro favorito para quienes buscan sabor, calidad y una calidez excepcional."
|
||||
metrics={[
|
||||
{
|
||||
value: "2472+",
|
||||
title: "Opiniones Google",
|
||||
},
|
||||
{
|
||||
value: "4.3★",
|
||||
title: "Calificación",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
title: "Años de Tradición",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mexican-romeritos-with-mole-sauce-shrimp_123827-37419.jpg?_wi=3"
|
||||
imageAlt="Experiencia gastronómica poblana"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Nuestra Historia"
|
||||
description="Santa Mónica nace del deseo de compartir la riqueza de la comida tradicional poblana en Toluca. Con años de dedicación, nos hemos convertido en el punto de encuentro favorito para quienes buscan sabor, calidad y una calidez excepcional."
|
||||
metrics={[
|
||||
{ value: "2472+", title: "Opiniones Google" },
|
||||
{ value: "4.3★", title: "Calificación" },
|
||||
{ value: "15+", title: "Años de Tradición" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mexican-romeritos-with-mole-sauce-shrimp_123827-37419.jpg"
|
||||
imageAlt="Experiencia gastronómica poblana"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Enchiladas Tres Moles",
|
||||
price: "$180",
|
||||
variant: "Tradicional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-sauces-stuffed-cabbage-multicolored-checkered-tablecloth-bowls-herbs-sauces-table_140725-110425.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chiles en Nogada",
|
||||
price: "$290",
|
||||
variant: "Temporada",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-decorated-with-scallion-basil-leaves_140725-7972.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Enmoladas Poblanas",
|
||||
price: "$160",
|
||||
variant: "Familiar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-plates-table_140725-10053.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sopa Poblana",
|
||||
price: "$120",
|
||||
variant: "Entrada",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-sauces-stuffed-cabbage-multicolored-checkered-tablecloth-bowls-herbs-sauces-table_140725-110425.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tacos Placeros",
|
||||
price: "$140",
|
||||
variant: "Especial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-plates-table_140725-10053.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Postre de Camote",
|
||||
price: "$90",
|
||||
variant: "Dulce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-decorated-with-scallion-basil-leaves_140725-7972.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
title="Nuestro Menú Poblano"
|
||||
description="Platillos preparados con recetas tradicionales que celebran la esencia de Puebla."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Enchiladas Tres Moles", price: "$180", variant: "Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-sauces-stuffed-cabbage-multicolored-checkered-tablecloth-bowls-herbs-sauces-table_140725-110425.jpg" },
|
||||
{ id: "2", name: "Chiles en Nogada", price: "$290", variant: "Temporada", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-decorated-with-scallion-basil-leaves_140725-7972.jpg" },
|
||||
{ id: "3", name: "Enmoladas Poblanas", price: "$160", variant: "Familiar", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-plates-table_140725-10053.jpg" },
|
||||
{ id: "4", name: "Sopa Poblana", price: "$120", variant: "Entrada", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-sauces-stuffed-cabbage-multicolored-checkered-tablecloth-bowls-herbs-sauces-table_140725-110425.jpg" },
|
||||
{ id: "5", name: "Tacos Placeros", price: "$140", variant: "Especial", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-plates-table_140725-10053.jpg" },
|
||||
{ id: "6", name: "Postre de Camote", price: "$90", variant: "Dulce", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-decorated-with-scallion-basil-leaves_140725-7972.jpg" },
|
||||
]}
|
||||
title="Nuestro Menú Poblano"
|
||||
description="Platillos preparados con recetas tradicionales que celebran la esencia de Puebla."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excelente experiencia",
|
||||
quote: "Los mejores chiles en nogada de Toluca, atención impecable.",
|
||||
name: "Carlos M.",
|
||||
role: "Cliente frecuente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Ambiente familiar",
|
||||
quote: "Un lugar perfecto para ir en familia. El mole es increíble.",
|
||||
name: "Familia Ruiz",
|
||||
role: "Comensales",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Sabor auténtico",
|
||||
quote: "Realmente se siente la tradición poblana en cada bocado.",
|
||||
name: "Laura G.",
|
||||
role: "Turista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Gran servicio",
|
||||
quote: "El personal es muy amable y el tiempo de espera es mínimo.",
|
||||
name: "Jorge V.",
|
||||
role: "Cliente recurrente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663831.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Volveré pronto",
|
||||
quote: "Calidad excelente, ambiente colorido y muy limpio.",
|
||||
name: "Marta R.",
|
||||
role: "Cliente local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-setting-table-christmas-dinner_23-2147969378.jpg",
|
||||
},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Nuestros comensales valoran nuestra atención y el sabor auténtico."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Excelente experiencia", quote: "Los mejores chiles en nogada de Toluca, atención impecable.", name: "Carlos M.", role: "Cliente frecuente", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg" },
|
||||
{ id: "2", title: "Ambiente familiar", quote: "Un lugar perfecto para ir en familia. El mole es increíble.", name: "Familia Ruiz", role: "Comensales", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg" },
|
||||
{ id: "3", title: "Sabor auténtico", quote: "Realmente se siente la tradición poblana en cada bocado.", name: "Laura G.", role: "Turista", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg" },
|
||||
{ id: "4", title: "Gran servicio", quote: "El personal es muy amable y el tiempo de espera es mínimo.", name: "Jorge V.", role: "Cliente recurrente", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663831.jpg" },
|
||||
{ id: "5", title: "Volveré pronto", quote: "Calidad excelente, ambiente colorido y muy limpio.", name: "Marta R.", role: "Cliente local", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-setting-table-christmas-dinner_23-2147969378.jpg" },
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Nuestros comensales valoran nuestra atención y el sabor auténtico."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visítanos o Contáctanos"
|
||||
description="José Vicente Villada 450, Francisco Murguía, 50130 Toluca. Estamos listos para atender tu reserva."
|
||||
inputs={[
|
||||
{
|
||||
name: "nombre",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu correo",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensaje",
|
||||
placeholder: "Tu reserva o consulta",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-friends-having-fun-amusement-park_23-2147919062.jpg"
|
||||
buttonText="Enviar mensaje"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visítanos o Contáctanos"
|
||||
description="José Vicente Villada 450, Francisco Murguía, 50130 Toluca. Estamos listos para atender tu reserva."
|
||||
inputs={[
|
||||
{ name: "nombre", type: "text", placeholder: "Tu nombre", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Tu correo", required: true },
|
||||
]}
|
||||
textarea={{ name: "mensaje", placeholder: "Tu reserva o consulta", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-friends-having-fun-amusement-park_23-2147919062.jpg"
|
||||
buttonText="Enviar mensaje"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Santa Mónica"
|
||||
columns={[
|
||||
{
|
||||
title: "Reservas",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp: 722 000 0000",
|
||||
href: "https://wa.me/5217220000000",
|
||||
},
|
||||
{
|
||||
label: "Teléfono: 722 000 0000",
|
||||
href: "tel:7220000000",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menú",
|
||||
items: [
|
||||
{
|
||||
label: "Ver Menú PDF",
|
||||
href: "/menu.pdf",
|
||||
},
|
||||
{
|
||||
label: "Especiales",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legales",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Aviso",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Restaurante Santa Mónica. Todos los derechos reservados."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Santa Mónica"
|
||||
columns={[
|
||||
{ title: "Reservas", items: [{ label: "WhatsApp: 722 000 0000", href: "https://wa.me/5217220000000" }, { label: "Teléfono: 722 000 0000", href: "tel:7220000000" }] },
|
||||
{ title: "Menú", items: [{ label: "Ver Menú PDF", href: "/menu.pdf" }, { label: "Especiales", href: "#menu" }] },
|
||||
{ title: "Legales", items: [{ label: "Privacidad", href: "#" }, { label: "Aviso", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Restaurante Santa Mónica. Todos los derechos reservados."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user