Merge version_1 into main #2
238
src/app/page.tsx
238
src/app/page.tsx
@@ -19,27 +19,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menú", id: "menu"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Belén y su Sabor"
|
||||
/>
|
||||
@@ -48,59 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Auténtico sabor valluno, hecho en casa todos los días"
|
||||
description="Disfruta de la comida casera que te transporta a la tradición culinaria del Valle del Cauca. Ubicados frente a la Iglesia Santa Mónica, con almuerzos completos y domicilio gratis entre semana."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-people-enjoying-while-preparing-dining-table-lunch-home-focus-is-african-american-woman_637285-3537.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-modern-woman-coffee-shop_23-2148131719.jpg",
|
||||
alt: "Office Worker",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friends-looking-phone_23-2149073440.jpg",
|
||||
alt: "Local Resident",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/food-frame-with-copy-space-flat-lay_23-2148725088.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-lunch-with-soup-salad-jizz-byz_140725-9430.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-happy-people-enjoying-while-preparing-dining-table-lunch-home-focus-is-african-american-woman_637285-3537.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-modern-woman-coffee-shop_23-2148131719.jpg", alt: "Office Worker" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-friends-looking-phone_23-2149073440.jpg", alt: "Local Resident" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/food-frame-with-copy-space-flat-lay_23-2148725088.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-lunch-with-soup-salad-jizz-byz_140725-9430.jpg", alt: "Diner" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir por WhatsApp",
|
||||
href: "https://wa.me/573000000000",
|
||||
},
|
||||
text: "Pedir por WhatsApp", href: "https://wa.me/573000000000"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sabor 100% valluno",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Calidad artesanal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingredientes frescos",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradición familiar",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Almuerzos diarios",
|
||||
},
|
||||
{ type: "text", text: "Sabor 100% valluno" },
|
||||
{ type: "text", text: "Calidad artesanal" },
|
||||
{ type: "text", text: "Ingredientes frescos" },
|
||||
{ type: "text", text: "Tradición familiar" },
|
||||
{ type: "text", text: "Almuerzos diarios" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,42 +85,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sancocho de Gallina",
|
||||
price: "$18.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hash-traditional-dish-made-from-cow-leg-top-view_141793-4459.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Arroz Atollado",
|
||||
price: "$16.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-azerbaijani-rice-pilov-topped-with-cooked-lamb-dried-fruits_140725-8686.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Empanadas Vallunas",
|
||||
price: "$3.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-egg-with-black-green-marinated-olives-tomatoes_114579-70064.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chuleta Valluna",
|
||||
price: "$20.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-with-pork-cutlet-tonkatsu_1339-4918.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Abajado",
|
||||
price: "$15.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grandpa-spending-time-country-side_23-2149518824.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Jugo de Lulo",
|
||||
price: "$5.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tangerines-juice-wooden-surface_114579-73322.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sancocho de Gallina", price: "$18.000", imageSrc: "http://img.b2bpic.net/free-photo/hash-traditional-dish-made-from-cow-leg-top-view_141793-4459.jpg" },
|
||||
{ id: "2", name: "Arroz Atollado", price: "$16.000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-azerbaijani-rice-pilov-topped-with-cooked-lamb-dried-fruits_140725-8686.jpg" },
|
||||
{ id: "3", name: "Empanadas Vallunas", price: "$3.000", imageSrc: "http://img.b2bpic.net/free-photo/boiled-egg-with-black-green-marinated-olives-tomatoes_114579-70064.jpg" },
|
||||
{ id: "4", name: "Chuleta Valluna", price: "$20.000", imageSrc: "http://img.b2bpic.net/free-photo/rice-with-pork-cutlet-tonkatsu_1339-4918.jpg" },
|
||||
{ id: "5", name: "Abajado", price: "$15.000", imageSrc: "http://img.b2bpic.net/free-photo/grandpa-spending-time-country-side_23-2149518824.jpg" },
|
||||
{ id: "6", name: "Jugo de Lulo", price: "$5.000", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tangerines-juice-wooden-surface_114579-73322.jpg" },
|
||||
]}
|
||||
title="Nuestro Menú"
|
||||
description="Lo mejor de la cocina tradicional."
|
||||
@@ -163,24 +99,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="specials" data-section="specials">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Lunes de Sancocho",
|
||||
description: "El sabor de siempre.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Almuerzo Ejecutivo",
|
||||
description: "Rápido y casero.",
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Envío Gratis",
|
||||
description: "Entre semana.",
|
||||
},
|
||||
{ icon: Calendar, title: "Lunes de Sancocho", description: "El sabor de siempre." },
|
||||
{ icon: Clock, title: "Almuerzo Ejecutivo", description: "Rápido y casero." },
|
||||
{ icon: Truck, title: "Envío Gratis", description: "Entre semana." },
|
||||
]}
|
||||
title="Especiales de la Semana"
|
||||
description="Nuestras sugerencias para ti."
|
||||
@@ -192,61 +117,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juan Pablo",
|
||||
date: "10/01/2025",
|
||||
title: "Excelente",
|
||||
quote: "El mejor sancocho de Cali.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-african-american-woman-her-female-friend-serving-food-dining-table-while-their-boyfriends-are-drinking-wine-background_637285-5846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-brazilian-food-with-copy-space_23-2148739186.jpg",
|
||||
imageAlt: "happy customer eating restaurant",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria C.",
|
||||
date: "11/01/2025",
|
||||
title: "Muy recomendado",
|
||||
quote: "Comida de casa real.",
|
||||
tag: "Oficina",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-home-eating-togheter_23-2149105998.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg",
|
||||
imageAlt: "happy customer eating restaurant",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luis F.",
|
||||
date: "12/01/2025",
|
||||
title: "Auténtico",
|
||||
quote: "Sabor 100% valluno.",
|
||||
tag: "Familia",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-spices-bowls-colorful-spices-bottle-oil-lemon_140725-78722.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hash-traditional-dish-made-from-cow-leg-top-view_141793-4459.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating restaurant",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Andrea R.",
|
||||
date: "13/01/2025",
|
||||
title: "Rápido",
|
||||
quote: "El envío siempre puntual.",
|
||||
tag: "Cliente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-wears-checkered-shirt-shows-something-tablet-computer-his-wife-who-is-making-sandwiches_273609-8935.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-azerbaijani-rice-pilov-topped-with-cooked-lamb-dried-fruits_140725-8686.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating restaurant",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carlos M.",
|
||||
date: "14/01/2025",
|
||||
title: "Buenísimo",
|
||||
quote: "Regreso siempre.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-toasting-with-his-family-lunch-dining-table_637285-12553.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-egg-with-black-green-marinated-olives-tomatoes_114579-70064.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating restaurant",
|
||||
},
|
||||
{ id: "1", name: "Juan Pablo", date: "10/01/2025", title: "Excelente", quote: "El mejor sancocho de Cali.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/happy-african-american-woman-her-female-friend-serving-food-dining-table-while-their-boyfriends-are-drinking-wine-background_637285-5846.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-brazilian-food-with-copy-space_23-2148739186.jpg", imageAlt: "happy customer eating restaurant" },
|
||||
{ id: "2", name: "Maria C.", date: "11/01/2025", title: "Muy recomendado", quote: "Comida de casa real.", tag: "Oficina", avatarSrc: "http://img.b2bpic.net/free-photo/couple-home-eating-togheter_23-2149105998.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", imageAlt: "happy customer eating restaurant" },
|
||||
{ id: "3", name: "Luis F.", date: "12/01/2025", title: "Auténtico", quote: "Sabor 100% valluno.", tag: "Familia", avatarSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-spices-bowls-colorful-spices-bottle-oil-lemon_140725-78722.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hash-traditional-dish-made-from-cow-leg-top-view_141793-4459.jpg", imageAlt: "happy customer eating restaurant" },
|
||||
{ id: "4", name: "Andrea R.", date: "13/01/2025", title: "Rápido", quote: "El envío siempre puntual.", tag: "Cliente", avatarSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-wears-checkered-shirt-shows-something-tablet-computer-his-wife-who-is-making-sandwiches_273609-8935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-azerbaijani-rice-pilov-topped-with-cooked-lamb-dried-fruits_140725-8686.jpg", imageAlt: "happy customer eating restaurant" },
|
||||
{ id: "5", name: "Carlos M.", date: "14/01/2025", title: "Buenísimo", quote: "Regreso siempre.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-toasting-with-his-family-lunch-dining-table_637285-12553.jpg", imageSrc: "http://img.b2bpic.net/free-photo/boiled-egg-with-black-green-marinated-olives-tomatoes_114579-70064.jpg", imageAlt: "happy customer eating restaurant" },
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="La experiencia de nuestros comensales."
|
||||
@@ -258,21 +133,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Tienen domicilio?",
|
||||
content: "Sí, gratis entre semana.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Dónde están ubicados?",
|
||||
content: "Frente a la Iglesia Santa Mónica.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Tienen menú vegetariano?",
|
||||
content: "Contamos con opciones frescas diarias.",
|
||||
},
|
||||
{ id: "1", title: "¿Tienen domicilio?", content: "Sí, gratis entre semana." },
|
||||
{ id: "2", title: "¿Dónde están ubicados?", content: "Frente a la Iglesia Santa Mónica." },
|
||||
{ id: "3", title: "¿Tienen menú vegetariano?", content: "Contamos con opciones frescas diarias." },
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Todo lo que necesitas saber."
|
||||
@@ -284,8 +147,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contacto"
|
||||
title="¡Pide tu almuerzo hoy!"
|
||||
description="Haz tu pedido directamente por WhatsApp."
|
||||
@@ -298,21 +160,13 @@ export default function LandingPage() {
|
||||
logoText="Belén y su Sabor"
|
||||
columns={[
|
||||
{
|
||||
title: "Menú",
|
||||
items: [
|
||||
{
|
||||
label: "Ver Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
title: "Menú", items: [
|
||||
{ label: "Ver Menú", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/573000000000",
|
||||
},
|
||||
title: "Contacto", items: [
|
||||
{ label: "WhatsApp", href: "https://wa.me/573000000000" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user