Update src/app/register/page.tsx
This commit is contained in:
@@ -88,19 +88,19 @@ export default function RegisterPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361536.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361536.jpg?_wi=2",
|
||||
imageAlt: "Student enrollment process",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444931.jpg?_wi=3",
|
||||
imageAlt: "Course learning environment",
|
||||
},
|
||||
{
|
||||
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=3",
|
||||
imageAlt: "Group learning session",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201832.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201832.jpg?_wi=2",
|
||||
imageAlt: "Student success celebration",
|
||||
},
|
||||
{
|
||||
@@ -119,49 +119,49 @@ export default function RegisterPage() {
|
||||
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=4",
|
||||
imageAlt: "Mathematics course",
|
||||
},
|
||||
{
|
||||
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=4",
|
||||
imageAlt: "SAT preparation course",
|
||||
},
|
||||
{
|
||||
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=3",
|
||||
imageAlt: "Russian language course",
|
||||
},
|
||||
{
|
||||
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=3",
|
||||
imageAlt: "English language course",
|
||||
},
|
||||
{
|
||||
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=4",
|
||||
imageAlt: "ASSA preparation course",
|
||||
},
|
||||
{
|
||||
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=3",
|
||||
imageAlt: "Pochemuchka course for children",
|
||||
},
|
||||
{
|
||||
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=3",
|
||||
imageAlt: "German mathematics course",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user