From 3ea8d2fa878b68b83af8998e64a01ac9fbf8a17a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:51:37 +0000 Subject: [PATCH] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index e5237cb..c3764f8 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -49,7 +49,7 @@ export default function CoursesPage() { id: "math", name: "Mathematics", price: "$500", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-back-school-essentials-with-notebook-calculator_23-2148587251.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-back-school-essentials-with-notebook-calculator_23-2148587251.jpg?_wi=2", imageAlt: "Mathematics course", initialQuantity: 1, }, @@ -57,7 +57,7 @@ export default function CoursesPage() { id: "sat", name: "SAT Preparation", price: "$750", - imageSrc: "http://img.b2bpic.net/free-photo/student-preparing-exam-panicking_23-2147844722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/student-preparing-exam-panicking_23-2147844722.jpg?_wi=2", imageAlt: "SAT preparation course", initialQuantity: 1, }, @@ -65,7 +65,7 @@ export default function CoursesPage() { id: "russian", name: "Russian Language", price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bavarian-girl-with-paper-pretzel_23-2148284384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-bavarian-girl-with-paper-pretzel_23-2148284384.jpg?_wi=2", imageAlt: "Russian language course", initialQuantity: 1, }, @@ -73,7 +73,7 @@ export default function CoursesPage() { id: "english", name: "English Language", price: "$500", - imageSrc: "http://img.b2bpic.net/free-photo/dictionary-definition-word_93675-129376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dictionary-definition-word_93675-129376.jpg?_wi=2", imageAlt: "English language course", initialQuantity: 1, }, @@ -81,7 +81,7 @@ export default function CoursesPage() { id: "assa", name: "ASSA Preparation", price: "$600", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-adults-studying-together_23-2150331680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-adults-studying-together_23-2150331680.jpg?_wi=2", imageAlt: "ASSA preparation course", initialQuantity: 1, }, @@ -89,7 +89,7 @@ export default function CoursesPage() { id: "pochemuchka", name: "Pochemuchka (Young Learners)", price: "$350", - imageSrc: "http://img.b2bpic.net/free-photo/young-kids-making-diy-project-from-upcycled-materials_23-2149391103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-kids-making-diy-project-from-upcycled-materials_23-2149391103.jpg?_wi=2", imageAlt: "Pochemuchka course for children", initialQuantity: 1, }, @@ -97,7 +97,7 @@ export default function CoursesPage() { id: "german-math", name: "German Mathematics", price: "$550", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-talking-man_23-2150171351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-talking-man_23-2150171351.jpg?_wi=2", imageAlt: "German mathematics course", initialQuantity: 1, }, @@ -136,7 +136,7 @@ export default function CoursesPage() { icon: TrendingUp, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-two-students-looking-tablet_259150-60236.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-two-students-looking-tablet_259150-60236.jpg?_wi=3" imageAlt="dynamic modern classroom learning" mediaAnimation="slide-up" imagePosition="right"