From a34304d31b4ecd515a8446cff2dc0ef50e49468e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:51:32 +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 edee1a8..d6c8b46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,17 +52,17 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table_123827-27250.jpg", imageAlt: "Churros recién hechos con chocolate caliente"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table_123827-27250.jpg?_wi=1", imageAlt: "Churros recién hechos con chocolate caliente"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-view-churros-cup-with-melted-chocolate_23-2148379613.jpg", imageAlt: "Churros tradicionales crujientes"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-view-churros-cup-with-melted-chocolate_23-2148379613.jpg?_wi=1", imageAlt: "Churros tradicionales crujientes"}, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table-copy-space_123827-28015.jpg", imageAlt: "Chocolate caliente artesanal"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-churros-glass-with-blurred-background_23-2148379689.jpg", imageAlt: "Raciones para llevar"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Interior acogedor del café"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1", imageAlt: "Interior acogedor del café"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table_123827-27250.jpg", imageAlt: "Presentación de nuestros productos"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table_123827-27250.jpg?_wi=2", imageAlt: "Presentación de nuestros productos"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -78,7 +78,7 @@ export default function LandingPage() { tagIcon={Heart} tagAnimation="slide-up" buttons={[{ text: "Ver Menú Completo", href: "#menu" }]} - imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2" imageAlt="Interior cálido y acogedor de La Calzada" useInvertedBackground={false} /> @@ -101,7 +101,7 @@ export default function LandingPage() { { id: "4", title: "Chocolate Caliente", content: "Nuestro chocolate artesanal puede disfrutarse solo o acompañado. Espeso, cremoso y reconfortante. La bebida estrella de invierno. Taza: 2,75€"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-view-churros-cup-with-melted-chocolate_23-2148379613.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-view-churros-cup-with-melted-chocolate_23-2148379613.jpg?_wi=2" imageAlt="Churros recién hechos" mediaAnimation="slide-up" useInvertedBackground={true}