From 78efdc17e586a9c4564875fd7ec8d10000b9e71c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 06:19:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2071e04..80cffcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,15 +69,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/image-young-man-successful-businessman-sitting-table-looking-laptop-working-office-looking-concentrated-project-doing-job-task-drinking-coffee_1258-314561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/image-young-man-successful-businessman-sitting-table-looking-laptop-working-office-looking-concentrated-project-doing-job-task-drinking-coffee_1258-314561.jpg?_wi=1", imageAlt: "cozy library study desk books", }, { - imageSrc: "http://img.b2bpic.net/free-photo/human-brain-detailed-structure_23-2150930076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/human-brain-detailed-structure_23-2150930076.jpg?_wi=1", imageAlt: "abstract psychology cognitive concept", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-teacher-using-laptop-explaining-lesson-her-students-online_637285-9392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-teacher-using-laptop-explaining-lesson-her-students-online_637285-9392.jpg?_wi=1", imageAlt: "modern educational workspace teacher", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { imageAlt: "Course 1b", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/image-young-man-successful-businessman-sitting-table-looking-laptop-working-office-looking-concentrated-project-doing-job-task-drinking-coffee_1258-314561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/image-young-man-successful-businessman-sitting-table-looking-laptop-working-office-looking-concentrated-project-doing-job-task-drinking-coffee_1258-314561.jpg?_wi=2", imageAlt: "cozy library study desk books", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { imageAlt: "Course 2b", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/human-brain-detailed-structure_23-2150930076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/human-brain-detailed-structure_23-2150930076.jpg?_wi=2", imageAlt: "cozy library study desk books", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { imageAlt: "Course 3b", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-teacher-using-laptop-explaining-lesson-her-students-online_637285-9392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-teacher-using-laptop-explaining-lesson-her-students-online_637285-9392.jpg?_wi=2", imageAlt: "cozy library study desk books", }, ]} -- 2.49.1