From a7ffd400d6ca45cfb7695a39467130a530f6ea35 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 16:29:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 266 +++++++---------------------------------------- 1 file changed, 40 insertions(+), 226 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2d52e5..d03e292 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,24 +30,12 @@ export default function LandingPage() { @@ -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: "#contact" }, + { 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" }, ]} /> @@ -98,19 +62,9 @@ export default function LandingPage() { @@ -121,30 +75,9 @@ 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." @@ -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,38 +109,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", - }, - 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" }, 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"] }, ]} title="Nuestra Propuesta" description="Una experiencia curada para cada momento del día." @@ -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() {
@@ -314,37 +152,13 @@ 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: "#contact" }] }, + { title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] }, ]} - copyrightText="© 2025 Bruma Restaurante | Donde el tiempo se disuelve." + copyrightText="© 2025 Bruma Restaurante | San Jeronimo 257 - 3er piso - Córdoba" /> ); -} +} \ No newline at end of file -- 2.49.1