Merge version_1 into main #1
@@ -51,30 +51,30 @@ export default function LandingPage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173865.jpg", imageAlt: "Tapas tradicionales españolas"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173865.jpg?_wi=1", imageAlt: "Tapas tradicionales españolas"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dish-with-pomegranate-sauce-herbs_140725-73994.jpg", imageAlt: "Carnes premium a la brasa"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dish-with-pomegranate-sauce-herbs_140725-73994.jpg?_wi=1", imageAlt: "Carnes premium a la brasa"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", imageAlt: "Ambiente elegante del restaurante"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg?_wi=1", imageAlt: "Ambiente elegante del restaurante"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-vegetables-table_140725-9669.jpg", imageAlt: "Pescados frescos del día"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-vegetables-table_140725-9669.jpg?_wi=1", imageAlt: "Pescados frescos del día"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", imageAlt: "Salón principal elegante"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg?_wi=2", imageAlt: "Salón principal elegante"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-vegetables-table_140725-9669.jpg", imageAlt: "Presentación gourmet"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-vegetables-table_140725-9669.jpg?_wi=2", imageAlt: "Presentación gourmet"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173865.jpg", imageAlt: "Selección de tapas"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173865.jpg?_wi=2", imageAlt: "Selección de tapas"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dish-with-pomegranate-sauce-herbs_140725-73994.jpg", imageAlt: "Carne de calidad excepcional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dish-with-pomegranate-sauce-herbs_140725-73994.jpg?_wi=2", imageAlt: "Carne de calidad excepcional"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -114,13 +114,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Tapas Tradicionales", description: "Selección de las mejores tapas españolas, con jamón ibérico, quesos artesanales y más.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173865.jpg", imageAlt: "Tapas tradicionales españolas", button: { text: "Ver Más", href: "#reservations" }
|
||||
title: "Tapas Tradicionales", description: "Selección de las mejores tapas españolas, con jamón ibérico, quesos artesanales y más.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173865.jpg?_wi=3", imageAlt: "Tapas tradicionales españolas", button: { text: "Ver Más", href: "#reservations" }
|
||||
},
|
||||
{
|
||||
title: "Carnes Premium", description: "Cortes de carne de la más alta calidad, preparados a la brasa con técnicas tradicionales.", imageSrc: "http://img.b2bpic.net/free-photo/dish-with-pomegranate-sauce-herbs_140725-73994.jpg", imageAlt: "Carnes premium a la brasa", button: { text: "Reservar", href: "#reservations" }
|
||||
title: "Carnes Premium", description: "Cortes de carne de la más alta calidad, preparados a la brasa con técnicas tradicionales.", imageSrc: "http://img.b2bpic.net/free-photo/dish-with-pomegranate-sauce-herbs_140725-73994.jpg?_wi=3", imageAlt: "Carnes premium a la brasa", button: { text: "Reservar", href: "#reservations" }
|
||||
},
|
||||
{
|
||||
title: "Pescados Frescos", description: "Selección diaria de pescados y mariscos frescos, preparados de forma sencilla para resaltar su sabor.", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-vegetables-table_140725-9669.jpg", imageAlt: "Pescados frescos del día", button: { text: "Ver Menú", href: "#menu" }
|
||||
title: "Pescados Frescos", description: "Selección diaria de pescados y mariscos frescos, preparados de forma sencilla para resaltar su sabor.", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-vegetables-table_140725-9669.jpg?_wi=3", imageAlt: "Pescados frescos del día", button: { text: "Ver Menú", href: "#menu" }
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
description="Desde 1998"
|
||||
subdescription="Un viaje de 25 años en la gastronomía sevillana"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg?_wi=3"
|
||||
imageAlt="Interior elegante del restaurante Lobo Buhaira"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user