diff --git a/src/app/page.tsx b/src/app/page.tsx index d98c402..a79c38e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/basket-with-radishes-unripe-tomatoes_23-2148332216.jpg" + imageSrc="http://img.b2bpic.net/free-photo/basket-with-radishes-unripe-tomatoes_23-2148332216.jpg?_wi=1" imageAlt="fresh organic produce farm basket" mediaAnimation="blur-reveal" avatars={[ @@ -136,7 +136,7 @@ export default function LandingPage() { price: "$4.50/kg", rating: 5, reviewCount: "128", - imageSrc: "http://img.b2bpic.net/free-photo/red-apple-basket_74190-6133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-apple-basket_74190-6133.jpg?_wi=1", }, { id: "p2", @@ -234,7 +234,7 @@ export default function LandingPage() { title: "Secure Payments", description: "Your transactions are encrypted and safe with us.", tag: "Safety", - imageSrc: "http://img.b2bpic.net/free-photo/basket-with-radishes-unripe-tomatoes_23-2148332216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/basket-with-radishes-unripe-tomatoes_23-2148332216.jpg?_wi=2", imageAlt: "Fresh Tasty Red Apples in Wooden Basket on Green Grass", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { title: "Fast Delivery", description: "Optimized delivery routes for fresher produce delivery.", tag: "Speed", - imageSrc: "http://img.b2bpic.net/free-photo/red-apple-basket_74190-6133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-apple-basket_74190-6133.jpg?_wi=2", imageAlt: "Fresh Tasty Red Apples in Wooden Basket on Green Grass", }, ]}