diff --git a/src/app/page.tsx b/src/app/page.tsx index c04a811..081eb1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,12 +74,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=1", imageAlt: "Logistics fleet on road", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-aerial-shot-modern-architecture-with-skyscrapers-urban-city_181624-3483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-aerial-shot-modern-architecture-with-skyscrapers-urban-city_181624-3483.jpg?_wi=1", imageAlt: "Warehouse operations", }, { @@ -207,13 +207,13 @@ export default function LandingPage() { { title: "NGO Experience", description: "Trusted by international development partners.", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=2", imageAlt: "Country road and moving car at sunrise, fields, hills covered with trees", }, { title: "Flexible Pricing", description: "Custom billing options for long-term projects.", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-aerial-shot-modern-architecture-with-skyscrapers-urban-city_181624-3483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-aerial-shot-modern-architecture-with-skyscrapers-urban-city_181624-3483.jpg?_wi=2", imageAlt: "Country road and moving car at sunrise, fields, hills covered with trees", }, ]}