diff --git a/src/app/page.tsx b/src/app/page.tsx index d34ac20..1e711f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,15 +66,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozzarella-avocado_1220-7101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozzarella-avocado_1220-7101.jpg?_wi=1", imageAlt: "Vibrant Salad", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-vegetables-cutting-board-kitchen-table-top-view_169016-49045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-vegetables-cutting-board-kitchen-table-top-view_169016-49045.jpg?_wi=1", imageAlt: "Healthy Meal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-half-basket-with-pumpkin-radishes_23-2148332198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-half-basket-with-pumpkin-radishes_23-2148332198.jpg?_wi=1", imageAlt: "Fresh Produce", }, { @@ -124,7 +124,7 @@ export default function LandingPage() { imageAlt: "Farm Boxes", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozzarella-avocado_1220-7101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozzarella-avocado_1220-7101.jpg?_wi=2", imageAlt: "fresh healthy vegetarian salad bowl", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { imageAlt: "Healthy Prep", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-vegetables-cutting-board-kitchen-table-top-view_169016-49045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sliced-fresh-vegetables-cutting-board-kitchen-table-top-view_169016-49045.jpg?_wi=2", imageAlt: "fresh avocado toast gourmet vegetarian", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { imageAlt: "Sustainable Packaging", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-half-basket-with-pumpkin-radishes_23-2148332198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-half-basket-with-pumpkin-radishes_23-2148332198.jpg?_wi=2", imageAlt: "fresh organic produce display", }, ]}