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", }, ]}