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}