Update src/app/page.tsx
This commit is contained in:
@@ -31,14 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="El Caballero Negro"
|
||||
/>
|
||||
@@ -46,16 +44,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="EL CABALLERO NEGRO"
|
||||
description="Una nueva fusión mediterránea que redefine tu experiencia gastronómica. Sabores auténticos con un toque de innovación moderna."
|
||||
tag="Restaurante"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lzri2r", imageAlt: "mediterranean fusion cuisine table setting"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7kfgfd", imageAlt: "professional chef plating dishes"}
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lzri2r", imageAlt: "mediterranean fusion cuisine table setting" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7kfgfd", imageAlt: "professional chef plating dishes" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -67,7 +62,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
tag="Historia"
|
||||
title="Nuestra Filosofía"
|
||||
title="Nuestra Filosofía: Tradición e Innovación"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,15 +72,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ingredientes Frescos", description: "Productos locales de la más alta calidad.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Ambiente Único", description: "Un espacio diseñado para disfrutar.", icon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Carta de Vinos", description: "Selección exclusiva de bodegas.", icon: Wine,
|
||||
},
|
||||
{ title: "Ingredientes Frescos", description: "Productos locales de la más alta calidad.", icon: Sparkles },
|
||||
{ title: "Ambiente Único", description: "Un espacio diseñado para disfrutar.", icon: Utensils },
|
||||
{ title: "Carta de Vinos", description: "Selección exclusiva de bodegas.", icon: Wine },
|
||||
]}
|
||||
title="Nuestra Especialidad"
|
||||
description="Descubre una fusión de sabores mediterráneos cuidadosamente seleccionados."
|
||||
@@ -99,18 +88,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Paella de Autor", price: "€24", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e9lr7k"},
|
||||
{
|
||||
id: "2", name: "Carpaccio Mediterráneo", price: "€18", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hhn2tl"},
|
||||
{
|
||||
id: "3", name: "Lubina a la Sal", price: "€26", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6hfok0"},
|
||||
{
|
||||
id: "4", name: "Cordero al Horno", price: "€22", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=luqvwd"},
|
||||
{
|
||||
id: "5", name: "Ensalada de Cítricos", price: "€15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eov6hu"},
|
||||
{
|
||||
id: "6", name: "Postre de Autor", price: "€12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qsb4t6"},
|
||||
{ id: "1", name: "Paella de Autor", price: "€24", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e9lr7k" },
|
||||
{ id: "2", name: "Carpaccio Mediterráneo", price: "€18", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hhn2tl" },
|
||||
{ id: "3", name: "Lubina a la Sal", price: "€26", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6hfok0" },
|
||||
{ id: "4", name: "Cordero al Horno", price: "€22", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=luqvwd" },
|
||||
{ id: "5", name: "Ensalada de Cítricos", price: "€15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eov6hu" },
|
||||
{ id: "6", name: "Postre de Autor", price: "€12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qsb4t6" },
|
||||
]}
|
||||
title="Platos Destacados"
|
||||
description="Una selección de nuestras creaciones más aclamadas."
|
||||
@@ -123,16 +106,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "María G.", handle: "@mariag", testimonial: "Una experiencia increíble, sabores únicos.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=md5vbn"},
|
||||
{
|
||||
id: "2", name: "Juan P.", handle: "@juanp", testimonial: "El mejor restaurante mediterráneo de la zona.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jqukxm"},
|
||||
{
|
||||
id: "3", name: "Elena R.", handle: "@elenar", testimonial: "Calidad excepcional en cada plato.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79u92r"},
|
||||
{
|
||||
id: "4", name: "Carlos M.", handle: "@carlosm", testimonial: "Ambiente fantástico para cenar en pareja.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yao7gt"},
|
||||
{
|
||||
id: "5", name: "Ana L.", handle: "@anal", testimonial: "Servicio impecable y cocina de autor.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a1s181"},
|
||||
{ id: "1", name: "María G.", handle: "@mariag", testimonial: "Una experiencia increíble, sabores únicos.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=md5vbn" },
|
||||
{ id: "2", name: "Juan P.", handle: "@juanp", testimonial: "El mejor restaurante mediterráneo de la zona.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jqukxm" },
|
||||
{ id: "3", name: "Elena R.", handle: "@elenar", testimonial: "Calidad excepcional en cada plato.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79u92r" },
|
||||
{ id: "4", name: "Carlos M.", handle: "@carlosm", testimonial: "Ambiente fantástico para cenar en pareja.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yao7gt" },
|
||||
{ id: "5", name: "Ana L.", handle: "@anal", testimonial: "Servicio impecable y cocina de autor.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a1s181" },
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Experiencias gastronómicas inolvidables compartidas por nuestros comensales."
|
||||
@@ -143,12 +121,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "¿Necesito reservar?", content: "Se recomienda reservar con antelación."},
|
||||
{
|
||||
id: "2", title: "¿Tienen opciones veganas?", content: "Sí, contamos con opciones para todos los gustos."},
|
||||
{
|
||||
id: "3", title: "¿Cuál es su horario?", content: "Abrimos de martes a domingo para almuerzos y cenas."},
|
||||
{ id: "1", title: "¿Necesito reservar?", content: "Se recomienda reservar con antelación." },
|
||||
{ id: "2", title: "¿Tienen opciones veganas?", content: "Sí, contamos con opciones para todos los gustos." },
|
||||
{ id: "3", title: "¿Cuál es su horario?", content: "Abrimos de martes a domingo para almuerzos y cenas." },
|
||||
]}
|
||||
sideTitle="Preguntas Frecuentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -158,15 +133,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Reservas"
|
||||
title="Reserva tu mesa hoy"
|
||||
description="Contáctanos para realizar tu reserva y asegurar una velada perfecta."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Ahora", href: "#"},
|
||||
]}
|
||||
buttons={[{ text: "Reservar Ahora", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,16 +146,13 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurante", items: [
|
||||
{
|
||||
label: "Sobre nosotros", href: "#about"},
|
||||
{
|
||||
label: "Menú", href: "#menu"},
|
||||
{ label: "Sobre nosotros", href: "#about" },
|
||||
{ label: "Menú", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{ label: "Política de Privacidad", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -195,4 +163,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user