diff --git a/src/app/page.tsx b/src/app/page.tsx index 096dce0..18d365c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,17 +74,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-tacos-plate_23-2147812205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-tacos-plate_23-2147812205.jpg?_wi=1", imageAlt: "cinematic food preparation taco", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat-served-with-mushrooms-grilled-vegetables-sauce-wooden-board_141793-3032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat-served-with-mushrooms-grilled-vegetables-sauce-wooden-board_141793-3032.jpg?_wi=1", imageAlt: "fire grill cinematic smoke", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/red-fume-black-background_23-2147734854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-fume-black-background_23-2147734854.jpg?_wi=1", imageAlt: "smoke effects cinematic background", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { imageAlt: "professional restaurant kitchen fire", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-tacos-plate_23-2147812205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-tacos-plate_23-2147812205.jpg?_wi=2", imageAlt: "open kitchen chef cooking", }, { @@ -241,7 +241,7 @@ export default function LandingPage() { imageAlt: "premium meat ingredients", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat-served-with-mushrooms-grilled-vegetables-sauce-wooden-board_141793-3032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-meat-served-with-mushrooms-grilled-vegetables-sauce-wooden-board_141793-3032.jpg?_wi=2", imageAlt: "open kitchen chef cooking", }, { @@ -258,7 +258,7 @@ export default function LandingPage() { imageAlt: "restaurant interior nightlife crowd", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/red-fume-black-background_23-2147734854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-fume-black-background_23-2147734854.jpg?_wi=2", imageAlt: "open kitchen chef cooking", }, ]}