Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c60abbe73c | |||
| a504e1abcd |
@@ -43,10 +43,7 @@ export default function LandingPage() {
|
|||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="BRUMA"
|
logoText="BRUMA"
|
||||||
description="Un oasis en medio de la ciudad. Experiencias gastronómicas para disfrutar sin apuro."
|
description="Un oasis en medio de la ciudad. Experiencias gastronómicas para disfrutar sin apuro."
|
||||||
buttons={[
|
buttons={[]}
|
||||||
{ text: "Reservar mesa", href: "https://wa.me/5493518576300" },
|
|
||||||
{ text: "Descubrir la experiencia", href: "#about" },
|
|
||||||
]}
|
|
||||||
slides={[
|
slides={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lateral-view-waiter-who-is-serving-dinner-two-pretty-friends-women-elegant-restaurant-with-perfect-view-from-window_8353-10574.jpg", imageAlt: "Bruma Restaurante Terraza" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/lateral-view-waiter-who-is-serving-dinner-two-pretty-friends-women-elegant-restaurant-with-perfect-view-from-window_8353-10574.jpg", imageAlt: "Bruma Restaurante Terraza" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg", imageAlt: "Vista Bruma" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg", imageAlt: "Vista Bruma" },
|
||||||
@@ -109,8 +106,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "b1", tag: "Popular", price: "Desayuno", period: "de Autor", description: "Lo mejor de nuestra pastelería y panadería.", button: { text: "Reservar", href: "https://wa.me/5493518576300" }, featuresTitle: "Incluye:", features: ["Café especial", "Pastelería del día", "Frutas frescas"] },
|
{ id: "b1", tag: "Popular", price: "Desayuno", period: "de Autor", description: "Lo mejor de nuestra pastelería y panadería.", button: { text: "Consultar", onClick: () => {} }, featuresTitle: "Incluye:", features: ["Café especial", "Pastelería del día", "Frutas frescas"] },
|
||||||
{ id: "b2", tag: "Selección", price: "Merienda", period: "Premium", description: "Una curaduría de sabores dulces y salados.", button: { text: "Reservar", href: "https://wa.me/5493518576300" }, featuresTitle: "Incluye:", features: ["Tabla de quesos", "Bebida fresca", "Dulces artesanales"] },
|
{ id: "b2", tag: "Selección", price: "Merienda", period: "Premium", description: "Una curaduría de sabores dulces y salados.", button: { text: "Consultar", onClick: () => {} }, featuresTitle: "Incluye:", features: ["Tabla de quesos", "Bebida fresca", "Dulces artesanales"] },
|
||||||
]}
|
]}
|
||||||
title="Nuestra Propuesta"
|
title="Nuestra Propuesta"
|
||||||
description="Una experiencia curada para cada momento del día. Atención de 8 a.m. a 12 a.m."
|
description="Una experiencia curada para cada momento del día. Atención de 8 a.m. a 12 a.m."
|
||||||
@@ -138,12 +135,10 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="Reservas"
|
tag="Contacto"
|
||||||
title="Visítanos en Bruma Restaurante"
|
title="Visítanos en Bruma Restaurante"
|
||||||
description="Estamos ubicados en San Jeronimo 257 - 3er piso - Córdoba. Llámanos al +54 9 3518 57-6300 para tu mesa. Abrimos todos los días de 8 a.m. a 12 a.m."
|
description="Estamos ubicados en San Jeronimo 257 - 3er piso - Córdoba. Llámanos al +54 9 3518 57-6300. Abrimos todos los días de 8 a.m. a 12 a.m."
|
||||||
buttons={[
|
buttons={[]}
|
||||||
{ text: "Reservar ahora", href: "https://wa.me/5493518576300" },
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -152,7 +147,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/ivy-gourd-climbing-trellis_1353-46.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/ivy-gourd-climbing-trellis_1353-46.jpg"
|
||||||
logoText="BRUMA"
|
logoText="BRUMA"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Bruma", items: [{ label: "Sobre nosotros", href: "#about" }, { label: "Reservas", href: "https://wa.me/5493518576300" }] },
|
{ title: "Bruma", items: [{ label: "Sobre nosotros", href: "#about" }] },
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Bruma Restaurante | San Jeronimo 257 - 3er piso - Córdoba"
|
copyrightText="© 2025 Bruma Restaurante | San Jeronimo 257 - 3er piso - Córdoba"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user