diff --git a/src/app/page.tsx b/src/app/page.tsx index 713892b..6c4d84b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "tel:01128663773", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg?_wi=1" imageAlt="Juicy smash burger" mediaAnimation="blur-reveal" avatars={[ @@ -134,7 +134,7 @@ export default function LandingPage() { price: "E£240", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg?_wi=1", }, { id: "2", @@ -221,7 +221,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg?_wi=2", imageAlt: "chef cooking burger", }, { @@ -241,7 +241,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg?_wi=2", imageAlt: "chef cooking burger", }, ]}