Merge version_1 into main #2
128
src/app/page.tsx
128
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nuestra Cocina",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nuestra Cocina", id: "about"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menú", id: "products"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Opiniones", id: "testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Mosto Domi"
|
||||
/>
|
||||
@@ -57,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Mosto Domi"
|
||||
description="Tradición y sabor en las afueras de Jerez. Disfruta de la mejor cocina casera andaluza y nuestro característico vino joven."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Menú", href: "#products"},
|
||||
{
|
||||
text: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contacto", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cinematic-style-view-red-grapes-vineyard_23-2151570052.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -92,23 +77,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Berza Jerezana",
|
||||
price: "12€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pot-pepper-seeds_140725-3641.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Berza Jerezana", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pot-pepper-seeds_140725-3641.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cola de Toro",
|
||||
price: "14€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pot-pepper-seeds_140725-3641.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Cola de Toro", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pot-pepper-seeds_140725-3641.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Papas Aliñadas",
|
||||
price: "8€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pot-pepper-seeds_140725-3641.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", name: "Papas Aliñadas", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pot-pepper-seeds_140725-3641.jpg"},
|
||||
]}
|
||||
title="Nuestros Platos Estrella"
|
||||
description="Deliciosas recetas tradicionales preparadas diariamente con ingredientes de calidad."
|
||||
@@ -122,55 +95,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juan Manuel",
|
||||
role: "Cliente",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618417.jpg",
|
||||
},
|
||||
id: "1", name: "Juan Manuel", role: "Cliente", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618417.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Elena",
|
||||
role: "Viajera",
|
||||
company: "Madrid",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cutting-food_23-2150168083.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893461.jpg",
|
||||
},
|
||||
id: "2", name: "Maria Elena", role: "Viajera", company: "Madrid", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893461.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pedro",
|
||||
role: "Grupo",
|
||||
company: "Local",
|
||||
rating: 4,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-people-celebrating-friendship-together_23-2148270845.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg",
|
||||
},
|
||||
id: "3", name: "Pedro", role: "Grupo", company: "Local", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/elegant-table-with-drinks_1122-458.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lucía",
|
||||
role: "Pareja",
|
||||
company: "Turista",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-dinner-party_23-2151043668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg",
|
||||
},
|
||||
id: "4", name: "Lucía", role: "Pareja", company: "Turista", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Valoración",
|
||||
},
|
||||
value: "4.8", label: "Valoración"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Casero",
|
||||
},
|
||||
value: "100%", label: "Casero"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Años",
|
||||
},
|
||||
value: "20+", label: "Años"},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Ven a conocer por qué somos un punto de encuentro referente en Jerez."
|
||||
@@ -183,27 +126,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Dónde estamos ubicados?",
|
||||
content: "Carretera de Trebujena, Km 2, Jerez de la Frontera.",
|
||||
},
|
||||
id: "f1", title: "¿Dónde estamos ubicados?", content: "Carretera de Trebujena, Km 2, Jerez de la Frontera."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Cuál es el horario?",
|
||||
content: "Apertura habitual en temporada, especialmente fines de semana.",
|
||||
},
|
||||
id: "f2", title: "¿Cuál es el horario?", content: "Apertura habitual en temporada, especialmente fines de semana."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Cuál es el precio medio?",
|
||||
content: "El ticket medio oscila entre 10 y 20 euros por persona.",
|
||||
},
|
||||
id: "f3", title: "¿Cuál es el precio medio?", content: "El ticket medio oscila entre 10 y 20 euros por persona."},
|
||||
]}
|
||||
ctaTitle="¡Visítanos pronto!"
|
||||
ctaDescription="Te esperamos en Mosto Domi. Reserva tu mesa o consulta tus dudas por teléfono."
|
||||
ctaButton={{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:609177708",
|
||||
}}
|
||||
text: "Llamar ahora", href: "tel:609177708"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -212,13 +144,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Mosto Domi"
|
||||
leftLink={{
|
||||
text: "Política de Privacidad",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Política de Privacidad", href: "#"}}
|
||||
rightLink={{
|
||||
text: "© 2024 Mosto Domi",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 Mosto Domi", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user