From bb735c5792aae371c6ea767c10dc328883c5d1d1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:24:06 +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 8fb7a76..f69b119 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/tasty-breakfast-appetizing-croissant-with-salami-cheese-tomatoes_2829-5529.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tasty-breakfast-appetizing-croissant-with-salami-cheese-tomatoes_2829-5529.jpg?_wi=1" imageAlt="Authentic Spanish bocadillo" mediaAnimation="blur-reveal" avatars={[ @@ -132,19 +132,19 @@ export default function LandingPage() { id: "1", name: "Bocadillo de Jamón Ibérico", price: "€3.50", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-appetizing-croissant-with-salami-cheese-tomatoes_2829-5529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-appetizing-croissant-with-salami-cheese-tomatoes_2829-5529.jpg?_wi=2", }, { id: "2", name: "Jamón y Queso", price: "€4.00", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-appetizing-croissant-with-salami-cheese-tomatoes_2829-5529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-appetizing-croissant-with-salami-cheese-tomatoes_2829-5529.jpg?_wi=3", }, { id: "3", name: "Bocadillo Vegano", price: "€3.00", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-appetizing-croissant-with-salami-cheese-tomatoes_2829-5529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-appetizing-croissant-with-salami-cheese-tomatoes_2829-5529.jpg?_wi=4", }, ]} title="Our Signature Menu" @@ -164,7 +164,7 @@ export default function LandingPage() { handle: "@elizabeth", testimonial: "Spectacular. The bread warm and crispy, the flavour absolutely incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-tomato-salad-with-mozzarella-mint-served-with-white-wine_141793-2466.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-tomato-salad-with-mozzarella-mint-served-with-white-wine_141793-2466.jpg?_wi=1", }, { id: "2", @@ -196,7 +196,7 @@ export default function LandingPage() { handle: "@carlos", testimonial: "Authentic taste of Madrid. Simply the best.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-tomato-salad-with-mozzarella-mint-served-with-white-wine_141793-2466.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-tomato-salad-with-mozzarella-mint-served-with-white-wine_141793-2466.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1