Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36254385af | |||
| 015c55ed6b | |||
| 00b5b7a652 | |||
| 721651d3d4 | |||
| 2417e15e40 | |||
| 6a4c422185 |
188
src/app/page.tsx
188
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Inicio",
|
name: "Inicio", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Nosotros",
|
name: "Nosotros", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menú",
|
name: "Menú", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contacto",
|
name: "Contacto", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Mamá Luz"
|
brandName="Mamá Luz"
|
||||||
/>
|
/>
|
||||||
@@ -52,117 +44,68 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="El Sabor de Tradición "
|
title="El Sabor de Tradición "
|
||||||
description="Mamá Luz te espera en el Mercado Modelo de Ica. Desayunos típicos, porciones generosas y el sabor de casa desde las 6:00 a.m."
|
description="Mamá Luz te espera en el Mercado Modelo de Ica. Desayunos típicos, porciones generosas y el sabor de casa desde las 6:00 a.m."
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005099906-3txuss5r.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005099906-3txuss5r.jpg", imageAlt: "Desayuno Mamá Luz"},
|
||||||
imageAlt: "Desayuno Mamá Luz",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005105104-ouhxtwgw.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005105104-ouhxtwgw.jpg", imageAlt: "Pan con chicharrón"},
|
||||||
imageAlt: "Pan con chicharrón",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005132209-k8jzsdps.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005132209-k8jzsdps.jpg", imageAlt: "Carapulcra con sopa seca"},
|
||||||
imageAlt: "Carapulcra con sopa seca",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005077627-php1txu6.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005077627-php1txu6.jpg", imageAlt: "Platos tradicionales"},
|
||||||
imageAlt: "Platos tradicionales",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-delicious-traditional-tamales_52683-57647.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-delicious-traditional-tamales_52683-57647.jpg?_wi=1", imageAlt: "Tamales frescos"},
|
||||||
imageAlt: "Tamales frescos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005050687-1opqvjzx.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005050687-1opqvjzx.jpg", imageAlt: "Chicharrón de chancho"},
|
||||||
imageAlt: "Chicharrón de chancho",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
rightCarouselItems={[
|
rightCarouselItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005240774-8wdj4168.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005240774-8wdj4168.jpg", imageAlt: "Pan con chicharrón"},
|
||||||
imageAlt: "Pan con chicharrón",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-delicious-traditional-tamales_52683-57647.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-delicious-traditional-tamales_52683-57647.jpg?_wi=2", imageAlt: "Tamales"},
|
||||||
imageAlt: "Tamales",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005313971-cugctn9f.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005313971-cugctn9f.jpg", imageAlt: "Plato Mamá Luz"},
|
||||||
imageAlt: "Plato Mamá Luz",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005252675-yj63rnkb.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005252675-yj63rnkb.jpg", imageAlt: "Carapulcra"},
|
||||||
imageAlt: "Carapulcra",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005152329-0204ki29.webp",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005152329-0204ki29.webp", imageAlt: "Chicharrón"},
|
||||||
imageAlt: "Chicharrón",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005246010-0174u613.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775005246010-0174u613.jpg", imageAlt: "Desayuno Ica"},
|
||||||
imageAlt: "Desayuno Ica",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
tag="4.1 estrellas - 1,158 Reseñas"
|
tag="4.1 estrellas - 1,158 Reseñas"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Llamar Ahora",
|
text: "Llamar Ahora", href: "tel:+51999993333"},
|
||||||
href: "tel:+51999993333",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Ver Menú",
|
text: "Ver Menú", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg", alt: "Cliente 1"},
|
||||||
alt: "Cliente 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-eating-seaweed-snacks_23-2150872525.jpg",
|
src: "http://img.b2bpic.net/free-photo/front-view-woman-eating-seaweed-snacks_23-2150872525.jpg", alt: "Cliente 2"},
|
||||||
alt: "Cliente 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-holding-grilled-chicken-skewers_141793-2201.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-holding-grilled-chicken-skewers_141793-2201.jpg", alt: "Cliente 3"},
|
||||||
alt: "Cliente 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/three-friends-taking-selfie-together_23-2147681018.jpg",
|
src: "http://img.b2bpic.net/free-photo/three-friends-taking-selfie-together_23-2147681018.jpg", alt: "Cliente 4"},
|
||||||
alt: "Cliente 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg",
|
src: "http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg", alt: "Cliente 5"},
|
||||||
alt: "Cliente 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Únete a más de 1,000 clientes satisfechos"
|
avatarText="Únete a más de 1,000 clientes satisfechos"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Tradición Iqueña"},
|
||||||
text: "Tradición Iqueña",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Ingredientes Frescos"},
|
||||||
text: "Ingredientes Frescos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Sazón Casera"},
|
||||||
text: "Sazón Casera",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Calidad Garantizada"},
|
||||||
text: "Calidad Garantizada",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Abierto desde las 6am"},
|
||||||
text: "Abierto desde las 6am",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -174,9 +117,7 @@ export default function LandingPage() {
|
|||||||
description="Mamá Luz nace en el corazón del Mercado Modelo de Ica. Nuestro compromiso es servir desayunos abundantes con ingredientes de primera, manteniendo viva la sazón que nos ha convertido en una parada obligatoria para locales y visitantes."
|
description="Mamá Luz nace en el corazón del Mercado Modelo de Ica. Nuestro compromiso es servir desayunos abundantes con ingredientes de primera, manteniendo viva la sazón que nos ha convertido en una parada obligatoria para locales y visitantes."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Cómo llegar",
|
text: "Cómo llegar", href: "https://maps.app.goo.gl/..."},
|
||||||
href: "https://maps.app.goo.gl/...",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-piti-with-deep-plate-vinegar-human-clay-jug-wooden-table_176474-3181.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-piti-with-deep-plate-vinegar-human-clay-jug-wooden-table_176474-3181.jpg"
|
||||||
imageAlt="Cocina de Mamá Luz"
|
imageAlt="Cocina de Mamá Luz"
|
||||||
@@ -191,23 +132,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Tamales", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775008885077-v12m3lfo.jpg"},
|
||||||
name: "Tamales",
|
|
||||||
price: "S 10",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775008885077-v12m3lfo.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Chicharrón de Chancho", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775009093033-4uckxshq.jpg"},
|
||||||
name: "Chicharrón de Chancho",
|
|
||||||
price: "S/ 15",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775009093033-4uckxshq.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Carapulcra con Sopa Seca", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775006397725-q26y8mga.jpg"},
|
||||||
name: "Carapulcra con Sopa Seca",
|
|
||||||
price: "S/ 20",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775006397725-q26y8mga.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Platos Destacados"
|
title="Platos Destacados"
|
||||||
description="Descubre nuestros sabores más pedidos"
|
description="Descubre nuestros sabores más pedidos"
|
||||||
@@ -219,30 +148,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Juan Pérez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg?_wi=1"},
|
||||||
name: "Juan Pérez",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "María López", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-seaweed-snacks_23-2150872525.jpg"},
|
||||||
name: "María López",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-seaweed-snacks_23-2150872525.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Carlos Ruíz", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-grilled-chicken-skewers_141793-2201.jpg"},
|
||||||
name: "Carlos Ruíz",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-grilled-chicken-skewers_141793-2201.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Ana García", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-taking-selfie-together_23-2147681018.jpg"},
|
||||||
name: "Ana García",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/three-friends-taking-selfie-together_23-2147681018.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Luis Soto", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg?_wi=2"},
|
||||||
name: "Luis Soto",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Lo que dicen nuestros clientes"
|
cardTitle="Lo que dicen nuestros clientes"
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
@@ -254,8 +168,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Contacto Directo"
|
tag="Contacto Directo"
|
||||||
title="Solicita tu Pedido"
|
title="Solicita tu Pedido"
|
||||||
description="Escríbenos para consultas o pedidos especiales. Te responderemos a la brevedad."
|
description="Escríbenos para consultas o pedidos especiales. Te responderemos a la brevedad."
|
||||||
@@ -266,33 +179,24 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/waffles-topped-with-jam-chocolate-butter_140725-4333.jpg?_wi=5"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775009592846-l3nkm55j.jpg"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Ubicación",
|
title: "Ubicación", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Mercado Modelo, Ica",
|
label: "Mercado Modelo, Ica", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contacto",
|
title: "Contacto", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "999 993 333",
|
label: "999 993 333", href: "tel:999993333"},
|
||||||
href: "tel:999993333",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Horarios",
|
title: "Horarios", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Lun-Dom: 6am - 1pm",
|
label: "Lun-Dom: 6am - 1pm", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user