Update src/app/page.tsx
This commit is contained in:
169
src/app/page.tsx
169
src/app/page.tsx
@@ -19,27 +19,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="El Caballero Negro"
|
||||
/>
|
||||
@@ -48,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
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=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: "asset://hero-media-3",
|
||||
imageAlt: "Modern restaurant dining ambiance",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://hero-media-4",
|
||||
imageAlt: "Gourmet food fine dining presentation",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://hero-media-5",
|
||||
imageAlt: "Elegant restaurant service kitchen",
|
||||
},
|
||||
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}
|
||||
@@ -96,19 +78,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ingredientes Frescos",
|
||||
description: "Productos locales de la más alta calidad.",
|
||||
icon: Sparkles,
|
||||
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: "Ambiente Único", description: "Un espacio diseñado para disfrutar.", icon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Carta de Vinos",
|
||||
description: "Selección exclusiva de bodegas.",
|
||||
icon: Wine,
|
||||
title: "Carta de Vinos", description: "Selección exclusiva de bodegas.", icon: Wine,
|
||||
},
|
||||
]}
|
||||
title="Nuestra Especialidad"
|
||||
@@ -124,41 +100,17 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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: "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."
|
||||
@@ -172,40 +124,15 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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."
|
||||
@@ -217,20 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Necesito reservar?",
|
||||
content: "Se recomienda reservar con antelación.",
|
||||
},
|
||||
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: "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: "3", title: "¿Cuál es su horario?", content: "Abrimos de martes a domingo para almuerzos y cenas."},
|
||||
]}
|
||||
sideTitle="Preguntas Frecuentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -241,16 +159,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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: "#",
|
||||
},
|
||||
text: "Reservar Ahora", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -259,25 +174,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurante",
|
||||
items: [
|
||||
title: "Restaurante", items: [
|
||||
{
|
||||
label: "Sobre nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre nosotros", href: "#about"},
|
||||
{
|
||||
label: "Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menú", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user