diff --git a/src/app/page.tsx b/src/app/page.tsx index 99f0c40..14c9695 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="circleGradient" + background="none" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -44,7 +44,7 @@ export default function LandingPage() { description="Buen ambiente, buena comida y gran variedad de cervezas en el corazón de Noáin" tag="Taberna Moderna" tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Ver Carta", href: "#menu" }, { text: "Cómo Llegar", href: "#location" } @@ -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?_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" } + { 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" } ]} ariaLabel="Sección principal de Cervecería Larre" useInvertedBackground={false} @@ -70,7 +70,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" imageAlt="Interior acogedor de Cervecería Larre" mediaAnimation="slide-up" useInvertedBackground={false} @@ -92,7 +92,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?_wi=2", 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", 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" } ]} @@ -112,10 +112,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?_wi=2", 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", 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?_wi=2", 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", 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" @@ -137,8 +137,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/portrait-cute-young-woman-showing-ok-sign-with-fingers-looking-front_114579-58463.jpg", alt: "Cliente 3" }, { src: "http://img.b2bpic.net/free-photo/happy-friendly-woman-giving-hand-handshake_74855-3485.jpg", alt: "Cliente 4" } ]} - ratingAnimation="entrance-slide" - avatarsAnimation="entrance-slide" + ratingAnimation="slide-up" + avatarsAnimation="slide-up" useInvertedBackground={false} ariaLabel="Sección de testimonios" />