From 8c78c013459c78ee72cd455a1b624eb095befb10 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 14:44:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aed4186..80d4333 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { description="5★ · Menú 12€ · Experiencia Premium" buttons={[{ text: "Reservar", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110926.jpg", imageAlt: "Kaferÿ Beer Experience" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-prepared-jewish-hanukkah-celebration_23-2151112307.jpg", imageAlt: "Cachopo Kaferÿ" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cropped-topview-tasty-potato-puncakes-breakfast-served-with-fried-eggs-fresh-green-cucumbers-fried-golden-onion-crusty-meat-served-with-delicious-salad-leaves-luying-brown-clay-plate_132075-13090.jpg", imageAlt: "Milanesa de Autor" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110926.jpg?_wi=1", imageAlt: "Kaferÿ Beer Experience" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-prepared-jewish-hanukkah-celebration_23-2151112307.jpg?_wi=1", imageAlt: "Cachopo Kaferÿ" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cropped-topview-tasty-potato-puncakes-breakfast-served-with-fried-eggs-fresh-green-cucumbers-fried-golden-onion-crusty-meat-served-with-delicious-salad-leaves-luying-brown-clay-plate_132075-13090.jpg?_wi=1", imageAlt: "Milanesa de Autor" }, { imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-dish-covered-with-melted-cheese-served-with-prawns-mussel_140725-1667.jpg", imageAlt: "Huevos Rotos" }, { imageSrc: "http://img.b2bpic.net/free-photo/golden-dye-dirty-water_23-2147798169.jpg", imageAlt: "Caña Perfecta" }, { imageSrc: "http://img.b2bpic.net/free-photo/pie-topped-with-ice-cream-apple-slices_140725-2999.jpg", imageAlt: "Tapa Premium" }, @@ -90,9 +90,9 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { title: "Estrella Galicia Barril", description: "La auténtica, servida a la temperatura perfecta.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-glass-with-champagne-almost-full_23-2148339648.jpg" }, - { title: "Café Templo", description: "El cierre maestro tras tu comida.", buttonIcon: Coffee, imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110926.jpg" }, - { title: "Terraza Exclusiva", description: "Disfruta al aire libre en pleno corazón.", buttonIcon: Sun, imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-prepared-jewish-hanukkah-celebration_23-2151112307.jpg" }, - { title: "Fútbol en Directo", description: "Vive los partidos en la mejor compañía.", buttonIcon: Tv, imageSrc: "http://img.b2bpic.net/free-photo/cropped-topview-tasty-potato-puncakes-breakfast-served-with-fried-eggs-fresh-green-cucumbers-fried-golden-onion-crusty-meat-served-with-delicious-salad-leaves-luying-brown-clay-plate_132075-13090.jpg" }, + { title: "Café Templo", description: "El cierre maestro tras tu comida.", buttonIcon: Coffee, imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110926.jpg?_wi=2" }, + { title: "Terraza Exclusiva", description: "Disfruta al aire libre en pleno corazón.", buttonIcon: Sun, imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-prepared-jewish-hanukkah-celebration_23-2151112307.jpg?_wi=2" }, + { title: "Fútbol en Directo", description: "Vive los partidos en la mejor compañía.", buttonIcon: Tv, imageSrc: "http://img.b2bpic.net/free-photo/cropped-topview-tasty-potato-puncakes-breakfast-served-with-fried-eggs-fresh-green-cucumbers-fried-golden-onion-crusty-meat-served-with-delicious-salad-leaves-luying-brown-clay-plate_132075-13090.jpg?_wi=2" }, ]} title="Barra Kaferÿ" description="Donde ocurre la magia." -- 2.49.1