diff --git a/src/app/page.tsx b/src/app/page.tsx index 23ef4c3..6f0418f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,11 +79,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151434033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151434033.jpg?_wi=1", imageAlt: "Lively bar and restaurant interior with food and drinks", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg?_wi=1", imageAlt: "Delicious meals and refreshing cocktails", }, { @@ -146,14 +146,14 @@ export default function LandingPage() { id: "cerveja-original", name: "Cerveja Original (600ml)", price: "R$ 15,00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151434033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151434033.jpg?_wi=2", imageAlt: "Original beer bottle", }, { id: "picanha-chapa", name: "Picanha na Chapa com Mandioca", price: "R$ 89,00", - imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg?_wi=2", imageAlt: "Picanha on a hot plate with cassava", }, ]}