From c85d797f3eb4dee6318d581cf274f0674a70818e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 09:50:53 +0000 Subject: [PATCH] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index e0a9305..dfb9916 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -95,7 +95,7 @@ export default function CoursesPage() { { text: "Start Learning Today", href: "/materials" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891200.jpg" + imageSrc="http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891200.jpg?_wi=2" imageAlt="Students Learning Together" ariaLabel="Courses page hero section" /> @@ -115,21 +115,21 @@ export default function CoursesPage() { id: "course-1", name: "Advanced Mathematics", price: "Beginner to Advanced", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171094.jpg?_wi=4", imageAlt: "Advanced Mathematics Course", }, { id: "course-2", name: "English Literature Mastery", price: "Intermediate Level", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171094.jpg?_wi=5", imageAlt: "English Literature Course", }, { id: "course-3", name: "Science Fundamentals", price: "All Levels", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171094.jpg?_wi=6", imageAlt: "Science Course", }, ]} @@ -150,7 +150,7 @@ export default function CoursesPage() { tagAnimation="slide-up" buttons={[{ text: "Explore Curriculum", href: "/courses" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/textbooks-notepads-table_23-2147656027.jpg" + imageSrc="http://img.b2bpic.net/free-photo/textbooks-notepads-table_23-2147656027.jpg?_wi=2" imageAlt="Course Materials and Study Resources" mediaAnimation="slide-up" useInvertedBackground={false}