From 297d3ec28977f9314c79175d84e0412eeeb9b2f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:01:37 +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 aa0acfb..26c51e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { description="Transforming manual records into digital efficiency. Afya Fresh provides small-scale traders with real-time inventory management, sales tracking, and financial analysis to boost profitability." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-executive-using-mobile-phone_1170-1114.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executive-using-mobile-phone_1170-1114.jpg?_wi=1", imageAlt: "Trader with smartphone", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/ananas-slice-watermelon-hands-girl-tropical-fruits-market_197531-309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ananas-slice-watermelon-hands-girl-tropical-fruits-market_197531-309.jpg?_wi=1", imageAlt: "Mango harvest", }, { @@ -300,14 +300,14 @@ export default function LandingPage() { id: "mar", name: "System Implementation", role: "Mar – Apr", - imageSrc: "http://img.b2bpic.net/free-photo/business-executive-using-mobile-phone_1170-1114.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executive-using-mobile-phone_1170-1114.jpg?_wi=2", imageAlt: " businessman listening to music on his mobile", }, { id: "jun", name: "Deployment", role: "Jun 2026", - imageSrc: "http://img.b2bpic.net/free-photo/ananas-slice-watermelon-hands-girl-tropical-fruits-market_197531-309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ananas-slice-watermelon-hands-girl-tropical-fruits-market_197531-309.jpg?_wi=2", imageAlt: " businessman listening to music on his mobile", }, ]} -- 2.49.1