From 5b16c51de842ff6d95997de99a0dd315994ec0df Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 07:47:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b9d1e8..7235d9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,10 +86,10 @@ export default function LandingPage() { title: "Fresh Vegetables & Fruits", description: "Hand-picked fresh produce daily. We source from trusted local suppliers to ensure quality.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-farmers-market_23-2148209779.jpg", imageAlt: "Fresh vegetables and fruits" + imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-farmers-market_23-2148209779.jpg?_wi=1", imageAlt: "Fresh vegetables and fruits" }, { - imageSrc: "http://img.b2bpic.net/free-photo/peaches-cutting-board-clay-bowl-with-green-leaves-two-pineapples-lettuce-side-view-picnic-cloth-grunge-wall_176474-5343.jpg", imageAlt: "Colorful fresh fruits display" + imageSrc: "http://img.b2bpic.net/free-photo/peaches-cutting-board-clay-bowl-with-green-leaves-two-pineapples-lettuce-side-view-picnic-cloth-grunge-wall_176474-5343.jpg?_wi=1", imageAlt: "Colorful fresh fruits display" } ] }, @@ -108,10 +108,10 @@ export default function LandingPage() { title: "Dairy & Daily Essentials", description: "Fresh milk, yogurt, butter, and all daily necessities available throughout the day until 10:30 PM.", icon: Droplets, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/peaches-cutting-board-clay-bowl-with-green-leaves-two-pineapples-lettuce-side-view-picnic-cloth-grunge-wall_176474-5343.jpg", imageAlt: "Fresh dairy products" + imageSrc: "http://img.b2bpic.net/free-photo/peaches-cutting-board-clay-bowl-with-green-leaves-two-pineapples-lettuce-side-view-picnic-cloth-grunge-wall_176474-5343.jpg?_wi=2", imageAlt: "Fresh dairy products" }, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-farmers-market_23-2148209779.jpg", imageAlt: "Fresh produce and essentials" + imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-farmers-market_23-2148209779.jpg?_wi=2", imageAlt: "Fresh produce and essentials" } ] }