Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3349148b3 | |||
| c60abbe73c | |||
| a504e1abcd |
@@ -43,10 +43,7 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="BRUMA"
|
||||
description="Un oasis en medio de la ciudad. Experiencias gastronómicas para disfrutar sin apuro."
|
||||
buttons={[
|
||||
{ text: "Reservar mesa", href: "https://wa.me/5493518576300" },
|
||||
{ text: "Descubrir la experiencia", href: "#about" },
|
||||
]}
|
||||
buttons={[]}
|
||||
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/elegant-couple-spend-time-restaurant_1157-20505.jpg", imageAlt: "Vista Bruma" },
|
||||
@@ -109,8 +106,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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: "Consultar", onClick: () => {} }, featuresTitle: "Incluye:", features: ["Tabla de quesos", "Bebida fresca", "Dulces artesanales"] },
|
||||
]}
|
||||
title="Nuestra Propuesta"
|
||||
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
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Reservas"
|
||||
tag="Contacto"
|
||||
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."
|
||||
buttons={[
|
||||
{ text: "Reservar ahora", href: "https://wa.me/5493518576300" },
|
||||
]}
|
||||
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={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -152,7 +147,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ivy-gourd-climbing-trellis_1353-46.jpg"
|
||||
logoText="BRUMA"
|
||||
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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user