From 90b0fb875a9bcb9d7bab0e8738090a09b3b3c8c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:07:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }, ], }, ]} -- 2.49.1