Update src/app/courses/page.tsx

This commit is contained in:
2026-03-20 14:14:13 +00:00
parent e58b3ed5b7
commit a092d313bc

View File

@@ -64,15 +64,15 @@ export default function CoursesPage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg?_wi=2",
imageAlt: "Class 8 Mathematics foundation course", imageAlt: "Class 8 Mathematics foundation course",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-female-teacher-wearing-glasses-holding-abacus-with-number-fan-sitting-desk-with-school-tools-classroom_141793-137621.jpg", imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-female-teacher-wearing-glasses-holding-abacus-with-number-fan-sitting-desk-with-school-tools-classroom_141793-137621.jpg?_wi=2",
imageAlt: "Class 9 intermediate mathematics", imageAlt: "Class 9 intermediate mathematics",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-looking-his-smartphone-looking-confident-sitting-school-desk-with-books-notes-front-blackboard-classroom_141793-99098.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-looking-his-smartphone-looking-confident-sitting-school-desk-with-books-notes-front-blackboard-classroom_141793-99098.jpg?_wi=2",
imageAlt: "Class 10 board exam preparation", imageAlt: "Class 10 board exam preparation",
}, },
]} ]}
@@ -95,7 +95,7 @@ export default function CoursesPage() {
price: "Contact for Details", price: "Contact for Details",
rating: 5, rating: 5,
reviewCount: "50+", reviewCount: "50+",
imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg?_wi=3",
imageAlt: "Class 8 Mathematics Foundation Course", imageAlt: "Class 8 Mathematics Foundation Course",
}, },
{ {
@@ -105,7 +105,7 @@ export default function CoursesPage() {
price: "Contact for Details", price: "Contact for Details",
rating: 5, rating: 5,
reviewCount: "75+", reviewCount: "75+",
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-female-teacher-wearing-glasses-holding-abacus-with-number-fan-sitting-desk-with-school-tools-classroom_141793-137621.jpg", imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-female-teacher-wearing-glasses-holding-abacus-with-number-fan-sitting-desk-with-school-tools-classroom_141793-137621.jpg?_wi=3",
imageAlt: "Class 9 Mathematics Course", imageAlt: "Class 9 Mathematics Course",
}, },
{ {
@@ -115,7 +115,7 @@ export default function CoursesPage() {
price: "Contact for Details", price: "Contact for Details",
rating: 5, rating: 5,
reviewCount: "120+", reviewCount: "120+",
imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-looking-his-smartphone-looking-confident-sitting-school-desk-with-books-notes-front-blackboard-classroom_141793-99098.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-male-teacher-wearing-glasses-looking-his-smartphone-looking-confident-sitting-school-desk-with-books-notes-front-blackboard-classroom_141793-99098.jpg?_wi=3",
imageAlt: "Class 10 Board Preparation Course", imageAlt: "Class 10 Board Preparation Course",
}, },
]} ]}