Update src/app/page.tsx
This commit is contained in:
182
src/app/page.tsx
182
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "All Courses", href: "/courses" },
|
||||
{ label: "Level Test", href: "/test" },
|
||||
{ label: "Register", href: "/register" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Teachers", href: "/teachers" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Telegram", href: "https://telegram.me/dynamicschool" },
|
||||
{ label: "Phone", href: "tel:+998712345678" },
|
||||
{ label: "Email", href: "mailto:info@dynamicschool.uz" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -70,9 +67,7 @@ export default function HomePage() {
|
||||
brandName="DYNAMIC SCHOOL"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Register Now",
|
||||
href: "/register",
|
||||
}}
|
||||
text: "Register Now", href: "/register"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,39 +79,25 @@ export default function HomePage() {
|
||||
tag="Excellence in Education"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
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"
|
||||
/>
|
||||
@@ -131,19 +112,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Experienced Teachers",
|
||||
description: "Our faculty members are highly qualified professionals with years of teaching expertise and proven track records of student success.",
|
||||
icon: Users,
|
||||
title: "Experienced Teachers", description: "Our faculty members are highly qualified professionals with years of teaching expertise and proven track records of student success.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "High Exam Results",
|
||||
description: "Students consistently achieve outstanding scores on standardized tests and competitive examinations with 95% pass rate.",
|
||||
icon: TrendingUp,
|
||||
title: "High Exam Results", description: "Students consistently achieve outstanding scores on standardized tests and competitive examinations with 95% pass rate.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Modern Teaching Methods",
|
||||
description: "We employ cutting-edge pedagogical approaches combined with interactive technology to enhance learning effectiveness.",
|
||||
icon: Lightbulb,
|
||||
title: "Modern Teaching Methods", description: "We employ cutting-edge pedagogical approaches combined with interactive technology to enhance learning effectiveness.", icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-two-students-looking-tablet_259150-60236.jpg?_wi=1"
|
||||
@@ -152,6 +127,12 @@ export default function HomePage() {
|
||||
imagePosition="right"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Courses", href: "/courses"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,25 +145,13 @@ 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"
|
||||
@@ -200,54 +169,19 @@ 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"
|
||||
@@ -265,53 +199,17 @@ 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"
|
||||
@@ -345,4 +243,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user