diff --git a/src/app/page.tsx b/src/app/page.tsx index 70ae9ee..3f08fd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { { title: "CCTV Surveillance", description: "4K resolution, AI-powered object tracking with zero-latency streaming capabilities.", icon: Video, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg", imageAlt: "Smart CCTV" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg", imageAlt: "Smart CCTV Detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg?_wi=1", imageAlt: "Smart CCTV" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg?_wi=2", imageAlt: "Smart CCTV Detail" }, ], }, { title: "Smart Lock Systems", description: "Biometric access with encrypted decentralized control for absolute property security.", icon: Lock, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg", imageAlt: "Smart Lock" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg", imageAlt: "Smart Lock Mechanism" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg?_wi=1", imageAlt: "Smart Lock" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg?_wi=2", imageAlt: "Smart Lock Mechanism" }, ], }, ]}