diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 30384c3..f3449f0 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -50,7 +50,7 @@ export default function CoursesPage() { description="Comprehensive programs designed for deep understanding and exam excellence across all class levels." tag="E2 Academy Courses" tagAnimation="slide-up" - background="plain" + background={{ variant: "plain" }} buttons={[ { text: "Enroll Now", @@ -64,15 +64,15 @@ export default function CoursesPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg", 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?_wi=2", + 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", 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?_wi=2", + 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", imageAlt: "Class 10 board exam preparation", }, ]} @@ -95,7 +95,7 @@ export default function CoursesPage() { price: "Contact for Details", rating: 5, reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/happy-boy-pointing-blackboard_1098-3218.jpg", imageAlt: "Class 8 Mathematics Foundation Course", }, { @@ -105,7 +105,7 @@ export default function CoursesPage() { price: "Contact for Details", rating: 5, 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?_wi=3", + 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", imageAlt: "Class 9 Mathematics Course", }, { @@ -115,7 +115,7 @@ export default function CoursesPage() { price: "Contact for Details", rating: 5, 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?_wi=3", + 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", imageAlt: "Class 10 Board Preparation Course", }, ]}