Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-15 02:00:05 +00:00

View File

@@ -29,23 +29,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Inicio",
id: "hero",
},
name: "Inicio", id: "hero"},
{
name: "Menú",
id: "menu",
},
name: "Menú", id: "menu"},
{
name: "Experiencia",
id: "experience",
},
name: "Experiencia", id: "experience"},
{
name: "Testimonios",
id: "testimonials",
},
name: "Testimonios", id: "testimonials"},
]}
brandName="La Burgeseria Yael Nieto"
brandName="La Burgueseria Yael Nieto"
/>
</div>
@@ -55,13 +47,9 @@ export default function LandingPage() {
description="Sabor brutal, crunch perfecto y servicio que te trata como rey."
buttons={[
{
text: "Ver menú",
href: "#menu",
},
text: "Ver menú", href: "#menu"},
{
text: "Ordenar ahora",
href: "#contact",
},
text: "Ordenar ahora", href: "#contact"},
]}
buttonAnimation="slide-up"
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}
features={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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="Nuestra esencia"
description="Calidad insuperable en cada bocado."
@@ -111,47 +81,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
title="Nuestro Menú"
description="Explora nuestras especialidades creadas para expertos en sabor."
@@ -165,40 +105,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
title="Lo que dicen de nosotros"
description="Historias de sabor y satisfacción de nuestros clientes."
@@ -209,57 +124,42 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
text="¿Listo para probarlas? Haz tu pedido hoy mismo y vive la experiencia."
buttons={[
{
text: "Ir ahora",
href: "#",
},
text: "Ir ahora", href: "#"},
{
text: "Pedir por WhatsApp",
href: "https://wa.me/yournumber",
},
text: "Pedir por WhatsApp", href: "https://wa.me/yournumber"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="La Burgeseria Yael Nieto"
logoText="La Burgueseria Yael Nieto"
columns={[
{
title: "Menú",
items: [
title: "Menú", items: [
{
label: "Hamburguesas",
href: "#menu",
},
label: "Hamburguesas", href: "#menu"},
{
label: "Boneless",
href: "#menu",
},
label: "Boneless", href: "#menu"},
],
},
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "Ubicación",
href: "#",
},
label: "Ubicación", href: "#"},
{
label: "Horarios",
href: "#",
},
label: "Horarios", href: "#"},
],
},
]}
copyrightText="© 2024 La Burgeseria Yael Nieto"
copyrightText="© 2024 La Burgueseria Yael Nieto"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}