diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f1832f..69ef456 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,15 +85,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-bridge-foggy-day_1127-2065.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-bridge-foggy-day_1127-2065.jpg?_wi=1", imageAlt: "Futuristic engineering lab with holographic architectural designs", }, { - imageSrc: "http://img.b2bpic.net/free-photo/green-plane-ecofriendly-environment_23-2151582392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-plane-ecofriendly-environment_23-2151582392.jpg?_wi=1", imageAlt: "Aerial view of a smart city infrastructure project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-production-worker-solar-panel-plant-conducts-routine-inspection_482257-126038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-production-worker-solar-panel-plant-conducts-routine-inspection_482257-126038.jpg?_wi=1", imageAlt: "Engineers monitoring industrial automation in a control room", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { title: "Advanced Analytics", description: "Leveraging data-driven insights to optimize performance, predict outcomes, and enhance project efficiency.", bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-bridge-foggy-day_1127-2065.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-bridge-foggy-day_1127-2065.jpg?_wi=2", imageAlt: "complex data flow network architecture blue", }, { @@ -163,14 +163,14 @@ export default function LandingPage() { description: "Integrating eco-friendly practices and materials to deliver projects with lasting environmental responsibility.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/green-plane-ecofriendly-environment_23-2151582392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-plane-ecofriendly-environment_23-2151582392.jpg?_wi=2", imageAlt: "complex data flow network architecture blue", }, { title: "Global Project Reach", description: "Our expertise spans across continents, enabling us to manage and deliver complex projects worldwide.", bentoComponent: "globe", - imageSrc: "http://img.b2bpic.net/free-photo/male-production-worker-solar-panel-plant-conducts-routine-inspection_482257-126038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-production-worker-solar-panel-plant-conducts-routine-inspection_482257-126038.jpg?_wi=2", imageAlt: "complex data flow network architecture blue", }, ]}