Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 19:51:17 +00:00

View File

@@ -16,31 +16,23 @@ export default function LandingPage() {
defaultButtonVariant="icon-arrow"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Menú",
id: "menu",
},
{
name: "Nosotros",
id: "about",
},
{
name: "Opiniones",
id: "testimonials",
},
{
name: "Contacto",
id: "contact",
},
{ name: "Inicio", id: "hero" },
{ name: "Menú", id: "menu" },
{ name: "Nosotros", id: "about" },
{ name: "Opiniones", id: "testimonials" },
{ name: "Contacto", id: "contact" }
]}
brandName="BADA"
/>
@@ -48,42 +40,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Auténtica comida coreana en Montevideo"
description="Platos abundantes, sabores intensos y ambiente familiar."
buttons={[
{
text: "Llamar ahora",
href: "tel:+59800000000",
},
{
text: "Reservar mesa",
href: "#contact",
},
{ text: "Llamar ahora", href: "tel:+59800000000" },
{ text: "Reservar mesa", href: "#contact" }
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-fried-spicy-sauce-korean-style_1150-42875.jpg",
imageAlt: "Platos Bada",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg?_wi=1",
imageAlt: "Pollo frito",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg?_wi=1",
imageAlt: "Kimchi",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg?_wi=1",
imageAlt: "Japchae",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg",
imageAlt: "Local",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-fried-spicy-sauce-korean-style_1150-42875.jpg", imageAlt: "Platos Bada" },
{ imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg", imageAlt: "Pollo frito" },
{ imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg", imageAlt: "Kimchi" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg", imageAlt: "Japchae" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Local" }
]}
mediaAnimation="slide-up"
/>
@@ -96,48 +65,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Pollo frito picante",
price: "$750",
imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg?_wi=2",
imageAlt: "Pollo frito",
},
{
id: "2",
name: "Mandu (empanaditas)",
price: "$450",
imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg?_wi=2",
imageAlt: "Mandu",
},
{
id: "3",
name: "Sopa de kimchi",
price: "$600",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg?_wi=2",
imageAlt: "Kimchi",
},
{
id: "4",
name: "Japchae",
price: "$700",
imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg?_wi=3",
imageAlt: "Japchae",
},
{
id: "5",
name: "Bibimbap",
price: "$850",
imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg?_wi=3",
imageAlt: "Bibimbap",
},
{
id: "6",
name: "Bulgogi",
price: "$900",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg?_wi=3",
imageAlt: "Bulgogi",
},
{ id: "1", name: "Pollo frito picante", price: "$750", imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg", imageAlt: "Pollo frito" },
{ id: "2", name: "Mandu (empanaditas)", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg", imageAlt: "Mandu" },
{ id: "3", name: "Sopa de kimchi", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg", imageAlt: "Kimchi" },
{ id: "4", name: "Japchae", price: "$700", imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg", imageAlt: "Japchae" },
{ id: "5", name: "Bibimbap", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg", imageAlt: "Bibimbap" },
{ id: "6", name: "Bulgogi", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg", imageAlt: "Bulgogi" }
]}
title="Nuestro Menú"
description="Sabores auténticos seleccionados para vos."
@@ -148,12 +81,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Nuestra Historia"
buttons={[
{
text: "Reservar mesa",
href: "#contact",
},
]}
buttons={[{ text: "Reservar mesa", href: "#contact" }]}
/>
</div>
@@ -164,26 +92,11 @@ export default function LandingPage() {
rating={5}
author="María G."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-japanese-influencer-recording-vlog_23-2149187785.jpg",
alt: "Cliente",
},
{
src: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg",
alt: "Cliente",
},
{
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
alt: "Cliente",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-cup_23-2149005451.jpg",
alt: "Cliente",
},
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-okay-gesture-while-eat-salad-outdoors-cafe_231208-12139.jpg",
alt: "Cliente",
},
{ src: "http://img.b2bpic.net/free-photo/young-japanese-influencer-recording-vlog_23-2149187785.jpg", alt: "Cliente" },
{ src: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520071.jpg", alt: "Cliente" },
{ src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "Cliente" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-cup_23-2149005451.jpg", alt: "Cliente" },
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-okay-gesture-while-eat-salad-outdoors-cafe_231208-12139.jpg", alt: "Cliente" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -193,19 +106,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Reservá tu mesa o pedí para llevar. Estamos abiertos de noche. Teléfono: +598 00 000 000."
buttons={[
{
text: "Llamar ahora",
href: "tel:+59800000000",
},
{
text: "WhatsApp",
href: "https://wa.me/59800000000",
},
{ text: "Llamar ahora", href: "tel:+59800000000" },
{ text: "WhatsApp", href: "https://wa.me/59800000000" }
]}
/>
</div>
@@ -215,39 +120,22 @@ export default function LandingPage() {
logoText="BADA"
columns={[
{
title: "Navegación",
items: [
{
label: "Inicio",
href: "#hero",
},
{
label: "Menú",
href: "#menu",
},
{
label: "Contacto",
href: "#contact",
},
],
title: "Navegación", items: [
{ label: "Inicio", href: "#hero" },
{ label: "Menú", href: "#menu" },
{ label: "Contacto", href: "#contact" }
]
},
{
title: "Información",
items: [
{
label: "Ubicación",
href: "#",
},
{
label: "Horarios",
href: "#",
},
],
},
title: "Información", items: [
{ label: "Ubicación", href: "#" },
{ label: "Horarios", href: "#" }
]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}