1 Commits

Author SHA1 Message Date
3a5f45e510 Update src/app/page.tsx 2026-04-14 09:08:09 +00:00

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Inicio", name: "Inicio", id: "hero"},
id: "hero",
},
{ {
name: "Sobre nosotros", name: "Sobre nosotros", id: "about"},
id: "about",
},
{ {
name: "Carta", name: "Carta", id: "menu"},
id: "menu",
},
{ {
name: "Ayuda", name: "Ayuda", id: "faq"},
id: "faq",
},
{ {
name: "Contacto", name: "Contacto", id: "contact"},
id: "contact",
},
]} ]}
brandName="Burger Centre" brandName="Burger Centre"
/> />
@@ -56,109 +46,64 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Las mejores hamburguesas de Mataró" title="Las mejores hamburguesas de Mataró"
description="Sabor auténtico, opciones para todos. Calidad premium en cada bocado." description="Sabor auténtico, opciones para todos. Calidad premium en cada bocado."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg", imageAlt: "Hamburguesa gourmet 1"},
imageAlt: "Hamburguesa gourmet 1",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg", imageAlt: "Hamburguesa gourmet 2"},
imageAlt: "Hamburguesa gourmet 2",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-inside-round-plate-dark-floor_140725-11629.jpg", imageAlt: "Hamburguesa en plato"},
imageAlt: "Hamburguesa en plato",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg", imageAlt: "Hamburguesa con vegetales"},
imageAlt: "Hamburguesa con vegetales",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-table_23-2148678850.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-egg-table_23-2148678850.jpg", imageAlt: "Hamburguesa con huevo"},
imageAlt: "Hamburguesa con huevo",
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/lamb-doner-bread-with-cucumber-pickles-fries-tomato-served-with-ketchup-mayonnaise_141793-1915.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lamb-doner-bread-with-cucumber-pickles-fries-tomato-served-with-ketchup-mayonnaise_141793-1915.jpg", imageAlt: "Hamburguesa gourmet 3"},
imageAlt: "Hamburguesa gourmet 3",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-burger-with-chicken-onions-rocket-served-with-fried-potatoes_181624-56472.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-burger-with-chicken-onions-rocket-served-with-fried-potatoes_181624-56472.jpg", imageAlt: "Hamburguesa gourmet 4"},
imageAlt: "Hamburguesa gourmet 4",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg", imageAlt: "Hamburguesa con bacon"},
imageAlt: "Hamburguesa con bacon",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-black-burger-fries-wooden-board_23-2148238519.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-black-burger-fries-wooden-board_23-2148238519.jpg", imageAlt: "Hamburguesa negra"},
imageAlt: "Hamburguesa negra",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-with-side-fries_140725-3314.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-with-side-fries_140725-3314.jpg", imageAlt: "Hamburguesa con patatas"},
imageAlt: "Hamburguesa con patatas",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Ver carta", text: "Ver carta", href: "#menu"},
href: "#menu",
},
{ {
text: "Pedir online", text: "Pedir online", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg", src: "http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg", alt: "Cliente satisfecho 1"},
alt: "Cliente satisfecho 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-raising-her-hand-while-calling-waiter_23-2147936258.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-raising-her-hand-while-calling-waiter_23-2147936258.jpg", alt: "Cliente satisfecho 2"},
alt: "Cliente satisfecho 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132612.jpg", src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132612.jpg", alt: "Cliente satisfecho 3"},
alt: "Cliente satisfecho 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/guy-whirling-cheerful-lady-restaurant_23-2148016861.jpg", src: "http://img.b2bpic.net/free-photo/guy-whirling-cheerful-lady-restaurant_23-2148016861.jpg", alt: "Cliente satisfecho 4"},
alt: "Cliente satisfecho 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-diverse-women-together_23-2151682134.jpg", src: "http://img.b2bpic.net/free-photo/portrait-diverse-women-together_23-2151682134.jpg", alt: "Cliente satisfecho 5"},
alt: "Cliente satisfecho 5",
},
]} ]}
avatarText="Más de 500+ clientes felices" avatarText="Más de 500+ clientes felices"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Artesanal"},
text: "Artesanal",
},
{ {
type: "text", type: "text", text: "Vegano"},
text: "Vegano",
},
{ {
type: "text", type: "text", text: "Local"},
text: "Local",
},
{ {
type: "text", type: "text", text: "Premium"},
text: "Premium",
},
{ {
type: "text", type: "text", text: "Mataró"},
text: "Mataró",
},
]} ]}
/> />
</div> </div>
@@ -168,9 +113,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
title="Sobre Burger Centre" title="Sobre Burger Centre"
description={[ description={[
"Burger Centre es un restaurante moderno y acogedor, ideal para desayunos, comidas y cenas, con opciones para todos los gustos incluyendo hamburguesas veganas muy populares.", "Burger Centre es un restaurante moderno y acogedor, ideal para desayunos, comidas y cenas, con opciones para todos los gustos incluyendo hamburguesas veganas muy populares.", "Destacamos por nuestro ambiente, con una valoración de 4,4 estrellas en reseñas."]}
"Destacamos por nuestro ambiente, con una valoración de 4,4 estrellas en reseñas.",
]}
/> />
</div> </div>
@@ -182,59 +125,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "Smash", name: "Smash Classic", price: "12€", rating: 5,
brand: "Smash", reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pink-hamburger-woman-holding-burger-with-tomato-lettuce-leaf-beef-patty-sauce-burger-buns_140725-10986.jpg"},
name: "Smash Classic",
price: "12€",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/pink-hamburger-woman-holding-burger-with-tomato-lettuce-leaf-beef-patty-sauce-burger-buns_140725-10986.jpg",
},
{ {
id: "p2", id: "p2", brand: "Vegana", name: "Vegan Deluxe ⭐", price: "14€", rating: 5,
brand: "Vegana", reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-holding-tray-with-burger-fries_23-2148678809.jpg"},
name: "Vegan Deluxe ⭐",
price: "14€",
rating: 5,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-holding-tray-with-burger-fries_23-2148678809.jpg",
},
{ {
id: "p3", id: "p3", brand: "Pollo", name: "Crispy Chicken", price: "11€", rating: 4,
brand: "Pollo", reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sandwich-french-fries-table_181624-61641.jpg"},
name: "Crispy Chicken",
price: "11€",
rating: 4,
reviewCount: "75",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sandwich-french-fries-table_181624-61641.jpg",
},
{ {
id: "p4", id: "p4", brand: "Picante", name: "Spicy Inferno", price: "13€", rating: 4,
brand: "Picante", reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg"},
name: "Spicy Inferno",
price: "13€",
rating: 4,
reviewCount: "50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg",
},
{ {
id: "p5", id: "p5", brand: "Clásico", name: "Cheese Burger", price: "10€", rating: 4,
brand: "Clásico", reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-egg-benedict-energy-drinks-can_114579-2137.jpg"},
name: "Cheese Burger",
price: "10€",
rating: 4,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-egg-benedict-energy-drinks-can_114579-2137.jpg",
},
{ {
id: "p6", id: "p6", brand: "Postre", name: "Brownie Chocolate", price: "6€", rating: 5,
brand: "Postre", reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-fries-with-copy-space_23-2148678815.jpg"},
name: "Brownie Chocolate",
price: "6€",
rating: 5,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-fries-with-copy-space_23-2148678815.jpg",
},
]} ]}
title="Nuestra Carta" title="Nuestra Carta"
description="Descubre nuestra selección de hamburguesas, clásicos y opciones veganas." description="Descubre nuestra selección de hamburguesas, clásicos y opciones veganas."
@@ -247,25 +154,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "¿Cómo pedir online?", content: "Para pedir online, por favor contacta directamente a través de nuestro formulario o llámanos al teléfono que aparece al final de la página."},
title: "¿Cómo pedir online?",
content: "Puedes pedir a través de nuestra web o mediante Just Eat.",
},
{ {
id: "f2", id: "f2", title: "¿Se puede reservar?", content: "Sí, recomendamos reservar para cenar, especialmente fines de semana."},
title: "¿Se puede reservar?",
content: "Sí, recomendamos reservar para cenar, especialmente fines de semana.",
},
{ {
id: "f3", id: "f3", title: "¿Tienen opciones veganas?", content: "Sí, contamos con hamburguesas veganas muy populares."},
title: "¿Tienen opciones veganas?",
content: "Sí, contamos con hamburguesas veganas muy populares.",
},
{ {
id: "f4", id: "f4", title: "¿Tiempo de entrega?", content: "El tiempo estimado es de 35 a 55 minutos."},
title: "¿Tiempo de entrega?",
content: "El tiempo estimado es de 35 a 55 minutos.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208271.jpg" imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208271.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -278,38 +173,24 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Haz tu reserva" title="Haz tu reserva o pedido"
description="Plaça de Cuba, 7, Mataró. Tel: 930 27 58 89." description="Plaça de Cuba, 7, Mataró. Tel: 930 27 58 89. O bien rellena este formulario para gestionar tu pedido."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Tu nombre", required: true,
type: "text",
placeholder: "Tu nombre",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Tu teléfono", required: true,
type: "tel",
placeholder: "Tu teléfono",
required: true,
}, },
{ {
name: "guests", name: "guests", type: "number", placeholder: "Nº de personas (o pedidos)", required: true,
type: "number",
placeholder: "Nº de personas",
required: true,
}, },
{ {
name: "date", name: "date", type: "datetime-local", placeholder: "Fecha y hora", required: true,
type: "datetime-local",
placeholder: "Fecha y hora",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Detalles del pedido o petición especial...", rows: 3,
placeholder: "Alguna petición especial?",
rows: 3,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg" imageSrc="http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg"
/> />
@@ -319,13 +200,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Burger Centre" logoText="Burger Centre"
leftLink={{ leftLink={{
text: "Aviso legal", text: "Aviso legal", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Pedir ahora", text: "Pedir ahora", href: "#contact"}}
href: "#menu",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>