Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f6d85ccab | |||
| 06029214a6 |
164
src/app/page.tsx
164
src/app/page.tsx
@@ -29,23 +29,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Inicio",
|
name: "Inicio", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menú",
|
name: "Menú", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Experiencia",
|
name: "Experiencia", id: "experience"},
|
||||||
id: "experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonios",
|
name: "Testimonios", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="La Burgeseria Yael Nieto"
|
brandName="La Burgueseria Yael Nieto"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -55,13 +47,9 @@ export default function LandingPage() {
|
|||||||
description="Sabor brutal, crunch perfecto y servicio que te trata como rey."
|
description="Sabor brutal, crunch perfecto y servicio que te trata como rey."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Ver menú",
|
text: "Ver menú", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Ordenar ahora",
|
text: "Ordenar ahora", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/towering-cheeseburger-with-pickles-tray_23-2151985500.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/towering-cheeseburger-with-pickles-tray_23-2151985500.jpg?_wi=1"
|
||||||
@@ -74,29 +62,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Calidad",
|
tag: "Calidad", title: "10/10 en cada orden", subtitle: "Ingredientes premium", description: "Carne de alta calidad, seleccionada para el máximo sabor.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637306.jpg", imageAlt: "Still life of delicious american hamburger"},
|
||||||
title: "10/10 en cada orden",
|
|
||||||
subtitle: "Ingredientes premium",
|
|
||||||
description: "Carne de alta calidad, seleccionada para el máximo sabor.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637306.jpg",
|
|
||||||
imageAlt: "Still life of delicious american hamburger",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Frescura",
|
tag: "Frescura", title: "Ingredientes frescos", subtitle: "Del huerto a la parrilla", description: "Vegetales crujientes y pan horneado diariamente.", imageSrc: "http://img.b2bpic.net/free-photo/towering-cheeseburger-with-pickles-tray_23-2151985500.jpg?_wi=2", imageAlt: "Still life of delicious american hamburger"},
|
||||||
title: "Ingredientes frescos",
|
|
||||||
subtitle: "Del huerto a la parrilla",
|
|
||||||
description: "Vegetales crujientes y pan horneado diariamente.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/towering-cheeseburger-with-pickles-tray_23-2151985500.jpg?_wi=2",
|
|
||||||
imageAlt: "Still life of delicious american hamburger",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Atención",
|
tag: "Atención", title: "Trato personalizado", subtitle: "Experiencia única", description: "Nos importa que salgas satisfecho y feliz.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910909.jpg?_wi=1", imageAlt: "Still life of delicious american hamburger"},
|
||||||
title: "Trato personalizado",
|
|
||||||
subtitle: "Experiencia única",
|
|
||||||
description: "Nos importa que salgas satisfecho y feliz.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910909.jpg?_wi=1",
|
|
||||||
imageAlt: "Still life of delicious american hamburger",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nuestra esencia"
|
title="Nuestra esencia"
|
||||||
description="Calidad insuperable en cada bocado."
|
description="Calidad insuperable en cada bocado."
|
||||||
@@ -111,47 +81,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Hamburguesa Clásica", price: "$150", variant: "Carne jugosa y queso", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910909.jpg?_wi=2"},
|
||||||
name: "Hamburguesa Clásica",
|
|
||||||
price: "$150",
|
|
||||||
variant: "Carne jugosa y queso",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-burger-presentation_23-2151910909.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Hamburguesa BBQ", price: "$180", variant: "Salsa secreta ahumada", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-with-fried-apple-shape-potatoes_140725-4534.jpg"},
|
||||||
name: "Hamburguesa BBQ",
|
|
||||||
price: "$180",
|
|
||||||
variant: "Salsa secreta ahumada",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-with-fried-apple-shape-potatoes_140725-4534.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Papas a la francesa", price: "$70", variant: "Crujientes y sazonadas", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potatoes-burger-meal-sandwich-dinner-dish_140725-96439.jpg"},
|
||||||
name: "Papas a la francesa",
|
|
||||||
price: "$70",
|
|
||||||
variant: "Crujientes y sazonadas",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potatoes-burger-meal-sandwich-dinner-dish_140725-96439.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Boneless BBQ", price: "$120", variant: "Salsa casera increíble", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-chicken-with-pepper_23-2149973025.jpg"},
|
||||||
name: "Boneless BBQ",
|
|
||||||
price: "$120",
|
|
||||||
variant: "Salsa casera increíble",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-chicken-with-pepper_23-2149973025.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Hot Dog Jumbo", price: "$95", variant: "Estilo americano", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-table_23-2148678799.jpg"},
|
||||||
name: "Hot Dog Jumbo",
|
|
||||||
price: "$95",
|
|
||||||
variant: "Estilo americano",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-table_23-2148678799.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Hamburguesa Doble", price: "$220", variant: "Doble carne premium", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glasses-beer-with-cheeseburger-sauce_23-2148754931.jpg"},
|
||||||
name: "Hamburguesa Doble",
|
|
||||||
price: "$220",
|
|
||||||
variant: "Doble carne premium",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glasses-beer-with-cheeseburger-sauce_23-2148754931.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nuestro Menú"
|
title="Nuestro Menú"
|
||||||
description="Explora nuestras especialidades creadas para expertos en sabor."
|
description="Explora nuestras especialidades creadas para expertos en sabor."
|
||||||
@@ -165,40 +105,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Juan Perez", role: "Cliente frecuente", testimonial: "Excelentes hamburguesas 10/10", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg"},
|
||||||
name: "Juan Perez",
|
|
||||||
role: "Cliente frecuente",
|
|
||||||
testimonial: "Excelentes hamburguesas 10/10",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Maria Lopez", role: "Foodie", testimonial: "Papas a la francesa con el crunch perfecto", imageSrc: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg"},
|
||||||
name: "Maria Lopez",
|
|
||||||
role: "Foodie",
|
|
||||||
testimonial: "Papas a la francesa con el crunch perfecto",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Carlos Gomez", role: "Cliente", testimonial: "Las mejores hamburguesas de la zona", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-having-breakfast_23-2150226050.jpg"},
|
||||||
name: "Carlos Gomez",
|
|
||||||
role: "Cliente",
|
|
||||||
testimonial: "Las mejores hamburguesas de la zona",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-having-breakfast_23-2150226050.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Sofia R.", role: "Cliente", testimonial: "100% recomendado, todo delicioso", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-funny-young-asian-woman-sitting-cafe-chatting-lively-smiling-camera_1258-199394.jpg"},
|
||||||
name: "Sofia R.",
|
|
||||||
role: "Cliente",
|
|
||||||
testimonial: "100% recomendado, todo delicioso",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-funny-young-asian-woman-sitting-cafe-chatting-lively-smiling-camera_1258-199394.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Luis M.", role: "Foodie", testimonial: "Hot dogs jumbo y boneless caseras increíbles", imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg"},
|
||||||
name: "Luis M.",
|
|
||||||
role: "Foodie",
|
|
||||||
testimonial: "Hot dogs jumbo y boneless caseras increíbles",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Lo que dicen de nosotros"
|
title="Lo que dicen de nosotros"
|
||||||
description="Historias de sabor y satisfacción de nuestros clientes."
|
description="Historias de sabor y satisfacción de nuestros clientes."
|
||||||
@@ -209,54 +124,39 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
text="¿Listo para probarlas? Haz tu pedido hoy mismo y vive la experiencia."
|
text="¿Listo para probarlas? Haz tu pedido hoy mismo y vive la experiencia."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Ir ahora",
|
text: "Ir ahora", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Pedir por WhatsApp",
|
text: "Pedir por WhatsApp", href: "https://wa.me/yournumber"},
|
||||||
href: "https://wa.me/yournumber",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="La Burgeseria Yael Nieto"
|
logoText="La Burgueseria Yael Nieto"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Menú",
|
title: "Menú", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Hamburguesas",
|
label: "Hamburguesas", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Boneless",
|
label: "Boneless", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contacto",
|
title: "Contacto", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Ubicación",
|
label: "Ubicación", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Horarios",
|
label: "Horarios", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 La Burgeseria Yael Nieto"
|
copyrightText="© 2024 La Burgueseria Yael Nieto"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user