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", }, ]}