From bbd636b891b2a5377e18fae1f7b0889f8af0a090 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 05:00:35 +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 1b23492..c2e383e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-arrangement-market_23-2149050775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegetables-arrangement-market_23-2149050775.jpg?_wi=1", imageAlt: "Fresh market produce", }, { @@ -107,21 +107,21 @@ export default function LandingPage() { title: "Home Delivery", subtitle: "Get items at your door", description: "Fast and safe delivery of your daily grocery essentials directly to your home.", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-phone-grocery-bag-hands_23-2148382453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-phone-grocery-bag-hands_23-2148382453.jpg?_wi=1", }, { tag: "Speed", title: "In-store Pickup", subtitle: "Skip the queues", description: "Order online and pick up your packed items from the store at your convenience.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg?_wi=1", }, { tag: "Quality", title: "Fresh Produce", subtitle: "Farm-fresh daily", description: "High-quality fruits and vegetables sourced directly from local farmers daily.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-wicker-basket-vegetable-market_23-2148209777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-wicker-basket-vegetable-market_23-2148209777.jpg?_wi=1", }, ]} title="Our Services" @@ -143,7 +143,7 @@ export default function LandingPage() { price: "₹40", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-full-vegetables-as-scallion-pepper-cucumber-others-right-side-black-surface_141793-1547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-full-vegetables-as-scallion-pepper-cucumber-others-right-side-black-surface_141793-1547.jpg?_wi=1", }, { id: "p2", @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "Great service and nice behaviour of staff.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-arrangement-market_23-2149050775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegetables-arrangement-market_23-2149050775.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -220,7 +220,7 @@ export default function LandingPage() { quote: "All grocery items available in one place.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-happy-family_171337-2225.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-wicker-basket-vegetable-market_23-2148209777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-wicker-basket-vegetable-market_23-2148209777.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { quote: "Home delivery services is very good and quick.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket_1339-5842.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { quote: "Friendly staff, excellent quality products.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-phone-grocery-bag-hands_23-2148382453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-phone-grocery-bag-hands_23-2148382453.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { quote: "Always fresh, always reliable. My go-to store.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/organic-vegetables-close-up-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-2200.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-full-vegetables-as-scallion-pepper-cucumber-others-right-side-black-surface_141793-1547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-full-vegetables-as-scallion-pepper-cucumber-others-right-side-black-surface_141793-1547.jpg?_wi=2", imageAlt: "happy customer portrait", }, ]} -- 2.49.1