Update src/app/page.tsx

This commit is contained in:
2026-04-24 17:47:40 +00:00
parent 5366ced095
commit 3fa9d06e0e

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Inicio",
id: "hero",
},
name: "Inicio", id: "hero"},
{
name: "Sobre nosotros",
id: "about",
},
name: "Sobre nosotros", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contacto",
id: "contact",
},
name: "Contacto", id: "contact"},
]}
brandName="La Ermita"
/>
@@ -52,62 +44,39 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Bienvenidos a La Ermita"
description="El rincón más especial de la aldea. Disfruta de la mejor brisa marina, un servicio amable y la comida más deliciosa junto al mar."
buttons={[
{
text: "Ver Menú",
href: "#menu",
},
text: "Ver Menú", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/drinks-sand_23-2147641433.jpg"
imageAlt="La Ermita Beach Bar Entrance"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/alcohol-shots-sandy-beach_23-2147656137.jpg",
alt: "Alcohol shots on sandy beach",
},
src: "http://img.b2bpic.net/free-photo/alcohol-shots-sandy-beach_23-2147656137.jpg", alt: "Alcohol shots on sandy beach"},
{
src: "http://img.b2bpic.net/free-photo/blue-fresh-drink-arm-wooden-chair_23-2148145392.jpg",
alt: "Blue fresh drink on arm of wooden chair ",
},
src: "http://img.b2bpic.net/free-photo/blue-fresh-drink-arm-wooden-chair_23-2148145392.jpg", alt: "Blue fresh drink on arm of wooden chair "},
{
src: "http://img.b2bpic.net/free-photo/glass-alcohol-table_1137-152.jpg",
alt: "Glass of alcohol on a table",
},
src: "http://img.b2bpic.net/free-photo/glass-alcohol-table_1137-152.jpg", alt: "Glass of alcohol on a table"},
{
src: "http://img.b2bpic.net/free-photo/mango-juice_1203-3546.jpg",
alt: "Mango juice",
},
src: "http://img.b2bpic.net/free-photo/mango-juice_1203-3546.jpg", alt: "Mango juice"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-view-sunset-with-purple-clouds-beach_181624-28851.jpg",
alt: "Beautiful view of the sunset with purple clouds over the beach",
},
src: "http://img.b2bpic.net/free-photo/beautiful-view-sunset-with-purple-clouds-beach_181624-28851.jpg", alt: "Beautiful view of the sunset with purple clouds over the beach"},
]}
marqueeItems={[
{
type: "text",
text: "Frente al mar",
},
type: "text", text: "Frente al mar"},
{
type: "text",
text: "Desayunos frescos",
},
type: "text", text: "Desayunos frescos"},
{
type: "text",
text: "Ambiente familiar",
},
type: "text", text: "Ambiente familiar"},
{
type: "text",
text: "Cócteles tropicales",
},
type: "text", text: "Cócteles tropicales"},
{
type: "text",
text: "Atención impecable",
},
type: "text", text: "Atención impecable"},
]}
/>
</div>
@@ -120,17 +89,11 @@ export default function LandingPage() {
description="Somos una familia dedicada a ofrecer los desayunos y cenas más memorables frente al mar. Desde tostadas frescas con tomate y aceite hasta cenas completas, cada plato es un regalo."
bulletPoints={[
{
title: "Servicio de Calidad",
description: "Atención impecable en cada visita.",
},
title: "Servicio de Calidad", description: "Atención impecable en cada visita."},
{
title: "Ingredientes Frescos",
description: "Tostadas, café y mucho más, siempre fresco.",
},
title: "Ingredientes Frescos", description: "Tostadas, café y mucho más, siempre fresco."},
{
title: "Ambiente Familiar",
description: "El lugar perfecto para disfrutar en familia.",
},
title: "Ambiente Familiar", description: "El lugar perfecto para disfrutar en familia."},
]}
imageSrc="http://img.b2bpic.net/free-photo/male-female-hands-holding-cocktails-by-pool_1303-28594.jpg"
imageAlt="Ambiente de La Ermita"
@@ -146,41 +109,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Tostadas con Tomate y Aceite",
price: "6€",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-plate-traditional-ethiopian-food-fruits-vegetables-wooden-table_181624-43812.jpg",
},
id: "p1", name: "Tostadas con Tomate y Aceite", price: "6€", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-plate-traditional-ethiopian-food-fruits-vegetables-wooden-table_181624-43812.jpg"},
{
id: "p2",
name: "Café de Especialidad",
price: "3€",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-toasts-with-tomatoes-olives-wooden-board-white-background-bread-burger-snack-dinner-horizontal-sandwich-food-lunch_140725-158835.jpg",
},
id: "p2", name: "Café de Especialidad", price: "3€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-toasts-with-tomatoes-olives-wooden-board-white-background-bread-burger-snack-dinner-horizontal-sandwich-food-lunch_140725-158835.jpg"},
{
id: "p3",
name: "Desayuno Completo",
price: "9€",
imageSrc: "http://img.b2bpic.net/free-photo/pie-slices-wooden-platter-with-cup-coffee_114579-33993.jpg",
},
id: "p3", name: "Desayuno Completo", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/pie-slices-wooden-platter-with-cup-coffee_114579-33993.jpg"},
{
id: "p4",
name: "Cena del Día",
price: "25€",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-toasts-with-tomatoes-olives-wooden-board-white-background-lunch-food-bread-horizontal-meal-dinner-snack-sandwich-burger_140725-156367.jpg",
},
id: "p4", name: "Cena del Día", price: "25€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-toasts-with-tomatoes-olives-wooden-board-white-background-lunch-food-bread-horizontal-meal-dinner-snack-sandwich-burger_140725-156367.jpg"},
{
id: "p5",
name: "Cóctel Tropical",
price: "8€",
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-dragon-fruit-snacks-outdoors_23-2150295979.jpg",
},
id: "p5", name: "Cóctel Tropical", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-dragon-fruit-snacks-outdoors_23-2150295979.jpg"},
{
id: "p6",
name: "Postre Casero",
price: "5€",
imageSrc: "http://img.b2bpic.net/free-photo/slices-smoked-salmon-served-with-radishes-lettuce-greens_140725-8161.jpg",
},
id: "p6", name: "Postre Casero", price: "5€", imageSrc: "http://img.b2bpic.net/free-photo/slices-smoked-salmon-served-with-radishes-lettuce-greens_140725-8161.jpg"},
]}
title="Nuestros Destacados"
description="Una selección de nuestros platos estrella, preparados con cariño y los ingredientes más frescos."
@@ -190,48 +129,24 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Paloma",
handle: "@palomapaloma",
testimonial: "Totalmente recomendable, mi familia y yo hemos desayunado y cenado en varias ocasiones y todo muy bueno, muy limpios y buen servicio.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-outdoors-cafe-drinking-beverage-holding-hand-smartphone_1153-9858.jpg",
},
id: "1", name: "Paloma", handle: "@palomapaloma", testimonial: "Totalmente recomendable, mi familia y yo hemos desayunado y cenado en varias ocasiones y todo muy bueno, muy limpios y buen servicio.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-outdoors-cafe-drinking-beverage-holding-hand-smartphone_1153-9858.jpg"},
{
id: "2",
name: "Lola Carretero",
handle: "@lolacarretero",
testimonial: "Tomé un desayuno café riquísimo y dos tostadas con tomate y aceite buenísimos. Pondría flores, plantas un poco de césped artificial.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-women-relaxing-drinking-beverage_23-2147850496.jpg",
},
id: "2", name: "Lola Carretero", handle: "@lolacarretero", testimonial: "Tomé un desayuno café riquísimo y dos tostadas con tomate y aceite buenísimos. Pondría flores, plantas un poco de césped artificial.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-women-relaxing-drinking-beverage_23-2147850496.jpg"},
{
id: "3",
name: "Juan Soler",
handle: "@juansoler",
testimonial: "Lo mejor de la aldea!!!!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg",
},
id: "3", name: "Juan Soler", handle: "@juansoler", testimonial: "Lo mejor de la aldea!!!!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-fashionable-young-man-trendy-headwear-sitting-wooden-table-coffee-shop_273609-1757.jpg"},
{
id: "4",
name: "Maria Garcia",
handle: "@mariag",
testimonial: "Excelente trato, volveremos pronto.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-with-long-hair-sittting-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-has-fun-front-camera_197531-24908.jpg",
},
id: "4", name: "Maria Garcia", handle: "@mariag", testimonial: "Excelente trato, volveremos pronto.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-with-long-hair-sittting-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-has-fun-front-camera_197531-24908.jpg"},
{
id: "5",
name: "Pedro Lopez",
handle: "@pedrol",
testimonial: "La mejor experiencia junto al mar.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sangria_23-2149426378.jpg",
},
id: "5", name: "Pedro Lopez", handle: "@pedrol", testimonial: "La mejor experiencia junto al mar.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sangria_23-2149426378.jpg"},
]}
showRating={true}
title="Lo que dicen nuestros clientes"
@@ -243,8 +158,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Contacto"
title="Escríbenos"
description="Estamos encantados de atenderte. Contáctanos para reservas o dudas a través de nuestro correo: chiringuitolaermita@gmail.com"
@@ -260,34 +174,23 @@ export default function LandingPage() {
logoText="La Ermita"
columns={[
{
title: "Menú",
items: [
title: "Menú", items: [
{
label: "Desayunos",
href: "#",
},
label: "Desayunos", href: "#"},
{
label: "Cenas",
href: "#",
},
label: "Cenas", href: "#"},
],
},
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "Email",
href: "mailto:chiringuitolaermita@gmail.com",
},
label: "Email", href: "mailto:chiringuitolaermita@gmail.com"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacidad",
href: "#",
},
label: "Privacidad", href: "#"},
],
},
]}