Update src/app/page.tsx

This commit is contained in:
2026-03-09 17:01:57 +00:00
parent 3140f87863
commit 6bc4448506

View File

@@ -67,7 +67,8 @@ export default function HomePage() {
brandName="DYNAMIC SCHOOL"
navItems={navItems}
button={{
text: "Register Now", href: "/register"}}
text: "Register Now", href: "/register"
}}
/>
</div>
@@ -82,22 +83,29 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
buttons={[
{
text: "Register for a Course", href: "/register"},
text: "Register for a Course", href: "/register"
},
{
text: "Check Your Level", href: "/test"},
text: "Check Your Level", href: "/test"
},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/lecture-conference-hall-banner-set_1284-17649.jpg", imageAlt: "Modern classroom setting"},
imageSrc: "http://img.b2bpic.net/free-vector/lecture-conference-hall-banner-set_1284-17649.jpg", imageAlt: "Modern classroom setting"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361536.jpg?_wi=1", imageAlt: "Students engaged in learning"},
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361536.jpg?_wi=1", imageAlt: "Students engaged in learning"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444931.jpg?_wi=1", imageAlt: "Experienced teacher presenting"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444931.jpg?_wi=1", imageAlt: "Experienced teacher presenting"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/teenager-reading-near-gossiping-classmates_23-2147860644.jpg?_wi=1", imageAlt: "Library and study area"},
imageSrc: "http://img.b2bpic.net/free-photo/teenager-reading-near-gossiping-classmates_23-2147860644.jpg?_wi=1", imageAlt: "Library and study area"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201832.jpg?_wi=1", imageAlt: "Student success and graduation"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201832.jpg?_wi=1", imageAlt: "Student success and graduation"
},
]}
mediaAnimation="slide-up"
/>
@@ -145,13 +153,17 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "5,000+", description: "Students Enrolled"},
id: "1", value: "5,000+", description: "Students Enrolled"
},
{
id: "2", value: "150+", description: "Experienced Teachers"},
id: "2", value: "150+", description: "Experienced Teachers"
},
{
id: "3", value: "95%", description: "Exam Success Rate"},
id: "3", value: "95%", description: "Exam Success Rate"
},
{
id: "4", value: "15+", description: "Years of Excellence"},
id: "4", value: "15+", description: "Years of Excellence"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -169,19 +181,26 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "math", name: "Mathematics", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-back-school-essentials-with-notebook-calculator_23-2148587251.jpg?_wi=1", imageAlt: "Mathematics course"},
id: "math", name: "Mathematics", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-back-school-essentials-with-notebook-calculator_23-2148587251.jpg?_wi=1", imageAlt: "Mathematics course"
},
{
id: "sat", name: "SAT Preparation", price: "$750", imageSrc: "http://img.b2bpic.net/free-photo/student-preparing-exam-panicking_23-2147844722.jpg?_wi=1", imageAlt: "SAT preparation course"},
id: "sat", name: "SAT Preparation", price: "$750", imageSrc: "http://img.b2bpic.net/free-photo/student-preparing-exam-panicking_23-2147844722.jpg?_wi=1", 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?_wi=1", imageAlt: "Russian language 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?_wi=1", imageAlt: "Russian language course"
},
{
id: "english", name: "English Language", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/dictionary-definition-word_93675-129376.jpg?_wi=1", imageAlt: "English language course"},
id: "english", name: "English Language", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/dictionary-definition-word_93675-129376.jpg?_wi=1", 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?_wi=1", imageAlt: "ASSA preparation course"},
id: "assa", name: "ASSA Preparation", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/side-view-adults-studying-together_23-2150331680.jpg?_wi=1", 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?_wi=1", imageAlt: "Pochemuchka course for children"},
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?_wi=1", 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?_wi=1", imageAlt: "German mathematics course"},
id: "german-math", name: "German Mathematics", price: "$550", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-talking-man_23-2150171351.jpg?_wi=1", imageAlt: "German mathematics course"
},
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -199,17 +218,23 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sherzod Makhmudov", handle: "SAT 2024 - 1580/1600", testimonial: "DYNAMIC SCHOOL transformed my test preparation. The teachers made complex concepts crystal clear. I achieved my dream score!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-laptop_23-2148760459.jpg", imageAlt: "Sherzod Makhmudov"},
id: "1", name: "Sherzod Makhmudov", handle: "SAT 2024 - 1580/1600", testimonial: "DYNAMIC SCHOOL transformed my test preparation. The teachers made complex concepts crystal clear. I achieved my dream score!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-laptop_23-2148760459.jpg", imageAlt: "Sherzod Makhmudov"
},
{
id: "2", name: "Madina Yusupova", handle: "Mathematics Student", testimonial: "The modern teaching methods and interactive classes made me love mathematics. I went from struggling to scoring A+.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Madina Yusupova"},
id: "2", name: "Madina Yusupova", handle: "Mathematics Student", testimonial: "The modern teaching methods and interactive classes made me love mathematics. I went from struggling to scoring A+.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Madina Yusupova"
},
{
id: "3", name: "Rasul Niyazov", handle: "English Learner", testimonial: "The English teachers are native speakers who truly care. My confidence in English speaking improved dramatically in just months.", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-explaining-work_1098-21741.jpg", imageAlt: "Rasul Niyazov"},
id: "3", name: "Rasul Niyazov", handle: "English Learner", testimonial: "The English teachers are native speakers who truly care. My confidence in English speaking improved dramatically in just months.", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-explaining-work_1098-21741.jpg", imageAlt: "Rasul Niyazov"
},
{
id: "4", name: "Zarina Alimova", handle: "Parent, ASSA Track", testimonial: "My son's academic performance transformed completely. The personal attention and quality instruction are outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg", imageAlt: "Zarina Alimova"},
id: "4", name: "Zarina Alimova", handle: "Parent, ASSA Track", testimonial: "My son's academic performance transformed completely. The personal attention and quality instruction are outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg", imageAlt: "Zarina Alimova"
},
{
id: "5", name: "Timur Mirjaliev", handle: "Young Learners Graduate", testimonial: "Pochemuchka program made learning fun and engaging. My daughter developed genuine love for learning.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-kids-carrying-plastic-bags_23-2148472441.jpg", imageAlt: "Timur Mirjaliev"},
id: "5", name: "Timur Mirjaliev", handle: "Young Learners Graduate", testimonial: "Pochemuchka program made learning fun and engaging. My daughter developed genuine love for learning.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-kids-carrying-plastic-bags_23-2148472441.jpg", imageAlt: "Timur Mirjaliev"
},
{
id: "6", name: "Nasiba Rahimova", handle: "University Applicant", testimonial: "DYNAMIC SCHOOL prepared me perfectly for university entrance exams. I gained acceptance to my top choice university.", imageSrc: "http://img.b2bpic.net/free-photo/students-holding-notebooks-standing-smiling_23-2147657106.jpg", imageAlt: "Nasiba Rahimova"},
id: "6", name: "Nasiba Rahimova", handle: "University Applicant", testimonial: "DYNAMIC SCHOOL prepared me perfectly for university entrance exams. I gained acceptance to my top choice university.", imageSrc: "http://img.b2bpic.net/free-photo/students-holding-notebooks-standing-smiling_23-2147657106.jpg", imageAlt: "Nasiba Rahimova"
},
]}
animationType="slide-up"
textboxLayout="default"