Merge version_1 into main #3
@@ -40,14 +40,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Donde la tradición se convierte en experiencia"
|
||||
description="Cocina creativa, producto excepcional y un trato que se recuerda. En pleno corazón de Zamora, cada detalle está diseñado para que solo disfrutes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar mesa", href: "#contact"},
|
||||
]}
|
||||
buttons={[{ text: "Reservar mesa", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190918.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -93,19 +89,19 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/oils-jug-near-food_23-2147930109.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/details-set-table-with-focus-goblets_8353-9922.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg" },
|
||||
],
|
||||
},
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Cava Selecta", description: "Bodega cuidadosamente seleccionada para maridar con cada creación.", bentoComponent: {
|
||||
bentoComponent: "reveal-icon", icon: Wine,
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: Wine
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Trato Excepcional", description: "Un servicio personalizado que cuida cada detalle de tu estancia.", bentoComponent: {
|
||||
bentoComponent: "reveal-icon", icon: Sparkles,
|
||||
},
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: Sparkles
|
||||
}
|
||||
}
|
||||
]}
|
||||
title="Una Experiencia para los Sentidos"
|
||||
description="Cada visita es una invitación a descubrir los matices de nuestra tierra a través de una propuesta gastronómica única."
|
||||
@@ -174,4 +170,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user