Merge version_1 into main #1
213
src/app/page.tsx
213
src/app/page.tsx
@@ -31,24 +31,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Platos",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Platos", id: "products" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="El Mirador"
|
||||
button={{ text: "Reserva Ahora", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,12 +45,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="El Mirador"
|
||||
description="El sabor más fresco del océano, servido con la calidez de siempre. Vive una experiencia culinaria inolvidable frente al mar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserva Ahora",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserva Ahora", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/seafood-salad-with-crabsters-mussels_114579-2138.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,18 +57,9 @@ export default function LandingPage() {
|
||||
title="Nuestra Tradición Marina"
|
||||
description="Desde hace dos décadas, El Mirador se ha dedicado a seleccionar los mejores frutos del mar para ofrecer platos que honran la frescura y la calidad. Nuestra pasión es convertir cada visita en un viaje culinario por la costa."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Frescura Garantizada",
|
||||
description: "Pesca diaria seleccionada cuidadosamente por pescadores locales.",
|
||||
},
|
||||
{
|
||||
title: "Recetas Auténticas",
|
||||
description: "Sabores que respetan la tradición con un toque contemporáneo.",
|
||||
},
|
||||
{
|
||||
title: "Atmósfera Inigualable",
|
||||
description: "Un lugar diseñado para celebrar la vida frente a la belleza del mar.",
|
||||
},
|
||||
{ title: "Frescura Garantizada", description: "Pesca diaria seleccionada cuidadosamente por pescadores locales." },
|
||||
{ title: "Recetas Auténticas", description: "Sabores que respetan la tradición con un toque contemporáneo." },
|
||||
{ title: "Atmósfera Inigualable", description: "Un lugar diseñado para celebrar la vida frente a la belleza del mar." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg"
|
||||
/>
|
||||
@@ -97,38 +72,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Sostenibilidad",
|
||||
author: "Compromiso",
|
||||
description: "Respetamos los ciclos del mar garantizando pesca responsable.",
|
||||
tags: [
|
||||
"Verde",
|
||||
"Local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-seafood-mix-table_23-2148290526.jpg",
|
||||
},
|
||||
id: "f1", title: "Sostenibilidad", author: "Compromiso", description: "Respetamos los ciclos del mar garantizando pesca responsable.", tags: ["Verde", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-seafood-mix-table_23-2148290526.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Calidad Premium",
|
||||
author: "Selección",
|
||||
description: "Solo ingredientes de primera categoría en cada plato.",
|
||||
tags: [
|
||||
"Frescura",
|
||||
"Gourmet",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-fish_23-2147753654.jpg",
|
||||
},
|
||||
id: "f2", title: "Calidad Premium", author: "Selección", description: "Solo ingredientes de primera categoría en cada plato.", tags: ["Frescura", "Gourmet"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-fish_23-2147753654.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Pasión Culinaria",
|
||||
author: "Tradición",
|
||||
description: "Cocineros expertos dedicados a perfeccionar cada detalle.",
|
||||
tags: [
|
||||
"Artesanal",
|
||||
"Calidad",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-mussels-cream_140725-5203.jpg",
|
||||
},
|
||||
id: "f3", title: "Pasión Culinaria", author: "Tradición", description: "Cocineros expertos dedicados a perfeccionar cada detalle.", tags: ["Artesanal", "Calidad"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-mussels-cream_140725-5203.jpg"},
|
||||
]}
|
||||
title="Nuestra Filosofía"
|
||||
description="Lo que hace único a El Mirador."
|
||||
@@ -142,42 +93,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ceviche Clásico",
|
||||
price: "$25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-crabs-with-bread-canape-stuffed-with-green-salad-pinapple-slices_114579-1420.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pescado al Horno",
|
||||
price: "$32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-grilled-eggplants-bell-peppers-tomatoes-sauce_141793-736.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Langostinos al Ajillo",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-prawns-lemon-sauce-with-tomato-lettuce-greens-carrot-side-view_141793-3143.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pulpo a la Parrilla",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-lemons-shrimps-platter-salt-bowl-marble-background_114579-91264.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Arroz con Mariscos",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-fish-fillet-lemon-slices-chips-salad_114579-3300.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Causa de Mar",
|
||||
price: "$20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sukiyaki-seafood-served-with-suki-spicy-sauce_1150-27341.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Ceviche Clásico", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/grilled-crabs-with-bread-canape-stuffed-with-green-salad-pinapple-slices_114579-1420.jpg" },
|
||||
{ id: "p2", name: "Pescado al Horno", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-grilled-eggplants-bell-peppers-tomatoes-sauce_141793-736.jpg" },
|
||||
{ id: "p3", name: "Langostinos al Ajillo", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/grilled-prawns-lemon-sauce-with-tomato-lettuce-greens-carrot-side-view_141793-3143.jpg" },
|
||||
{ id: "p4", name: "Pulpo a la Parrilla", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/sliced-lemons-shrimps-platter-salt-bowl-marble-background_114579-91264.jpg" },
|
||||
{ id: "p5", name: "Arroz con Mariscos", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/white-fish-fillet-lemon-slices-chips-salad_114579-3300.jpg" },
|
||||
{ id: "p6", name: "Causa de Mar", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/sukiyaki-seafood-served-with-suki-spicy-sauce_1150-27341.jpg" },
|
||||
]}
|
||||
title="Nuestros Platos Estelares"
|
||||
description="Déjate llevar por la magia de nuestros sabores."
|
||||
@@ -190,33 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Años de Tradición",
|
||||
items: [
|
||||
"Fundados en 2004",
|
||||
"Expertos en sabor",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15k+",
|
||||
title: "Clientes Felices",
|
||||
items: [
|
||||
"Visitantes recurrentes",
|
||||
"Recomendados",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "Platos Únicos",
|
||||
items: [
|
||||
"Variedad regional",
|
||||
"Recetas propias",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "20+", title: "Años de Tradición", items: ["Fundados en 2004", "Expertos en sabor"] },
|
||||
{ id: "m2", value: "15k+", title: "Clientes Felices", items: ["Visitantes recurrentes", "Recomendados"] },
|
||||
{ id: "m3", value: "50+", title: "Platos Únicos", items: ["Variedad regional", "Recetas propias"] },
|
||||
]}
|
||||
title="Nuestra Trayectoria"
|
||||
description="Números que reflejan nuestra pasión."
|
||||
@@ -229,41 +126,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana García",
|
||||
handle: "@anag",
|
||||
testimonial: "La mejor experiencia marina que he tenido. El pescado es increíblemente fresco.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Carlos Ruiz",
|
||||
handle: "@cruiz",
|
||||
testimonial: "El lugar perfecto para celebrar aniversarios. La vista y el sabor son de otro mundo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-sangria-party-by-beach_23-2149481123.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maria Lopez",
|
||||
handle: "@mlopez",
|
||||
testimonial: "Un servicio de primera y los sabores son simplemente auténticos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Pedro Solis",
|
||||
handle: "@psolis",
|
||||
testimonial: "Siempre vuelvo por el ceviche, ¡es insuperable en toda la ciudad!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-sitting-table_23-2149293077.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofia Rivas",
|
||||
handle: "@srivas",
|
||||
testimonial: "Excelente lugar, ambiente acogedor y una atención que te hace sentir como en casa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864210.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Ana García", handle: "@anag", testimonial: "La mejor experiencia marina que he tenido. El pescado es increíblemente fresco.", imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg" },
|
||||
{ id: "t2", name: "Carlos Ruiz", handle: "@cruiz", testimonial: "El lugar perfecto para celebrar aniversarios. La vista y el sabor son de otro mundo.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-sangria-party-by-beach_23-2149481123.jpg" },
|
||||
{ id: "t3", name: "Maria Lopez", handle: "@mlopez", testimonial: "Un servicio de primera y los sabores son simplemente auténticos.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg" },
|
||||
{ id: "t4", name: "Pedro Solis", handle: "@psolis", testimonial: "Siempre vuelvo por el ceviche, ¡es insuperable en toda la ciudad!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-sitting-table_23-2149293077.jpg" },
|
||||
{ id: "t5", name: "Sofia Rivas", handle: "@srivas", testimonial: "Excelente lugar, ambiente acogedor y una atención que te hace sentir como en casa.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864210.jpg" },
|
||||
]}
|
||||
title="Lo que Dicen Nuestros Clientes"
|
||||
description="La satisfacción de nuestros comensales es nuestra mayor recompensa."
|
||||
@@ -274,21 +141,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Tienen opciones vegetarianas?",
|
||||
content: "Sí, contamos con ensaladas frescas y platos de autor sin mariscos.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Necesito reservar mesa?",
|
||||
content: "Recomendamos reservar con anticipación, especialmente los fines de semana.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿Aceptan tarjetas de crédito?",
|
||||
content: "Aceptamos todas las tarjetas de crédito y métodos de pago digitales.",
|
||||
},
|
||||
{ id: "q1", title: "¿Tienen opciones vegetarianas?", content: "Sí, contamos con ensaladas frescas y platos de autor sin mariscos." },
|
||||
{ id: "q2", title: "¿Necesito reservar mesa?", content: "Recomendamos reservar con anticipación, especialmente los fines de semana." },
|
||||
{ id: "q3", title: "¿Aceptan tarjetas de crédito?", content: "Aceptamos todas las tarjetas de crédito y métodos de pago digitales." },
|
||||
]}
|
||||
sideTitle="Preguntas Frecuentes"
|
||||
sideDescription="Respondemos a tus dudas principales."
|
||||
@@ -299,9 +154,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contacto"
|
||||
title="Haz tu Reserva"
|
||||
description="Estamos listos para recibirte. Asegura tu mesa hoy mismo."
|
||||
|
||||
Reference in New Issue
Block a user