Merge version_1 into main #2
222
src/app/page.tsx
222
src/app/page.tsx
@@ -31,28 +31,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Carta",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre Nosotros", id: "about" },
|
||||
{ name: "Carta", id: "products" },
|
||||
{ name: "Opiniones", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" }
|
||||
]}
|
||||
brandName="La Hechicera"
|
||||
button={{ text: "Reservar", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,35 +46,15 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Paladar La Hechicera"
|
||||
description="El auténtico sabor de la cocina cubana tradicional, preparado con amor y pasión para que disfrutes de una experiencia inolvidable en el corazón de Ciego de Ávila."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver nuestra Carta",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/floating-breakfast-amazing-hotel-villa-blue-swimming-pool_343596-1138.jpg?_wi=1"
|
||||
buttons={[{ text: "Ver nuestra Carta", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/floating-breakfast-amazing-hotel-villa-blue-swimming-pool_343596-1138.jpg"
|
||||
imageAlt="Ambiente acogedor en Paladar La Hechicera"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cabbage-salad-table_141793-40.jpg",
|
||||
alt: "Cabbage salad on the table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-pouring-vinegar-into-dushbara-dumplings-soup-side-view_140725-12765.jpg",
|
||||
alt: "A woman pouring vinegar into dushbara dumplings soup side view",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-female-hand-with-spoon-dushbara-dumplings-soup_140725-12886.jpg",
|
||||
alt: "Side view of female hand with a spoon of dushbara dumplings soup",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg",
|
||||
alt: "High angle senior with delicious food",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vegetable-salad-with-nuts-rose-wine_140725-6880.jpg",
|
||||
alt: "Vegetable salad with nuts and rose wine",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/cabbage-salad-table_141793-40.jpg", alt: "Cabbage salad on the table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-pouring-vinegar-into-dushbara-dumplings-soup-side-view_140725-12765.jpg", alt: "A woman pouring vinegar into dushbara dumplings soup side view" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-female-hand-with-spoon-dushbara-dumplings-soup_140725-12886.jpg", alt: "Side view of female hand with a spoon of dushbara dumplings soup" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg", alt: "High angle senior with delicious food" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vegetable-salad-with-nuts-rose-wine_140725-6880.jpg", alt: "Vegetable salad with nuts and rose wine" }
|
||||
]}
|
||||
avatarText="Nuestros clientes nos recomiendan"
|
||||
/>
|
||||
@@ -101,20 +67,11 @@ export default function LandingPage() {
|
||||
title="Nuestra Esencia"
|
||||
description="Desde 1998, nos dedicamos a rescatar los sabores olvidados de la cocina familiar cubana. Combinamos ingredientes locales frescos con recetas ancestrales para ofrecerte una experiencia mágica."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Tradición",
|
||||
description: "Recetas heredadas de generación en generación.",
|
||||
},
|
||||
{
|
||||
title: "Calidad",
|
||||
description: "Productos frescos traídos de los campos de Ciego de Ávila.",
|
||||
},
|
||||
{
|
||||
title: "Ambiente",
|
||||
description: "Un espacio diseñado para compartir momentos inolvidables.",
|
||||
},
|
||||
{ title: "Tradición", description: "Recetas heredadas de generación en generación." },
|
||||
{ title: "Calidad", description: "Productos frescos traídos de los campos de Ciego de Ávila." },
|
||||
{ title: "Ambiente", description: "Un espacio diseñado para compartir momentos inolvidables." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-woman-cutting-fresh-ingredients-make-gourmet-dish_482257-41289.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-woman-cutting-fresh-ingredients-make-gourmet-dish_482257-41289.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -126,29 +83,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Consumo en el local",
|
||||
description: "Disfruta de la mejor atención en un ambiente cálido.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-sous-chef-discussing-about-what-recipe-prepare-dinner-service-fine-dining-restaurant-skilled-gastronomy-experts-cooking-gourmet-dish-while-professional-kitchen_482257-42015.jpg",
|
||||
imageAlt: "Head and sous chef discussing about what recipe to prepare for dinner service at fine dining restaurant. Skilled gastronomy experts cooking gourmet dish while in professional kitchen.",
|
||||
title: "Consumo en el local", description: "Disfruta de la mejor atención en un ambiente cálido.", bentoComponent: "reveal-icon", icon: Utensils
|
||||
},
|
||||
{
|
||||
title: "Para llevar",
|
||||
description: "Lleva la magia de nuestra cocina a casa cuando quieras.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShoppingBag,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/floating-breakfast-amazing-hotel-villa-blue-swimming-pool_343596-1138.jpg?_wi=2",
|
||||
imageAlt: "Head and sous chef discussing about what recipe to prepare for dinner service at fine dining restaurant. Skilled gastronomy experts cooking gourmet dish while in professional kitchen.",
|
||||
title: "Para llevar", description: "Lleva la magia de nuestra cocina a casa cuando quieras.", bentoComponent: "reveal-icon", icon: ShoppingBag
|
||||
},
|
||||
{
|
||||
title: "Reservas",
|
||||
description: "Asegura tu mesa llamando al +53 33 200686.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Phone,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-cutting-fresh-ingredients-make-gourmet-dish_482257-41289.jpg?_wi=2",
|
||||
imageAlt: "Head and sous chef discussing about what recipe to prepare for dinner service at fine dining restaurant. Skilled gastronomy experts cooking gourmet dish while in professional kitchen.",
|
||||
},
|
||||
title: "Reservas", description: "Asegura tu mesa llamando al +53 33 200686.", bentoComponent: "reveal-icon", icon: Phone
|
||||
}
|
||||
]}
|
||||
title="Servicios Especiales"
|
||||
description="Adaptamos nuestra magia a tus necesidades diarias."
|
||||
@@ -160,43 +102,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ropa Vieja Tradicional",
|
||||
price: "12.00 CUP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-soup-with-potatoes-greens-dark-desk-meat-sauce-meal-dishthe_140725-79119.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cerdo Asado al Horno",
|
||||
price: "15.00 CUP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062796.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ensalada de Estación",
|
||||
price: "6.00 CUP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-platter-with-variety-ingredients_114579-70084.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Flan de Leche Casero",
|
||||
price: "5.00 CUP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-glass-arrangement_23-2148494786.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pollo al Ajillo",
|
||||
price: "10.00 CUP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cutting-quiche_23-2147985302.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Cóctel Tropical",
|
||||
price: "4.50 CUP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-cherry-confiture_114579-17036.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ropa Vieja Tradicional", price: "12.00 CUP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-soup-with-potatoes-greens-dark-desk-meat-sauce-meal-dishthe_140725-79119.jpg" },
|
||||
{ id: "2", name: "Cerdo Asado al Horno", price: "15.00 CUP", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062796.jpg" },
|
||||
{ id: "3", name: "Ensalada de Estación", price: "6.00 CUP", imageSrc: "http://img.b2bpic.net/free-photo/salad-platter-with-variety-ingredients_114579-70084.jpg" },
|
||||
{ id: "4", name: "Flan de Leche Casero", price: "5.00 CUP", imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-glass-arrangement_23-2148494786.jpg" },
|
||||
{ id: "5", name: "Pollo al Ajillo", price: "10.00 CUP", imageSrc: "http://img.b2bpic.net/free-photo/cutting-quiche_23-2147985302.jpg" },
|
||||
{ id: "6", name: "Cóctel Tropical", price: "4.50 CUP", imageSrc: "http://img.b2bpic.net/free-photo/glass-cherry-confiture_114579-17036.jpg" }
|
||||
]}
|
||||
title="Platos Destacados"
|
||||
description="Explora una selección única de los sabores más queridos de nuestra carta."
|
||||
@@ -210,46 +123,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carlos M.",
|
||||
role: "Turista",
|
||||
company: "Habana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena P.",
|
||||
role: "Local",
|
||||
company: "Ciego de Ávila",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-pleased-dark-skinned-girl-smiles-positively-camera_273609-28711.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jorge L.",
|
||||
role: "Viajero",
|
||||
company: "España",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "María G.",
|
||||
role: "Local",
|
||||
company: "Ciego de Ávila",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092054.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Luis R.",
|
||||
role: "Turista",
|
||||
company: "México",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg",
|
||||
},
|
||||
{ id: "1", name: "Carlos M.", role: "Turista", company: "Habana", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg" },
|
||||
{ id: "2", name: "Elena P.", role: "Local", company: "Ciego de Ávila", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-pleased-dark-skinned-girl-smiles-positively-camera_273609-28711.jpg" },
|
||||
{ id: "3", name: "Jorge L.", role: "Viajero", company: "España", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
|
||||
{ id: "4", name: "María G.", role: "Local", company: "Ciego de Ávila", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092054.jpg" },
|
||||
{ id: "5", name: "Luis R.", role: "Turista", company: "México", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg" }
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="La magia de La Hechicera se vive en cada plato y en cada opinión."
|
||||
@@ -261,21 +139,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cuál es su horario de atención?",
|
||||
content: "Estamos abiertos desde las 11:00 a.m. hasta las 11:00 p.m.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Tienen servicio a domicilio?",
|
||||
content: "Por el momento, solo ofrecemos servicio en el local y para llevar.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Dónde están ubicados?",
|
||||
content: "En R7V3+GCP, Ciego de Ávila, Cuba.",
|
||||
},
|
||||
{ id: "1", title: "¿Cuál es su horario de atención?", content: "Estamos abiertos desde las 11:00 a.m. hasta las 11:00 p.m." },
|
||||
{ id: "2", title: "¿Tienen servicio a domicilio?", content: "Por el momento, solo ofrecemos servicio en el local y para llevar." },
|
||||
{ id: "3", title: "¿Dónde están ubicados?", content: "En R7V3+GCP, Ciego de Ávila, Cuba." }
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Información útil sobre nuestros servicios."
|
||||
@@ -286,9 +152,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contacto"
|
||||
title="Visítanos pronto"
|
||||
description="Haz tu reserva llamando al +53 33 200686. ¡Te esperamos!"
|
||||
@@ -300,17 +164,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="La Hechicera"
|
||||
leftLink={{
|
||||
text: "© 2024 Paladar La Hechicera",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "R7V3+GCP, Ciego de Ávila",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "© 2024 Paladar La Hechicera", href: "#" }}
|
||||
rightLink={{ text: "R7V3+GCP, Ciego de Ávila", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user