Update src/app/assessment/page.tsx
This commit is contained in:
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-subtle-professional-gradient-backgroun-1772958961274-062649d4.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-subtle-professional-gradient-backgroun-1772958961274-062649d4.png?_wi=1"
|
||||
imageAlt="SkillSage Background"
|
||||
columns={footerColumns}
|
||||
logoText="SkillSage"
|
||||
|
||||
Reference in New Issue
Block a user