Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d55048721e | |||
| f8ab4801e2 | |||
| a7ffd400d6 |
269
src/app/page.tsx
269
src/app/page.tsx
@@ -30,24 +30,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Experiencia",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Buffet",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Reservar",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Experiencia", id: "about" },
|
||||
{ name: "Buffet", id: "features" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Bruma"
|
||||
brandName="Bruma Restaurante"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,40 +44,16 @@ export default function LandingPage() {
|
||||
logoText="BRUMA"
|
||||
description="Un oasis en medio de la ciudad. Experiencias gastronómicas para disfrutar sin apuro."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Descubrir la experiencia",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Reservar mesa", href: "https://wa.me/5493518576300" },
|
||||
{ text: "Descubrir la experiencia", href: "#about" },
|
||||
]}
|
||||
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",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fork-near-plate-with-twig_23-2147811260.jpg",
|
||||
imageAlt: "Ambiente Bruma",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-red-wine_140725-4520.jpg",
|
||||
imageAlt: "Detalle Buffet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-ingredients_141793-16657.jpg",
|
||||
imageAlt: "Pasteleria Artesanal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-assortment-small-bowl-adorned-with-pine-leaves-marble-surface_114579-75333.jpg",
|
||||
imageAlt: "Desayuno gourmet",
|
||||
},
|
||||
{ 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/fork-near-plate-with-twig_23-2147811260.jpg", imageAlt: "Ambiente Bruma" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-red-wine_140725-4520.jpg", imageAlt: "Detalle Buffet" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-ingredients_141793-16657.jpg", imageAlt: "Pasteleria Artesanal" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dessert-assortment-small-bowl-adorned-with-pine-leaves-marble-surface_114579-75333.jpg", imageAlt: "Desayuno gourmet" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,19 +62,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Un ritual de ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg",
|
||||
alt: "Experiencia en Bruma",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " calma y calidad",
|
||||
},
|
||||
{ type: "text", content: "Un ritual de " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg", alt: "Experiencia en Bruma" },
|
||||
{ type: "text", content: " calma y calidad" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,33 +75,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Panadería Artesanal",
|
||||
descriptions: [
|
||||
"Horneada cada mañana con procesos lentos.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basket-variety-fresh-bread_169016-3428.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Pastelería Casera",
|
||||
descriptions: [
|
||||
"Recetas de autor con ingredientes frescos.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-pastries_23-2148234272.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fiambres Premium",
|
||||
descriptions: [
|
||||
"Quesos de pequeños productores y embutidos curados.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-catering_1203-2828.jpg",
|
||||
},
|
||||
{ id: "1", title: "Panadería Artesanal", descriptions: ["Horneada cada mañana con procesos lentos."], imageSrc: "http://img.b2bpic.net/free-photo/basket-variety-fresh-bread_169016-3428.jpg" },
|
||||
{ id: "2", title: "Pastelería Casera", descriptions: ["Recetas de autor con ingredientes frescos."], imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-pastries_23-2148234272.jpg" },
|
||||
{ id: "3", title: "Fiambres Premium", descriptions: ["Quesos de pequeños productores y embutidos curados."], imageSrc: "http://img.b2bpic.net/free-photo/dessert-catering_1203-2828.jpg" },
|
||||
]}
|
||||
title="Nuestra Curaduría Signature"
|
||||
description="No buscamos cantidad, sino el equilibrio perfecto entre sabor, calidad y detalle artesanal."
|
||||
description="No buscamos cantidad, sino el equilibrio perfecto entre sabor, calidad y detalle artesanal. Estamos abiertos todos los días, de 8 a.m. a 12 a.m."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,42 +91,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Espacio al Aire Libre",
|
||||
price: "Exclusivo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-vegetation_23-2147685406.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ambiente Natural",
|
||||
price: "Relajante",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-picnic-goodies-blanket_23-2148921042.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Desayunos bajo el Sol",
|
||||
price: "Gourmet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buffet-breakfast-with-desserts_116348-71.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Meriendas Privadas",
|
||||
price: "Artesanal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-delicacies-wooden-table-with-copy-space_23-2148432652.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Atardeceres",
|
||||
price: "Sensorial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-bar_1339-8274.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Rincón de Lectura",
|
||||
price: "Tranquilo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patio-vacation-house-outdoor-beach_1203-5083.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Espacio al Aire Libre", price: "Exclusivo", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-vegetation_23-2147685406.jpg" },
|
||||
{ id: "p2", name: "Ambiente Natural", price: "Relajante", imageSrc: "http://img.b2bpic.net/free-photo/assortment-picnic-goodies-blanket_23-2148921042.jpg" },
|
||||
{ id: "p3", name: "Desayunos bajo el Sol", price: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/buffet-breakfast-with-desserts_116348-71.jpg" },
|
||||
{ id: "p4", name: "Meriendas Privadas", price: "Artesanal", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-delicacies-wooden-table-with-copy-space_23-2148432652.jpg" },
|
||||
{ id: "p5", name: "Atardeceres", price: "Sensorial", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-bar_1339-8274.jpg" },
|
||||
{ id: "p6", name: "Rincón de Lectura", price: "Tranquilo", imageSrc: "http://img.b2bpic.net/free-photo/patio-vacation-house-outdoor-beach_1203-5083.jpg" },
|
||||
]}
|
||||
title="La Terraza: Un Refugio Urbano"
|
||||
description="Un rincón escondido donde la ciudad se vuelve silencio y la naturaleza toma el control."
|
||||
@@ -206,41 +109,11 @@ 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",
|
||||
},
|
||||
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",
|
||||
},
|
||||
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: "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"] },
|
||||
]}
|
||||
title="Nuestra Propuesta"
|
||||
description="Una experiencia curada para cada momento del día."
|
||||
description="Una experiencia curada para cada momento del día. Atención de 8 a.m. a 12 a.m."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -250,41 +123,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Laura G.",
|
||||
role: "Turista",
|
||||
testimonial: "Una experiencia cálida en cada detalle. Volveré.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204684.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Martín P.",
|
||||
role: "Local",
|
||||
testimonial: "El mejor buffet que probamos en Córdoba.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420952.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sofia R.",
|
||||
role: "Pareja",
|
||||
testimonial: "Todo se siente hecho con mucho amor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-playing-game-with-friends_23-2147745148.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Carlos M.",
|
||||
role: "Visitante",
|
||||
testimonial: "Un lugar para volver una y otra vez.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-young-girl-summer-cafe_1157-20649.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena S.",
|
||||
role: "Local",
|
||||
testimonial: "La atención es de otro nivel, totalmente recomendado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149523812.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Laura G.", role: "Turista", testimonial: "Una experiencia cálida en cada detalle. Volveré.", imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204684.jpg" },
|
||||
{ id: "t2", name: "Martín P.", role: "Local", testimonial: "El mejor buffet que probamos en Córdoba.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420952.jpg" },
|
||||
{ id: "t3", name: "Sofia R.", role: "Pareja", testimonial: "Todo se siente hecho con mucho amor.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-playing-game-with-friends_23-2147745148.jpg" },
|
||||
{ id: "t4", name: "Carlos M.", role: "Visitante", testimonial: "Un lugar para volver una y otra vez.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-young-girl-summer-cafe_1157-20649.jpg" },
|
||||
{ id: "t5", name: "Elena S.", role: "Local", testimonial: "La atención es de otro nivel, totalmente recomendado.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149523812.jpg" },
|
||||
]}
|
||||
title="Lo que dicen nuestros huéspedes"
|
||||
description="Momentos compartidos en Bruma."
|
||||
@@ -294,17 +137,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Reservas"
|
||||
title="Tu mesa te espera"
|
||||
description="Espacios limitados. Recomendamos reservar con anticipación para asegurar tu experiencia sensorial."
|
||||
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: "#",
|
||||
},
|
||||
{ text: "Reservar ahora", href: "https://wa.me/5493518576300" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -314,37 +152,12 @@ 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: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Bruma", items: [{ label: "Sobre nosotros", href: "#about" }, { label: "Reservas", href: "https://wa.me/5493518576300" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Bruma Restaurante | Donde el tiempo se disuelve."
|
||||
copyrightText="© 2025 Bruma Restaurante | San Jeronimo 257 - 3er piso - Córdoba"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user