Update src/app/page.tsx
This commit is contained in:
240
src/app/page.tsx
240
src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#inicio",
|
||||
},
|
||||
name: "Inicio", id: "#inicio"},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "#sobre-nosotros",
|
||||
},
|
||||
name: "Sobre Nosotros", id: "#sobre-nosotros"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menú", id: "#menu"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "#testimonios",
|
||||
},
|
||||
name: "Testimonios", id: "#testimonios"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contacto",
|
||||
},
|
||||
name: "Contacto", id: "#contacto"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m1k0me"
|
||||
brandName="Sabor Peruano"
|
||||
@@ -63,19 +51,14 @@ export default function LandingPage() {
|
||||
<div id="inicio" data-section="inicio">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Sabor Peruano"
|
||||
description="Descubre la auténtica gastronomía peruana en un ambiente elegante y acogedor. Cada plato es una celebración de sabores, desde el picante más suave hasta el más audaz, preparado con pasión y tradición."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explora Nuestro Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explora Nuestro Menú", href: "#menu"},
|
||||
{
|
||||
text: "Haz una Reserva",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Haz una Reserva", href: "#contacto"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hanging-lamp_1339-2713.jpg"
|
||||
imageAlt="Exterior elegante de restaurante peruano al atardecer"
|
||||
@@ -101,29 +84,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Café de Especialidad",
|
||||
description: "Disfruta de una taza de café premium, perfecto para terminar tu comida o para una tarde relajada.",
|
||||
tag: "Bebidas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937222.jpg",
|
||||
imageAlt: "Taza de café de especialidad con arte latte",
|
||||
},
|
||||
id: "f1", title: "Café de Especialidad", description: "Disfruta de una taza de café premium, perfecto para terminar tu comida o para una tarde relajada.", tag: "Bebidas", imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937222.jpg", imageAlt: "Taza de café de especialidad con arte latte"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Exquisita Carta de Vinos",
|
||||
description: "Nuestra selección de vinos ha sido cuidadosamente curada para complementar a la perfección nuestros platos peruanos.",
|
||||
tag: "Bebidas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-thanksgiving-meal_23-2148629531.jpg",
|
||||
imageAlt: "Botella de vino tinto con copas en un ambiente elegante",
|
||||
},
|
||||
id: "f2", title: "Exquisita Carta de Vinos", description: "Nuestra selección de vinos ha sido cuidadosamente curada para complementar a la perfección nuestros platos peruanos.", tag: "Bebidas", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-thanksgiving-meal_23-2148629531.jpg", imageAlt: "Botella de vino tinto con copas en un ambiente elegante"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Postres Caseros",
|
||||
description: "No te vayas sin probar nuestros irresistibles postres caseros, el dulce final perfecto para tu experiencia.",
|
||||
tag: "Dulces",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510918.jpg",
|
||||
imageAlt: "Postre gourmet finamente decorado",
|
||||
},
|
||||
id: "f3", title: "Postres Caseros", description: "No te vayas sin probar nuestros irresistibles postres caseros, el dulce final perfecto para tu experiencia.", tag: "Dulces", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510918.jpg", imageAlt: "Postre gourmet finamente decorado"},
|
||||
]}
|
||||
title="Nuestras Especialidades y Servicios"
|
||||
description="Más allá de nuestros deliciosos platos, ofrecemos una experiencia completa con una cuidada selección de bebidas y un ambiente vibrante para disfrutar."
|
||||
@@ -138,65 +103,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Clásico",
|
||||
name: "Cebiche de Pescado",
|
||||
price: "22€",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-appetizing-pozole-bowl_23-2149248521.jpg",
|
||||
imageAlt: "Plato de cebiche peruano con pescado fresco y limón",
|
||||
},
|
||||
id: "p1", brand: "Clásico", name: "Cebiche de Pescado", price: "22€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-appetizing-pozole-bowl_23-2149248521.jpg", imageAlt: "Plato de cebiche peruano con pescado fresco y limón"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Fusión",
|
||||
name: "Lomo Saltado",
|
||||
price: "25€",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-meat-stew-with-potatoes-chopped-vegetables-served-with-lavash_114579-926.jpg",
|
||||
imageAlt: "Plato de lomo saltado con carne y patatas fritas",
|
||||
},
|
||||
id: "p2", brand: "Fusión", name: "Lomo Saltado", price: "25€", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/beef-meat-stew-with-potatoes-chopped-vegetables-served-with-lavash_114579-926.jpg", imageAlt: "Plato de lomo saltado con carne y patatas fritas"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Tradicional",
|
||||
name: "Ají de Gallina",
|
||||
price: "20€",
|
||||
rating: 5,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tom-kha-kai-bowl-with-kaffir-lime-leaves-lemongrass-red-onion-galangal-chilli_1150-21539.jpg",
|
||||
imageAlt: "Plato de ají de gallina cremoso con pollo deshilachado",
|
||||
},
|
||||
id: "p3", brand: "Tradicional", name: "Ají de Gallina", price: "20€", rating: 5,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/tom-kha-kai-bowl-with-kaffir-lime-leaves-lemongrass-red-onion-galangal-chilli_1150-21539.jpg", imageAlt: "Plato de ají de gallina cremoso con pollo deshilachado"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Antojos",
|
||||
name: "Anticuchos",
|
||||
price: "18€",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8285.jpg",
|
||||
imageAlt: "Brochetas de anticuchos peruanos a la parrilla",
|
||||
},
|
||||
id: "p4", brand: "Antojos", name: "Anticuchos", price: "18€", rating: 5,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8285.jpg", imageAlt: "Brochetas de anticuchos peruanos a la parrilla"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Vegetariano",
|
||||
name: "Causa Rellena",
|
||||
price: "19€",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-preparing-meal_23-2149661396.jpg",
|
||||
imageAlt: "Causa rellena de patata con capas y vegetales",
|
||||
},
|
||||
id: "p5", brand: "Vegetariano", name: "Causa Rellena", price: "19€", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-preparing-meal_23-2149661396.jpg", imageAlt: "Causa rellena de patata con capas y vegetales"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Especial",
|
||||
name: "Arroz con Pato",
|
||||
price: "28€",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barbecued-red-pork-sauce-with-rice_1339-3676.jpg",
|
||||
imageAlt: "Arroz con pato, un plato peruano con arroz verde",
|
||||
},
|
||||
id: "p6", brand: "Especial", name: "Arroz con Pato", price: "28€", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/barbecued-red-pork-sauce-with-rice_1339-3676.jpg", imageAlt: "Arroz con pato, un plato peruano con arroz verde"},
|
||||
]}
|
||||
title="Descubre Nuestro Menú"
|
||||
description="Explora nuestra variada carta, donde cada plato es una obra de arte culinaria peruana, preparada con los ingredientes más frescos y auténticos."
|
||||
@@ -208,47 +131,23 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Entusiasta de la comida",
|
||||
company: "Visitante",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-plate-with-food-camera_23-2148471885.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", role: "Entusiasta de la comida", company: "Visitante", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-plate-with-food-camera_23-2148471885.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Crítico Gastronómico",
|
||||
company: "Blog de Sabores",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-man-having-fun-while-family-lunch-dining-table_637285-3658.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", role: "Crítico Gastronómico", company: "Blog de Sabores", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-man-having-fun-while-family-lunch-dining-table_637285-3658.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Turista de Barcelona",
|
||||
company: "Exploradora Culinaria",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367138.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", role: "Turista de Barcelona", company: "Exploradora Culinaria", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367138.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marine Dupont",
|
||||
role: "Cliente Frecuente",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg",
|
||||
},
|
||||
id: "t4", name: "Marine Dupont", role: "Cliente Frecuente", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Kim",
|
||||
role: "Amante de la Cocina",
|
||||
company: "Gourmet Global",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-customer_1170-628.jpg",
|
||||
},
|
||||
id: "t5", name: "David Kim", role: "Amante de la Cocina", company: "Gourmet Global", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-customer_1170-628.jpg"},
|
||||
]}
|
||||
title="Lo Que Dicen Nuestros Clientes"
|
||||
description="La satisfacción de nuestros comensales es nuestra mayor recompensa. Lee algunas de las experiencias que nos han compartido."
|
||||
@@ -261,30 +160,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Se aceptan reservas?",
|
||||
content: "Sí, se recomienda hacer una reserva para asegurar tu mesa, especialmente para cenas y grupos.",
|
||||
},
|
||||
id: "q1", title: "¿Se aceptan reservas?", content: "Sí, se recomienda hacer una reserva para asegurar tu mesa, especialmente para cenas y grupos."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Es accesible para sillas de ruedas?",
|
||||
content: "Sí, disponemos de asientos adaptados para sillas de ruedas para garantizar la comodidad de todos nuestros clientes.",
|
||||
},
|
||||
id: "q2", title: "¿Es accesible para sillas de ruedas?", content: "Sí, disponemos de asientos adaptados para sillas de ruedas para garantizar la comodidad de todos nuestros clientes."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿Hay opciones para niños?",
|
||||
content: "Absolutamente, los niños son bienvenidos y tenemos un ambiente genial para familias.",
|
||||
},
|
||||
id: "q3", title: "¿Hay opciones para niños?", content: "Absolutamente, los niños son bienvenidos y tenemos un ambiente genial para familias."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "¿Qué opciones de pago tienen?",
|
||||
content: "Aceptamos pagos con móvil vía NFC, tarjetas de crédito y tarjetas de débito.",
|
||||
},
|
||||
id: "q4", title: "¿Qué opciones de pago tienen?", content: "Aceptamos pagos con móvil vía NFC, tarjetas de crédito y tarjetas de débito."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "¿Disponen de aparcamiento?",
|
||||
content: "Sí, contamos con aparcamiento gratuito para nuestros clientes.",
|
||||
},
|
||||
id: "q5", title: "¿Disponen de aparcamiento?", content: "Sí, contamos con aparcamiento gratuito para nuestros clientes."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg"
|
||||
imageAlt="Interior acogedor de restaurante con mesas y sillas"
|
||||
@@ -300,8 +184,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contacto"
|
||||
title="¡Visítanos o Reserva tu Mesa!"
|
||||
description="Estamos listos para recibirte y ofrecerte una experiencia gastronómica inolvidable. Ponte en contacto para reservas o cualquier consulta."
|
||||
@@ -319,50 +202,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explorar",
|
||||
items: [
|
||||
title: "Explorar", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#inicio",
|
||||
},
|
||||
label: "Inicio", href: "#inicio"},
|
||||
{
|
||||
label: "Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menú", href: "#menu"},
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "#contacto",
|
||||
},
|
||||
label: "Reservas", href: "#contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Información",
|
||||
items: [
|
||||
title: "Información", items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#sobre-nosotros",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "#sobre-nosotros"},
|
||||
{
|
||||
label: "Testimonios",
|
||||
href: "#testimonios",
|
||||
},
|
||||
label: "Testimonios", href: "#testimonios"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos de Servicio",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos de Servicio", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user