Update src/app/courses/page.tsx

This commit is contained in:
2026-03-09 16:51:37 +00:00
parent 3f1efc4050
commit 3ea8d2fa87

View File

@@ -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"