diff --git a/src/app/page.tsx b/src/app/page.tsx index ae7de50..0db5007 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,11 +86,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg?_wi=1", imageAlt: "Gourmet beef burger with cheese and fries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-burgers_23-2150347449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-burgers_23-2150347449.jpg?_wi=1", imageAlt: "Loaded chili cheese hot dog with toppings", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { description: "Our unique blend of spices and secret sauces creates a taste profile you won't find anywhere else in Fès.", bentoComponent: "reveal-icon", icon: Utensils, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg?_wi=2", imageAlt: "fresh farm vegetables icon", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { description: "Enjoy your meal without the wait. Our dedicated team ensures a quick and pleasant dining experience every time.", bentoComponent: "reveal-icon", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-burgers_23-2150347449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-burgers_23-2150347449.jpg?_wi=2", imageAlt: "fresh farm vegetables icon", }, ]}