Update src/app/page.tsx
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="BAR BURGOS"
|
||||
description="The flavor that brings Burgos together. Legendary bocadillos, irresistible tortillas, and homecooked menus that make you always want to come back. Fast service, excellent value, genuinely welcoming."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Reservar Mesa", href: "#contact" },
|
||||
{ text: "Ver Menú", href: "#menu" },
|
||||
@@ -78,31 +78,31 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Bocadillos Legendarios", description: "Nuestros famosos bocadillos con jamón serrano, queso artesanal y pan recién horneado. Un clásico que nunca falla.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bacon-sandwiches-wooden-board_23-2148454736.jpg?_wi=1", imageAlt: "Bocadillo legendario de Bar Burgos"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bacon-sandwiches-wooden-board_23-2148454736.jpg", imageAlt: "Bocadillo legendario de Bar Burgos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bacon-sandwiches-wooden-board_23-2148454736.jpg?_wi=2", imageAlt: "Detalle del jamón serrano"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bacon-sandwiches-wooden-board_23-2148454736.jpg", imageAlt: "Detalle del jamón serrano"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bacon-sandwiches-wooden-board_23-2148454736.jpg?_wi=3", imageAlt: "Presentación del bocadillo"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bacon-sandwiches-wooden-board_23-2148454736.jpg", imageAlt: "Presentación del bocadillo"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Tortilla Española Casera", description: "La auténtica tortilla española, hecha como en casa. Patatas tiernas, huevos frescos y la receta que nuestros abuelos nos enseñaron.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-with-pistachio-powder_140725-10025.jpg?_wi=1", imageAlt: "Tortilla española auténtica"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-with-pistachio-powder_140725-10025.jpg", imageAlt: "Tortilla española auténtica"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-with-pistachio-powder_140725-10025.jpg?_wi=2", imageAlt: "Corte de la tortilla"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-with-pistachio-powder_140725-10025.jpg", imageAlt: "Corte de la tortilla"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-with-pistachio-powder_140725-10025.jpg?_wi=3", imageAlt: "Plato servido de tortilla"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-with-pistachio-powder_140725-10025.jpg", imageAlt: "Plato servido de tortilla"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menú del Día", description: "Menú especial de precio excepcional para trabajadores y visitantes. Entrada, plato principal y postre con excelente relación calidad-precio.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brunch-menu-template-chalk-style_23-2147763255.jpg?_wi=1", imageAlt: "Menú del día oferta"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brunch-menu-template-chalk-style_23-2147763255.jpg", imageAlt: "Menú del día oferta"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brunch-menu-template-chalk-style_23-2147763255.jpg?_wi=2", imageAlt: "Platos del menú especial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brunch-menu-template-chalk-style_23-2147763255.jpg", imageAlt: "Platos del menú especial"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brunch-menu-template-chalk-style_23-2147763255.jpg?_wi=3", imageAlt: "Presentación del menú"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brunch-menu-template-chalk-style_23-2147763255.jpg", imageAlt: "Presentación del menú"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -141,8 +141,9 @@ export default function LandingPage() {
|
||||
tag="Reputación Verificada"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/travel-horizontal-banner-set_1284-12785.jpg", "http://img.b2bpic.net/free-vector/flat-customer-satisfaction-design_23-2147947407.jpg", "http://img.b2bpic.net/free-vector/golden-retro-restaurant-logo-collection_23-2148379254.jpg", "http://img.b2bpic.net/free-photo/side-view-fried-meat-with-fried-zucchini-crackers-human-hand-round-plate_176474-3088.jpg", "http://img.b2bpic.net/free-vector/renewable-energy-logo-design-template_23-2150060377.jpg", "http://img.b2bpic.net/free-vector/instagrams-icons-notifications-set-flat-style_23-2147845241.jpg", "http://img.b2bpic.net/free-vector/background-with-facebook-screens-icons_23-2147614790.jpg"]}
|
||||
names={[
|
||||
"TripAdvisor", "Google Reviews", "Yelp", "Michelin Guide", "Repsol", "Instagram", "Facebook"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -168,7 +169,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "5", title: "¿Cuál es la especialidad más pedida?", content: "Sin duda, nuestros bocadillos legendarios. Miles de personas vuelven cada año solo por ellos. La tortilla española casera es un cierre perfecto, acompañada de una bebida fría."},
|
||||
{
|
||||
id: "6", title: "¿Hay estacionamiento disponible?", content: "Sí, hay estacionamiento en la calle muy cerca del restaurante. Para grupos grandes, por favor avísanos con anticipación y podemos ayudar con arreglos especiales."},
|
||||
id: "6", title: "¿Hay estacionamiento disponible?", content: "Sí, hay estacionamiento en la calle muy cerca del restaurante. Para grupos grandes, por favor avísanos con anticipación y podemos ayudar con arreglos especiales."}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user