diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fca1cf..4e0410e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,12 +87,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-arrangement-high-angle_23-2149179619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-arrangement-high-angle_23-2149179619.jpg?_wi=1", imageAlt: "Whole roasted chicken dish", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-wings-potatoes-oil-tomatoes-with-pedicels-tablecloth_140725-73661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-wings-potatoes-oil-tomatoes-with-pedicels-tablecloth_140725-73661.jpg?_wi=1", imageAlt: "Plate of chicken and sides", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { imageAlt: "Chicken roasting in a professional oven", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-arrangement-high-angle_23-2149179619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-arrangement-high-angle_23-2149179619.jpg?_wi=2", imageAlt: "chicken marinating with herbs", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { imageAlt: "Chef cooking in a professional kitchen", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-wings-potatoes-oil-tomatoes-with-pedicels-tablecloth_140725-73661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-chicken-wings-potatoes-oil-tomatoes-with-pedicels-tablecloth_140725-73661.jpg?_wi=2", imageAlt: "chicken marinating with herbs", }, ]}