From 0976ab69f9b066d424ae91731b9399d70152ee34 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:29:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, ]} -- 2.49.1