From eb3438297709e2d40e160fb88198f075ddc2157a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:39:04 +0000 Subject: [PATCH] Update src/app/assessment/page.tsx --- src/app/assessment/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/assessment/page.tsx b/src/app/assessment/page.tsx index 4c7f942..d588fbf 100644 --- a/src/app/assessment/page.tsx +++ b/src/app/assessment/page.tsx @@ -94,19 +94,19 @@ export default function AssessmentPage() { features={[ { id: 1, - tag: "Technical Skills", title: "Web Development Track", subtitle: "HTML, CSS, JavaScript, React, Node.js", description: "Assess your proficiency in modern web technologies. Our comprehensive questions cover frontend frameworks, backend development, database design, and best practices. Get scored on each technology with visual progress indicators.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-clean-skill-assessment-quiz-interface--1772958962318-b62b8468.png", imageAlt: "Web Development Skill Assessment", buttons: [{ text: "Start Web Track", href: "#" }], + tag: "Technical Skills", title: "Web Development Track", subtitle: "HTML, CSS, JavaScript, React, Node.js", description: "Assess your proficiency in modern web technologies. Our comprehensive questions cover frontend frameworks, backend development, database design, and best practices. Get scored on each technology with visual progress indicators.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-clean-skill-assessment-quiz-interface--1772958962318-b62b8468.png?_wi=1", imageAlt: "Web Development Skill Assessment", buttons: [{ text: "Start Web Track", href: "#" }], }, { id: 2, - tag: "Foundational Knowledge", title: "Data Structures & Algorithms", subtitle: "Complexity analysis, problem-solving, optimization", description: "Test your understanding of core computer science concepts. Questions range from basic array operations to advanced graph algorithms. Perfect for interview preparation and technical foundation building.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-clean-skill-assessment-quiz-interface--1772958962318-b62b8468.png", imageAlt: "Data Structures Assessment", buttons: [{ text: "Start DSA Track", href: "#" }], + tag: "Foundational Knowledge", title: "Data Structures & Algorithms", subtitle: "Complexity analysis, problem-solving, optimization", description: "Test your understanding of core computer science concepts. Questions range from basic array operations to advanced graph algorithms. Perfect for interview preparation and technical foundation building.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-clean-skill-assessment-quiz-interface--1772958962318-b62b8468.png?_wi=2", imageAlt: "Data Structures Assessment", buttons: [{ text: "Start DSA Track", href: "#" }], }, { id: 3, - tag: "Emerging Tech", title: "AI & Machine Learning", subtitle: "ML concepts, neural networks, practical applications", description: "Evaluate your knowledge in artificial intelligence and machine learning. Cover supervised learning, neural networks, NLP, and real-world AI applications. Ideal for professionals transitioning into AI/ML roles.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-clean-skill-assessment-quiz-interface--1772958962318-b62b8468.png", imageAlt: "AI/ML Skill Assessment", buttons: [{ text: "Start AI/ML Track", href: "#" }], + tag: "Emerging Tech", title: "AI & Machine Learning", subtitle: "ML concepts, neural networks, practical applications", description: "Evaluate your knowledge in artificial intelligence and machine learning. Cover supervised learning, neural networks, NLP, and real-world AI applications. Ideal for professionals transitioning into AI/ML roles.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-clean-skill-assessment-quiz-interface--1772958962318-b62b8468.png?_wi=3", imageAlt: "AI/ML Skill Assessment", buttons: [{ text: "Start AI/ML Track", href: "#" }], }, { id: 4, - tag: "Soft Skills", title: "Communication & Leadership", subtitle: "Teamwork, presentation, conflict resolution", description: "Assess critical non-technical skills that employers value. Evaluate your communication effectiveness, leadership potential, collaboration abilities, and emotional intelligence through scenario-based questions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-clean-skill-assessment-quiz-interface--1772958962318-b62b8468.png", imageAlt: "Communication Skills Assessment", buttons: [{ text: "Start Soft Skills Track", href: "#" }], + tag: "Soft Skills", title: "Communication & Leadership", subtitle: "Teamwork, presentation, conflict resolution", description: "Assess critical non-technical skills that employers value. Evaluate your communication effectiveness, leadership potential, collaboration abilities, and emotional intelligence through scenario-based questions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-clean-skill-assessment-quiz-interface--1772958962318-b62b8468.png?_wi=4", imageAlt: "Communication Skills Assessment", buttons: [{ text: "Start Soft Skills Track", href: "#" }], }, ]} title="Assessment Tracks" @@ -168,7 +168,7 @@ export default function AssessmentPage() {