diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c153b0..c782f89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { description="Serving delicious pizzas, juicy burgers, and more, 24/7. Fresh ingredients, fast delivery, unforgettable taste." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg?_wi=1", imageAlt: "Delicious Pepperoni Pizza", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-truffle-pasta-still-life_23-2149525113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-truffle-pasta-still-life_23-2149525113.jpg?_wi=1", imageAlt: "Creamy Alfredo Pasta", }, { @@ -91,11 +91,11 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-melted-cheese-desk_141793-629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-melted-cheese-desk_141793-629.jpg?_wi=1", imageAlt: "Juicy Beef Burger", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-strawberry-chocolate-cake-with-cup-tea-pink-surface_140725-115457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-strawberry-chocolate-cake-with-cup-tea-pink-surface_140725-115457.jpg?_wi=1", imageAlt: "Decadent Chocolate Cake", }, { @@ -233,7 +233,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg?_wi=2", imageAlt: "fresh vegetables kitchen ingredients", }, { @@ -258,7 +258,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-melted-cheese-desk_141793-629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-melted-cheese-desk_141793-629.jpg?_wi=2", imageAlt: "fresh vegetables kitchen ingredients", }, { @@ -283,7 +283,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-truffle-pasta-still-life_23-2149525113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-truffle-pasta-still-life_23-2149525113.jpg?_wi=2", imageAlt: "fresh vegetables kitchen ingredients", }, { @@ -308,7 +308,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-strawberry-chocolate-cake-with-cup-tea-pink-surface_140725-115457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-strawberry-chocolate-cake-with-cup-tea-pink-surface_140725-115457.jpg?_wi=2", imageAlt: "fresh vegetables kitchen ingredients", }, ]}