Merge version_1 into main #2
140
src/app/page.tsx
140
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Descripción",
|
||||
id: "descripcion",
|
||||
},
|
||||
name: "Descripción", id: "descripcion"},
|
||||
{
|
||||
name: "Especialidades",
|
||||
id: "especialidades",
|
||||
},
|
||||
name: "Especialidades", id: "especialidades"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "opiniones",
|
||||
},
|
||||
name: "Opiniones", id: "opiniones"},
|
||||
{
|
||||
name: "Información",
|
||||
id: "info",
|
||||
},
|
||||
name: "Información", id: "info"},
|
||||
]}
|
||||
brandName="El Mesón de P&M"
|
||||
/>
|
||||
@@ -53,38 +45,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="El Mesón de P&M"
|
||||
description="Tu tapería de confianza. Disfruta de un ambiente acogedor y el mejor tapeo artesanal en el corazón de la ciudad."
|
||||
tag="Tapería"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Especialidades",
|
||||
href: "#especialidades",
|
||||
},
|
||||
text: "Ver Especialidades", href: "#especialidades"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-dinner-party_23-2151043648.jpg?_wi=1",
|
||||
imageAlt: "Ambiente del mesón",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-dinner-party_23-2151043648.jpg", imageAlt: "Ambiente del mesón"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-dinner-party_23-2151043648.jpg?_wi=2",
|
||||
imageAlt: "Detalle de tapas",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-tasty-food_23-2148949062.jpg?_wi=1",
|
||||
imageAlt: "Patatas de río",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-sandwiches_1203-1347.jpg",
|
||||
imageAlt: "Montaditos variados",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg?_wi=1",
|
||||
imageAlt: "Interior acogedor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg", imageAlt: "Interior acogedor"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -100,15 +73,11 @@ export default function LandingPage() {
|
||||
description="El Mesón de P&M es una tapería ideal para quienes buscan disfrutar del buen tapeo a un precio razonable. Desde el primer momento, el ambiente acogedor y el trato amable hacen que la experiencia sea muy agradable. Es el lugar perfecto para compartir con amigos, familia o simplemente disfrutar de un picoteo sin complicaciones."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Calidad",
|
||||
},
|
||||
value: "100%", title: "Calidad"},
|
||||
{
|
||||
value: "5/5",
|
||||
title: "Valoración",
|
||||
},
|
||||
value: "5/5", title: "Valoración"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg"
|
||||
imageAlt="Interior del Mesón"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -122,22 +91,13 @@ export default function LandingPage() {
|
||||
description="Descubre los sabores que nos definen y nos convierten en el punto de encuentro preferido."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Patatas de Río",
|
||||
content: "Uno de los platos estrella de la casa. Con un toque casero irresistible, son perfectas para compartir.",
|
||||
},
|
||||
id: "1", title: "Patatas de Río", content: "Uno de los platos estrella de la casa. Con un toque casero irresistible, son perfectas para compartir."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Montaditos variados",
|
||||
content: "Gran variedad de montaditos para todos los gustos. Ideales para probar diferentes sabores.",
|
||||
},
|
||||
id: "2", title: "Montaditos variados", content: "Gran variedad de montaditos para todos los gustos. Ideales para probar diferentes sabores."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Tapeo de Autor",
|
||||
content: "Una selección única de tapas que combinan tradición y frescura en cada bocado.",
|
||||
},
|
||||
id: "3", title: "Tapeo de Autor", content: "Una selección única de tapas que combinan tradición y frescura en cada bocado."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/creative-arrangement-tasty-food_23-2148949062.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/creative-arrangement-tasty-food_23-2148949062.jpg"
|
||||
imageAlt="Patatas bravas gourmet"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,45 +110,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Gabriel Santamarina",
|
||||
handle: "@gabriel",
|
||||
testimonial: "Relación calidad-precio espectacular, comida rica y trato excelente.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
|
||||
},
|
||||
id: "1", name: "Gabriel Santamarina", handle: "@gabriel", testimonial: "Relación calidad-precio espectacular, comida rica y trato excelente.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bruno Alonso",
|
||||
handle: "@bruno",
|
||||
testimonial: "Un descubrimiento. Buen servicio, platos sabrosos y precio adecuado.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg",
|
||||
},
|
||||
id: "2", name: "Bruno Alonso", handle: "@bruno", testimonial: "Un descubrimiento. Buen servicio, platos sabrosos y precio adecuado.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Lopez",
|
||||
handle: "@maria",
|
||||
testimonial: "Ambiente increíble y las patatas son un 10.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517442.jpg",
|
||||
},
|
||||
id: "3", name: "Maria Lopez", handle: "@maria", testimonial: "Ambiente increíble y las patatas son un 10.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517442.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jorge Ruiz",
|
||||
handle: "@jorge",
|
||||
testimonial: "Siempre repetimos. Trato muy cercano.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg",
|
||||
},
|
||||
id: "4", name: "Jorge Ruiz", handle: "@jorge", testimonial: "Siempre repetimos. Trato muy cercano.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucia M.",
|
||||
handle: "@lucia",
|
||||
testimonial: "La mejor tapería de la zona, sin duda.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-preparing-meal_23-2149661396.jpg",
|
||||
},
|
||||
id: "5", name: "Lucia M.", handle: "@lucia", testimonial: "La mejor tapería de la zona, sin duda.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-preparing-meal_23-2149661396.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Opiniones de Clientes"
|
||||
@@ -200,8 +135,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reservas"
|
||||
title="Haz tu reserva"
|
||||
description="Estamos abiertos para cenas y estamos deseando recibirte. Recuerda que las reservas son obligatorias."
|
||||
@@ -215,29 +149,19 @@ export default function LandingPage() {
|
||||
logoText="El Mesón de P&M"
|
||||
columns={[
|
||||
{
|
||||
title: "Menú",
|
||||
items: [
|
||||
title: "Menú", items: [
|
||||
{
|
||||
label: "Especialidades",
|
||||
href: "#especialidades",
|
||||
},
|
||||
label: "Especialidades", href: "#especialidades"},
|
||||
{
|
||||
label: "Opiniones",
|
||||
href: "#opiniones",
|
||||
},
|
||||
label: "Opiniones", href: "#opiniones"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "#info",
|
||||
},
|
||||
label: "Reservas", href: "#info"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#info",
|
||||
},
|
||||
label: "Contacto", href: "#info"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user