From 32d7894db542acb5cca2bd7d48fce468b1816f64 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 08:56:08 +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 47c444e..c3d4112 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-work_1098-22102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-work_1098-22102.jpg?_wi=1", imageAlt: "Student using attendance tracking web application dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg?_wi=1", imageAlt: "Smartphone screen showing attendance calculator app", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/financial-manager-doing-accounting-work-pc-with-chroma-key-screen_482257-119729.jpg", imageAlt: "Data export functionality mobile screen", }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-work_1098-22102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-work_1098-22102.jpg?_wi=2", imageAlt: "real-time attendance mobile app UI", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/muslim-person-travelling-through-city_23-2149305628.jpg", imageAlt: "Data persistence confirmation mobile screen", }, - imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg?_wi=2", imageAlt: "real-time attendance mobile app UI", }, ]}