Merge version_1 into main #2
216
src/app/page.tsx
216
src/app/page.tsx
@@ -30,64 +30,38 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "nosotros",
|
||||
},
|
||||
name: "Nosotros", id: "nosotros"},
|
||||
{
|
||||
name: "La Carta",
|
||||
id: "carta",
|
||||
},
|
||||
name: "La Carta", id: "carta"},
|
||||
{
|
||||
name: "Los Vinos",
|
||||
id: "vinos",
|
||||
},
|
||||
name: "Los Vinos", id: "vinos"},
|
||||
{
|
||||
name: "Visítanos",
|
||||
id: "contacto",
|
||||
},
|
||||
name: "Visítanos", id: "contacto"},
|
||||
]}
|
||||
brandName="La Moderna"
|
||||
button={{ text: "Reservar" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="La Moderna"
|
||||
description="Un bar para cualquier hora. Un clásico que Jerez no podría entenderse sin él."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=1",
|
||||
imageAlt: "Ambiente del bar",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg", imageAlt: "Ambiente del bar"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=2",
|
||||
imageAlt: "Detalle del tabanco",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg", imageAlt: "Detalle del tabanco"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=3",
|
||||
imageAlt: "Barra histórica",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg", imageAlt: "Barra histórica"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=4",
|
||||
imageAlt: "Vinos de Jerez",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg", imageAlt: "Vinos de Jerez"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=5",
|
||||
imageAlt: "Tradición jerezana",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg", imageAlt: "Tradición jerezana"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=6",
|
||||
imageAlt: "Entrada Calle Larga",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg", imageAlt: "Entrada Calle Larga"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,18 +71,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "La Moderna es uno de los locales más antiguos e irrenunciables de Jerez de la Frontera. Ubicado junto a la entrada del centro por Calle Larga, este bar tabanco lleva décadas siendo punto de encuentro de una clientela variopinta: lugareños de toda la vida, curiosos que llegan al olor de la fama, y viajeros que se topan con él y ya no quieren marcharse.",
|
||||
},
|
||||
type: "text", content: "La Moderna es uno de los locales más antiguos e irrenunciables de Jerez de la Frontera. Ubicado junto a la entrada del centro por Calle Larga, este bar tabanco lleva décadas siendo punto de encuentro de una clientela variopinta: lugareños de toda la vida, curiosos que llegan al olor de la fama, y viajeros que se topan con él y ya no quieren marcharse."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cropped-photo-four-windows-cardboard-wall-decorated-with-artificial-snow-illuminated-garland_132075-10913.jpg",
|
||||
alt: "Restos de la muralla",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/cropped-photo-four-windows-cardboard-wall-decorated-with-artificial-snow-illuminated-garland_132075-10913.jpg", alt: "Restos de la muralla"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Aquí el tiempo pasa de otra manera. El interior guarda la calidez de una decoración tan característica como irrepetible, con cada rincón impregnado del carácter jerezano más genuino.",
|
||||
},
|
||||
type: "text", content: "Aquí el tiempo pasa de otra manera. El interior guarda la calidez de una decoración tan característica como irrepetible, con cada rincón impregnado del carácter jerezano más genuino."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,47 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carrillada al vino",
|
||||
price: "3,00€",
|
||||
variant: "Tapas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=7",
|
||||
},
|
||||
id: "1", name: "Carrillada al vino", price: "3,00€", variant: "Tapas", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Croquetas caseras",
|
||||
price: "2,50€",
|
||||
variant: "Tapas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=8",
|
||||
},
|
||||
id: "2", name: "Croquetas caseras", price: "2,50€", variant: "Tapas", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Papas aliñás",
|
||||
price: "2,50€",
|
||||
variant: "Tapas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=9",
|
||||
},
|
||||
id: "3", name: "Papas aliñás", price: "2,50€", variant: "Tapas", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tostada de salmorejo",
|
||||
price: "2,50€",
|
||||
variant: "Desayunos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=10",
|
||||
},
|
||||
id: "4", name: "Tostada de salmorejo", price: "2,50€", variant: "Desayunos", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aceitunas aliñás",
|
||||
price: "1,50€",
|
||||
variant: "Picar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=11",
|
||||
},
|
||||
id: "5", name: "Aceitunas aliñás", price: "1,50€", variant: "Picar", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ensaladilla rusa",
|
||||
price: "2,50€",
|
||||
variant: "Picar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=12",
|
||||
},
|
||||
id: "6", name: "Ensaladilla rusa", price: "2,50€", variant: "Picar", imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
]}
|
||||
title="La Carta"
|
||||
description="Tapas honestas, sin artificios."
|
||||
@@ -175,76 +112,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fino",
|
||||
description: "Seco, ligero y fresco. El aperitivo perfecto.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=13",
|
||||
},
|
||||
title: "Fino", description: "Seco, ligero y fresco. El aperitivo perfecto.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=14",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=15",
|
||||
imageAlt: "traditional spanish tabanco interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Amontillado",
|
||||
description: "Avellana, madera, profundidad.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=16",
|
||||
},
|
||||
title: "Amontillado", description: "Avellana, madera, profundidad.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=17",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-four-windows-cardboard-wall-decorated-with-artificial-snow-illuminated-garland_132075-10913.jpg",
|
||||
imageAlt: "ancient stone wall interior detail",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Oloroso",
|
||||
description: "Redondo, cálido, con cuerpo.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=18",
|
||||
},
|
||||
title: "Oloroso", description: "Redondo, cálido, con cuerpo.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=19",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-street_839833-22521.jpg",
|
||||
imageAlt: "portrait elderly man smiling spanish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Manzanilla",
|
||||
description: "Salina y elegante. La favorita en verano.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=20",
|
||||
},
|
||||
title: "Manzanilla", description: "Salina y elegante. La favorita en verano.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=21",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-middle-aged-woman_169016-26993.jpg",
|
||||
imageAlt: "middle aged woman smiling portrait",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Pedro Ximénez",
|
||||
description: "Oscuro, dulce y profundo.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=22",
|
||||
},
|
||||
title: "Pedro Ximénez", description: "Oscuro, dulce y profundo.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=23",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg",
|
||||
imageAlt: "smiling man portrait local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"}
|
||||
},
|
||||
{
|
||||
title: "Palo Cortado",
|
||||
description: "Misterioso y único. Una joya.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=24",
|
||||
},
|
||||
title: "Palo Cortado", description: "Misterioso y único. Una joya.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg?_wi=25",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-t-shirt-looking-cheerful-front-view_176474-15738.jpg",
|
||||
imageAlt: "female portrait casual smiling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/live-music-performance-wine-bar_23-2152024828.jpg"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -261,25 +162,15 @@ export default function LandingPage() {
|
||||
author="Pablo G."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-street_839833-22521.jpg",
|
||||
alt: "Reseña 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-street_839833-22521.jpg", alt: "Reseña 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-middle-aged-woman_169016-26993.jpg",
|
||||
alt: "Reseña 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-middle-aged-woman_169016-26993.jpg", alt: "Reseña 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg",
|
||||
alt: "Reseña 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg", alt: "Reseña 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-t-shirt-looking-cheerful-front-view_176474-15738.jpg",
|
||||
alt: "Reseña 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-t-shirt-looking-cheerful-front-view_176474-15738.jpg", alt: "Reseña 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-taking-care-plants_176420-3838.jpg",
|
||||
alt: "Reseña 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-taking-care-plants_176420-3838.jpg", alt: "Reseña 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -290,8 +181,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Visítanos en Calle Larga, Jerez de la Frontera. Abierto de Lunes a Sábado desde las 8:00. Sin reservas, llega y disfruta."
|
||||
/>
|
||||
</div>
|
||||
@@ -302,25 +192,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#nosotros",
|
||||
},
|
||||
label: "Nosotros", href: "#nosotros"},
|
||||
{
|
||||
label: "La Carta",
|
||||
href: "#carta",
|
||||
},
|
||||
label: "La Carta", href: "#carta"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Vinos",
|
||||
href: "#vinos",
|
||||
},
|
||||
label: "Vinos", href: "#vinos"},
|
||||
{
|
||||
label: "Visítanos",
|
||||
href: "#contacto",
|
||||
},
|
||||
label: "Visítanos", href: "#contacto"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user