From 54529da077ce32eca1c7006f48392a6eb0593397 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:35:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6040788..b244d24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/retailing-supermarket-retail-supermarket-fruits-market_53876-32207.jpg" + imageSrc="http://img.b2bpic.net/free-photo/retailing-supermarket-retail-supermarket-fruits-market_53876-32207.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -153,21 +153,21 @@ export default function LandingPage() { name: "Organic Red Apples", price: "$3.99", variant: "1kg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-apples-mellow-ripe-fruits-dark-blue-desk-fruit-color-red-plant-vitamine-fresh_140725-99519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-apples-mellow-ripe-fruits-dark-blue-desk-fruit-color-red-plant-vitamine-fresh_140725-99519.jpg?_wi=1", }, { id: "p2", name: "Fresh Broccoli", price: "$2.49", variant: "Head", - imageSrc: "http://img.b2bpic.net/free-photo/broccoli-table-high-angle_23-2148917701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/broccoli-table-high-angle_23-2148917701.jpg?_wi=1", }, { id: "p3", name: "Organic Carrots", price: "$1.99", variant: "500g", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-carrots_23-2148643531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-carrots_23-2148643531.jpg?_wi=1", }, { id: "p4", @@ -268,7 +268,7 @@ export default function LandingPage() { quote: "The freshest produce I have found in town!", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/healthy-food-give-you-better-life_329181-9747.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/retailing-supermarket-retail-supermarket-fruits-market_53876-32207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retailing-supermarket-retail-supermarket-fruits-market_53876-32207.jpg?_wi=2", imageAlt: "happy customer shopping supermarket", }, { @@ -290,7 +290,7 @@ export default function LandingPage() { quote: "The staff are so friendly and knowledgeable.", tag: "Highly Recommend", avatarSrc: "http://img.b2bpic.net/free-photo/merchant-offers-eco-products-consumer_482257-90410.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-apples-mellow-ripe-fruits-dark-blue-desk-fruit-color-red-plant-vitamine-fresh_140725-99519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-apples-mellow-ripe-fruits-dark-blue-desk-fruit-color-red-plant-vitamine-fresh_140725-99519.jpg?_wi=2", imageAlt: "happy customer shopping supermarket", }, { @@ -301,7 +301,7 @@ export default function LandingPage() { quote: "Reliable quality every single time.", tag: "Best Choice", avatarSrc: "http://img.b2bpic.net/free-photo/old-senior-man-having-fun_23-2151082441.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/broccoli-table-high-angle_23-2148917701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/broccoli-table-high-angle_23-2148917701.jpg?_wi=2", imageAlt: "happy customer shopping supermarket", }, { @@ -312,7 +312,7 @@ export default function LandingPage() { quote: "Finally, a market that cares about sustainability.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-person-shopping-freshly-harvested-fruits-veggies_482257-99839.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-carrots_23-2148643531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-carrots_23-2148643531.jpg?_wi=2", imageAlt: "happy customer shopping supermarket", }, ]} -- 2.49.1