Update src/app/test/page.tsx

This commit is contained in:
2026-03-09 16:53:32 +00:00
parent 9abb2e8e9f
commit eea5b0e5cb

View File

@@ -22,8 +22,7 @@ export default function LevelTestPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "All Courses", href: "/courses" },
{ label: "Level Test", href: "/test" },
{ label: "Register", href: "/register" },
@@ -31,8 +30,7 @@ export default function LevelTestPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Teachers", href: "/teachers" },
{ label: "Contact", href: "/contact" },
@@ -40,8 +38,7 @@ export default function LevelTestPage() {
],
},
{
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" },
@@ -57,7 +54,7 @@ export default function LevelTestPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -68,9 +65,7 @@ export default function LevelTestPage() {
brandName="DYNAMIC SCHOOL"
navItems={navItems}
button={{
text: "Register Now",
href: "/register",
}}
text: "Register Now", href: "/register"}}
/>
</div>
@@ -81,7 +76,7 @@ export default function LevelTestPage() {
tag="Assessment"
tagIcon={Award}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Start Test Now", href: "#test-form" },
{ text: "Learn About Levels", href: "/about" },
@@ -89,25 +84,15 @@ export default function LevelTestPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/student-preparing-exam-panicking_23-2147844722.jpg?_wi=3",
imageAlt: "Assessment preparation",
},
imageSrc: "http://img.b2bpic.net/free-photo/student-preparing-exam-panicking_23-2147844722.jpg", imageAlt: "Assessment preparation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444931.jpg?_wi=2",
imageAlt: "Student assessment session",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-math_23-2150444931.jpg", imageAlt: "Student assessment session"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-different-people-studying-together_23-2149204775.jpg?_wi=3",
imageAlt: "Collaborative test environment",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-different-people-studying-together_23-2149204775.jpg", imageAlt: "Collaborative test environment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/teenager-reading-near-gossiping-classmates_23-2147860644.jpg?_wi=2",
imageAlt: "Reading comprehension test",
},
imageSrc: "http://img.b2bpic.net/free-photo/teenager-reading-near-gossiping-classmates_23-2147860644.jpg", imageAlt: "Reading comprehension test"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-back-school-essentials-with-notebook-calculator_23-2148587251.jpg?_wi=3",
imageAlt: "Test materials and resources",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-back-school-essentials-with-notebook-calculator_23-2148587251.jpg", imageAlt: "Test materials and resources"},
]}
mediaAnimation="slide-up"
/>
@@ -121,22 +106,16 @@ export default function LevelTestPage() {
tagAnimation="slide-up"
bulletPoints={[
{
title: "Personalized Placement",
description: "Get placed in the course level that matches your current skills and learning pace for optimal progress.",
icon: TrendingUp,
title: "Personalized Placement", description: "Get placed in the course level that matches your current skills and learning pace for optimal progress.", icon: TrendingUp,
},
{
title: "Identify Strengths & Gaps",
description: "Understand your strong areas and areas for improvement to focus your study efforts effectively.",
icon: Lightbulb,
title: "Identify Strengths & Gaps", description: "Understand your strong areas and areas for improvement to focus your study efforts effectively.", icon: Lightbulb,
},
{
title: "Quick Assessment",
description: "Complete the entire test in just 20 minutes and receive instant results with detailed feedback.",
icon: Award,
title: "Quick Assessment", description: "Complete the entire test in just 20 minutes and receive instant results with detailed feedback.", icon: Award,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-two-students-looking-tablet_259150-60236.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/woman-two-students-looking-tablet_259150-60236.jpg"
imageAlt="Student assessment with instructor"
mediaAnimation="slide-up"
imagePosition="right"
@@ -153,25 +132,13 @@ export default function LevelTestPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "20 min",
description: "Average Test Duration",
},
id: "1", value: "20 min", description: "Average Test Duration"},
{
id: "2",
value: "100%",
description: "Placement Accuracy",
},
id: "2", value: "100%", description: "Placement Accuracy"},
{
id: "3",
value: "5 min",
description: "Results Delivery Time",
},
id: "3", value: "5 min", description: "Results Delivery Time"},
{
id: "4",
value: "6 Levels",
description: "Available Placements",
},
id: "4", value: "6 Levels", description: "Available Placements"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -188,45 +155,21 @@ export default function LevelTestPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "How long is the level test?",
content: "Our level test takes approximately 20 minutes to complete. It includes sections on reading, writing, listening, and speaking skills depending on your course selection.",
},
id: "1", title: "How long is the level test?", content: "Our level test takes approximately 20 minutes to complete. It includes sections on reading, writing, listening, and speaking skills depending on your course selection."},
{
id: "2",
title: "When will I get my results?",
content: "You will receive your test results immediately after completion. Your personalized level report and course recommendations will be available on your dashboard right away.",
},
id: "2", title: "When will I get my results?", content: "You will receive your test results immediately after completion. Your personalized level report and course recommendations will be available on your dashboard right away."},
{
id: "3",
title: "Can I retake the test?",
content: "Yes, you can retake the test after 7 days if you wish to challenge your placement or if you want to try a different course track.",
},
id: "3", title: "Can I retake the test?", content: "Yes, you can retake the test after 7 days if you wish to challenge your placement or if you want to try a different course track."},
{
id: "4",
title: "Is the test graded?",
content: "The test is diagnostic in nature and helps determine your proficiency level. It is not graded as pass/fail, but rather places you in the appropriate course level.",
},
id: "4", title: "Is the test graded?", content: "The test is diagnostic in nature and helps determine your proficiency level. It is not graded as pass/fail, but rather places you in the appropriate course level."},
{
id: "5",
title: "What skills are assessed?",
content: "Our test assesses reading comprehension, writing ability, listening skills, grammar knowledge, and vocabulary level relevant to your chosen course.",
},
id: "5", title: "What skills are assessed?", content: "Our test assesses reading comprehension, writing ability, listening skills, grammar knowledge, and vocabulary level relevant to your chosen course."},
{
id: "6",
title: "Do I need any special software?",
content: "No special software is required. The test runs directly in your web browser. Ensure you have a stable internet connection and a quiet environment.",
},
id: "6", title: "Do I need any special software?", content: "No special software is required. The test runs directly in your web browser. Ensure you have a stable internet connection and a quiet environment."},
{
id: "7",
title: "What if I'm not sure about my level after?",
content: "Our instructors can review your results and help you choose the best course. You can also contact our support team for personalized guidance.",
},
id: "7", title: "What if I'm not sure about my level after?", content: "Our instructors can review your results and help you choose the best course. You can also contact our support team for personalized guidance."},
{
id: "8",
title: "Can I skip the test and choose my level?",
content: "While the test is recommended for accurate placement, you can consult with our advisors to manually choose a course level if you prefer.",
},
id: "8", title: "Can I skip the test and choose my level?", content: "While the test is recommended for accurate placement, you can consult with our advisors to manually choose a course level if you prefer."},
]}
faqsAnimation="slide-up"
textboxLayout="default"