Merge version_1 into main #1
@@ -15,27 +15,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
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">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menú", id: "menu"},
|
||||
{
|
||||
name: "Eventos",
|
||||
id: "eventos",
|
||||
},
|
||||
name: "Eventos", id: "eventos"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contacto",
|
||||
},
|
||||
name: "Contacto", id: "contacto"},
|
||||
]}
|
||||
brandName="Barra Piantini"
|
||||
/>
|
||||
@@ -44,21 +43,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="La Experiencia Culinaria de Piantini"
|
||||
description="Gastronomía urbana refinada en el corazón de la ciudad. Una atmósfera donde cada plato cuenta una historia."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plate-with-boiled-egg-wild-garlic-flowers_166373-668.jpg",
|
||||
alt: "Plato Gourmet",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/plate-with-boiled-egg-wild-garlic-flowers_166373-668.jpg", alt: "Plato Gourmet"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Ver Menú", href: "#menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,29 +65,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Entradas Gourmet",
|
||||
price: "Desde $15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312228.jpg",
|
||||
},
|
||||
id: "1", name: "Entradas Gourmet", price: "Desde $15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312228.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pastas Artesanales",
|
||||
price: "Desde $22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-corn-nuts-prunes-tomatoes_140725-3518.jpg",
|
||||
},
|
||||
id: "2", name: "Pastas Artesanales", price: "Desde $22", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-corn-nuts-prunes-tomatoes_140725-3518.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cortes de Autor",
|
||||
price: "Desde $45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-cutlet-served-with-spaghetti-cream-sauce_140725-1485.jpg",
|
||||
},
|
||||
id: "3", name: "Cortes de Autor", price: "Desde $45", imageSrc: "http://img.b2bpic.net/free-photo/beef-cutlet-served-with-spaghetti-cream-sauce_140725-1485.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Coctelería de Autor",
|
||||
price: "Desde $18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-green-salad-with-avacado-restaurant_140725-10818.jpg",
|
||||
},
|
||||
id: "4", name: "Coctelería de Autor", price: "Desde $18", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-green-salad-with-avacado-restaurant_140725-10818.jpg"},
|
||||
]}
|
||||
title="Nuestro Menú"
|
||||
description="Selección curada de sabores urbanos de alta cocina."
|
||||
@@ -119,30 +97,21 @@ export default function LandingPage() {
|
||||
logoText="Barra Piantini"
|
||||
columns={[
|
||||
{
|
||||
title: "Ubicación",
|
||||
items: [
|
||||
title: "Ubicación", items: [
|
||||
{
|
||||
label: "Piantini, Santo Domingo",
|
||||
href: "#",
|
||||
},
|
||||
label: "Piantini, Santo Domingo", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Horarios",
|
||||
items: [
|
||||
title: "Horarios", items: [
|
||||
{
|
||||
label: "Lun-Dom: 12pm - 12am",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lun-Dom: 12pm - 12am", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "WhatsApp Reservas",
|
||||
href: "https://wa.me/18090000000",
|
||||
},
|
||||
label: "WhatsApp Reservas", href: "https://wa.me/18090000000"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -152,4 +121,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user