diff --git a/src/app/page.tsx b/src/app/page.tsx index 1568523..6aa3bc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,22 +79,22 @@ export default function LandingPage() { { title: "IoT Management", description: "Automated provisioning and real-time monitoring of your connected devices, ensuring 99.9% uptime and security.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349235.jpg", imageAlt: "IoT Device Monitoring" }, - { imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349235.jpg", imageAlt: "Smart Sensor Integration" } + { imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349235.jpg?_wi=1", imageAlt: "IoT Device Monitoring" }, + { imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349235.jpg?_wi=2", imageAlt: "Smart Sensor Integration" } ] }, { title: "Mobility Consulting", description: "Strategic guidance for mobility-first deployments, integrating hardware and cloud services for maximum logistics efficiency.", icon: Truck, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-high-tech-earth-planet_23-2151100438.jpg", imageAlt: "Logistics Visualization" }, - { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-high-tech-earth-planet_23-2151100438.jpg", imageAlt: "Mobility Consulting" } + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-high-tech-earth-planet_23-2151100438.jpg?_wi=1", imageAlt: "Logistics Visualization" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-high-tech-earth-planet_23-2151100438.jpg?_wi=2", imageAlt: "Mobility Consulting" } ] }, { title: "Scalable Infrastructure", description: "Global connectivity layers that grow as your enterprise scales, removing technical debt and complex overhead.", icon: Network, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349235.jpg", imageAlt: "Scalable Architecture" }, - { imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349235.jpg", imageAlt: "Network Reliability" } + { imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349235.jpg?_wi=3", imageAlt: "Scalable Architecture" }, + { imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349235.jpg?_wi=4", imageAlt: "Network Reliability" } ] } ]}