From 745a30a256cf51278cd49f2fa1c1c2cf944c9968 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:42:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 282184f..b59d6bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-body-handmade-soap-bath-bombs_169016-20050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-body-handmade-soap-bath-bombs_169016-20050.jpg?_wi=1", imageAlt: "Premium supermarket interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-tomatoes-with-cucumbers-green-onions-broccoli-black-eggplant-stand-turquoise-background_141793-49843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-tomatoes-with-cucumbers-green-onions-broccoli-black-eggplant-stand-turquoise-background_141793-49843.jpg?_wi=1", imageAlt: "Fresh produce", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { price: "₹199/kg", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-apples-with-apricots-peaches-with-lime-basket_141793-18351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-apples-with-apricots-peaches-with-lime-basket_141793-18351.jpg?_wi=1", }, { id: "2", @@ -172,7 +172,7 @@ export default function LandingPage() { price: "₹99/kg", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-different-vegetables-dark-table-radish-mushrooms-green-yellow-pepper-dark-background_482257-45401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-different-vegetables-dark-table-radish-mushrooms-green-yellow-pepper-dark-background_482257-45401.jpg?_wi=1", }, { id: "3", @@ -181,7 +181,7 @@ export default function LandingPage() { price: "₹150", rating: 4, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5446.jpg?_wi=1", }, { id: "4", @@ -229,7 +229,7 @@ export default function LandingPage() { quote: "The freshest produce I've found in Kochi. Simply excellent.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-approving-vegetables_23-2147700720.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-body-handmade-soap-bath-bombs_169016-20050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-body-handmade-soap-bath-bombs_169016-20050.jpg?_wi=2", imageAlt: "happy customer grocery shopper", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { quote: "The delivery is incredibly fast, and the packaging is premium.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/couple-doing-organic-food-shopping_482257-76126.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-tomatoes-with-cucumbers-green-onions-broccoli-black-eggplant-stand-turquoise-background_141793-49843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-tomatoes-with-cucumbers-green-onions-broccoli-black-eggplant-stand-turquoise-background_141793-49843.jpg?_wi=2", imageAlt: "happy customer grocery shopper", }, { @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "Finally, a supermarket that matches international quality standards.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-holding-cauliflower_1303-24892.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-apples-with-apricots-peaches-with-lime-basket_141793-18351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-apples-with-apricots-peaches-with-lime-basket_141793-18351.jpg?_wi=2", imageAlt: "happy customer grocery shopper", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { quote: "Excellent collection, especially the organic fruits and vegetables.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showcasing-food-local-venue_482257-76202.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-different-vegetables-dark-table-radish-mushrooms-green-yellow-pepper-dark-background_482257-45401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-different-vegetables-dark-table-radish-mushrooms-green-yellow-pepper-dark-background_482257-45401.jpg?_wi=2", imageAlt: "happy customer grocery shopper", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { quote: "Best shopping experience in town. Highly recommended.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-long-hair-market-with-tropical-fruits-market-she-is-going-taste-slice-watermelon-hand_197531-295.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-counter-store_169016-5446.jpg?_wi=2", imageAlt: "happy customer grocery shopper", }, ]} -- 2.49.1