Merge version_1 into main #2
@@ -33,9 +33,7 @@ export default function LevelTestPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "registration",
|
||||
}}
|
||||
text: "Get Started", href: "registration"}}
|
||||
brandName="DYNAMIC SCHOOL"
|
||||
/>
|
||||
</div>
|
||||
@@ -50,16 +48,12 @@ export default function LevelTestPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start the Test",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start the Test", href: "#"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "about",
|
||||
},
|
||||
text: "Learn More", href: "about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg"
|
||||
imageAlt="Student taking proficiency test"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -71,55 +65,28 @@ export default function LevelTestPage() {
|
||||
<FeatureCardTwelve
|
||||
features={[
|
||||
{
|
||||
id: "beginner",
|
||||
label: "A1-A2",
|
||||
title: "Beginner Level - Foundation English",
|
||||
items=[
|
||||
"Basic vocabulary and simple sentences",
|
||||
"Essential communication skills",
|
||||
"Perfect for absolute beginners",
|
||||
"Estimated duration: 20-30 minutes",
|
||||
]}
|
||||
buttons={[
|
||||
id: "beginner", label: "A1-A2", title: "Beginner Level - Foundation English", items: [
|
||||
"Basic vocabulary and simple sentences", "Essential communication skills", "Perfect for absolute beginners", "Estimated duration: 20-30 minutes"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Start Here",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
text: "Start Here", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "intermediate",
|
||||
label: "B1-B2",
|
||||
title: "Intermediate Level - Conversational Fluency",
|
||||
items={[
|
||||
"Expanded vocabulary and complex sentences",
|
||||
"Professional and social communication",
|
||||
"Ideal for intermediate learners",
|
||||
"Estimated duration: 30-45 minutes",
|
||||
]}
|
||||
buttons={[
|
||||
id: "intermediate", label: "B1-B2", title: "Intermediate Level - Conversational Fluency", items: [
|
||||
"Expanded vocabulary and complex sentences", "Professional and social communication", "Ideal for intermediate learners", "Estimated duration: 30-45 minutes"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Start Here",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
text: "Start Here", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "advanced",
|
||||
label: "C1-C2",
|
||||
title: "Advanced Level - Mastery & Expertise",
|
||||
items={[
|
||||
"Advanced grammar and specialized vocabulary",
|
||||
"Academic and professional proficiency",
|
||||
"For experienced English speakers",
|
||||
"Estimated duration: 45-60 minutes",
|
||||
]}
|
||||
buttons={[
|
||||
id: "advanced", label: "C1-C2", title: "Advanced Level - Mastery & Expertise", items: [
|
||||
"Advanced grammar and specialized vocabulary", "Academic and professional proficiency", "For experienced English speakers", "Estimated duration: 45-60 minutes"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Start Here",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
text: "Start Here", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -139,13 +106,9 @@ export default function LevelTestPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Begin Assessment",
|
||||
href: "#",
|
||||
},
|
||||
text: "Begin Assessment", href: "#"},
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Contact Support", href: "contact"},
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -156,8 +119,7 @@ export default function LevelTestPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Courses", href: "courses" },
|
||||
{ label: "Teachers", href: "teachers" },
|
||||
{ label: "Level Test", href: "level-test" },
|
||||
@@ -165,8 +127,7 @@ export default function LevelTestPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Mission", href: "about" },
|
||||
{ label: "News", href: "#" },
|
||||
@@ -174,8 +135,7 @@ export default function LevelTestPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
@@ -32,9 +32,7 @@ export default function TeachersPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "registration",
|
||||
}}
|
||||
text: "Get Started", href: "registration"}}
|
||||
brandName="DYNAMIC SCHOOL"
|
||||
/>
|
||||
</div>
|
||||
@@ -43,15 +41,10 @@ export default function TeachersPage() {
|
||||
<TextSplitAbout
|
||||
title="Our Expert Faculty"
|
||||
description={[
|
||||
"At Dynamic School, our teachers are the heart of our educational excellence. Our faculty comprises highly qualified professionals with advanced degrees from prestigious universities and decades of combined teaching experience.",
|
||||
"Each instructor is dedicated to creating an inspiring learning environment where students can discover their potential, develop critical thinking skills, and achieve academic excellence. Our teachers combine rigorous academic standards with personalized attention to meet each student's unique needs.",
|
||||
"Our faculty undergoes continuous professional development to stay current with educational trends and teaching methodologies, ensuring that our students receive world-class instruction.",
|
||||
]}
|
||||
"At Dynamic School, our teachers are the heart of our educational excellence. Our faculty comprises highly qualified professionals with advanced degrees from prestigious universities and decades of combined teaching experience.", "Each instructor is dedicated to creating an inspiring learning environment where students can discover their potential, develop critical thinking skills, and achieve academic excellence. Our teachers combine rigorous academic standards with personalized attention to meet each student's unique needs.", "Our faculty undergoes continuous professional development to stay current with educational trends and teaching methodologies, ensuring that our students receive world-class instruction."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Courses",
|
||||
href: "courses",
|
||||
},
|
||||
text: "View All Courses", href: "courses"},
|
||||
]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
@@ -62,55 +55,28 @@ export default function TeachersPage() {
|
||||
<FeatureCardTwelve
|
||||
features={[
|
||||
{
|
||||
id: "qualified-teachers",
|
||||
label: "Dr. Mikhail",
|
||||
title: "Mathematics & Physics Excellence",
|
||||
items={[
|
||||
"Ph.D. in Mathematical Sciences from Moscow State University",
|
||||
"20+ years of teaching experience at university level",
|
||||
"Published researcher in applied mathematics",
|
||||
"Specializes in advanced calculus and theoretical physics",
|
||||
]}
|
||||
buttons={[
|
||||
id: "qualified-teachers", label: "Dr. Mikhail", title: "Mathematics & Physics Excellence", items: [
|
||||
"Ph.D. in Mathematical Sciences from Moscow State University", "20+ years of teaching experience at university level", "Published researcher in applied mathematics", "Specializes in advanced calculus and theoretical physics"],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Profile",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
text: "View Profile", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "experienced-educator",
|
||||
label: "Elena",
|
||||
title: "Languages & Communication Specialist",
|
||||
items={[
|
||||
"Master's degree in Linguistics and Philology",
|
||||
"15+ years teaching English, German, and Russian",
|
||||
"Native speaker of three languages",
|
||||
"Expert in conversational fluency and professional communication",
|
||||
]}
|
||||
buttons={[
|
||||
id: "experienced-educator", label: "Elena", title: "Languages & Communication Specialist", items: [
|
||||
"Master's degree in Linguistics and Philology", "15+ years teaching English, German, and Russian", "Native speaker of three languages", "Expert in conversational fluency and professional communication"],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Profile",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
text: "View Profile", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "innovative-instructor",
|
||||
label: "Alexei",
|
||||
title: "Science & Technology Integration",
|
||||
items={[
|
||||
"Master's in Computer Science and Education",
|
||||
"18 years experience in STEM education",
|
||||
"Developer of interactive learning platforms",
|
||||
"Passionate about making science accessible and engaging",
|
||||
]}
|
||||
buttons={[
|
||||
id: "innovative-instructor", label: "Alexei", title: "Science & Technology Integration", items: [
|
||||
"Master's in Computer Science and Education", "18 years experience in STEM education", "Developer of interactive learning platforms", "Passionate about making science accessible and engaging"],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Profile",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
text: "View Profile", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -128,8 +94,7 @@ export default function TeachersPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Courses", href: "courses" },
|
||||
{ label: "Teachers", href: "teachers" },
|
||||
{ label: "Level Test", href: "level-test" },
|
||||
@@ -137,8 +102,7 @@ export default function TeachersPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Mission", href: "about" },
|
||||
{ label: "News", href: "#" },
|
||||
@@ -146,8 +110,7 @@ export default function TeachersPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user