diff --git a/src/app/page.tsx b/src/app/page.tsx index d8605a9..40d9b2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,27 +81,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-making-healthy-vegetable-salad_23-2150037471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-making-healthy-vegetable-salad_23-2150037471.jpg?_wi=1", imageAlt: "High protein meal prep for athletes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/box-with-salad-office-table_23-2147778448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/box-with-salad-office-table_23-2147778448.jpg?_wi=1", imageAlt: "Healthy balanced meal for professionals", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-food-blogger-streaming-while-cooking-home_23-2148771600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-food-blogger-streaming-while-cooking-home_23-2148771600.jpg?_wi=1", imageAlt: "Visually appealing fitness meal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-making-healthy-vegetable-salad_23-2150037471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-making-healthy-vegetable-salad_23-2150037471.jpg?_wi=2", imageAlt: "High protein meal prep for athletes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/box-with-salad-office-table_23-2147778448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/box-with-salad-office-table_23-2147778448.jpg?_wi=2", imageAlt: "Healthy balanced meal for professionals", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-food-blogger-streaming-while-cooking-home_23-2148771600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-food-blogger-streaming-while-cooking-home_23-2148771600.jpg?_wi=2", imageAlt: "Visually appealing fitness meal", }, ]}