From bd75e46314765153c6d2701db73739e05dde348e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:10:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89000c2..7d64e52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-celebration-with-beer-still-life_23-2151639945.jpg", imageAlt: "Cerveza fría con espuma dorada" }, - { imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Interior acogedor de la cervecería" }, - { imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-with-glass-whiskey-cigar-posed-pub_627829-5859.jpg", imageAlt: "Terraza exterior con ambiente cálido" }, - { imageSrc: "http://img.b2bpic.net/free-photo/variety-tasty-snacks-wooden-board_23-2148326096.jpg", imageAlt: "Raciones para compartir y disfrutar" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2150166755.jpg", imageAlt: "Tortilla de patata con jamón y queso" } + { imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1", imageAlt: "Interior acogedor de la cervecería" }, + { imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-with-glass-whiskey-cigar-posed-pub_627829-5859.jpg?_wi=1", imageAlt: "Terraza exterior con ambiente cálido" }, + { imageSrc: "http://img.b2bpic.net/free-photo/variety-tasty-snacks-wooden-board_23-2148326096.jpg?_wi=1", imageAlt: "Raciones para compartir y disfrutar" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2150166755.jpg?_wi=1", imageAlt: "Tortilla de patata con jamón y queso" } ]} ariaLabel="Sección principal de Cervecería Larre" /> @@ -69,7 +69,7 @@ export default function LandingPage() { description="Tu lugar de encuentro" subdescription="Plaza de los Fueros 4, Noáin" icon={Beer} - imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" + imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2" imageAlt="Interior acogedor de Cervecería Larre" mediaAnimation="slide-up" useInvertedBackground={false} @@ -91,7 +91,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ - { id: "1", name: "Tortilla de Patata con Jamón y Queso", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2150166755.jpg", imageAlt: "Tortilla de patata con jamón y queso" }, + { id: "1", name: "Tortilla de Patata con Jamón y Queso", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2150166755.jpg?_wi=2", imageAlt: "Tortilla de patata con jamón y queso" }, { id: "2", name: "Hamburguesa de Ternera con Queso", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/burger_1339-1567.jpg", imageAlt: "Hamburguesa de ternera con queso y patatas" }, { id: "3", name: "Patatas Bravas", price: "€6.50", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-white-plate-served_114579-7211.jpg", imageAlt: "Patatas bravas con salsa" } ]} @@ -111,10 +111,10 @@ export default function LandingPage() { animationType="blur-reveal" features={[ { - title: "Comida de Calidad", description: "Platos caseros y deliciosos preparados con ingredientes frescos", imageSrc: "http://img.b2bpic.net/free-photo/variety-tasty-snacks-wooden-board_23-2148326096.jpg", imageAlt: "Raciones para compartir", button: { text: "Ver Más", href: "#" } + title: "Comida de Calidad", description: "Platos caseros y deliciosos preparados con ingredientes frescos", imageSrc: "http://img.b2bpic.net/free-photo/variety-tasty-snacks-wooden-board_23-2148326096.jpg?_wi=2", imageAlt: "Raciones para compartir", button: { text: "Ver Más", href: "#" } }, { - title: "Ambiente Acogedor", description: "Espacio perfecto para compartir con amigos y familia", imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-with-glass-whiskey-cigar-posed-pub_627829-5859.jpg", imageAlt: "Terraza bar" + title: "Ambiente Acogedor", description: "Espacio perfecto para compartir con amigos y familia", imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-with-glass-whiskey-cigar-posed-pub_627829-5859.jpg?_wi=2", imageAlt: "Terraza bar" }, { title: "Especialidades", description: "Variedad de cervezas y aperitivos tradicionales", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-chicken-nuggets-lettuce-sauce-plate-black-pepper-bowl-sauces-small-bowls-dark-table_140725-112073.jpg", imageAlt: "Nuggets" -- 2.49.1