From 2e48d38ef22ef609713c85cc8115b39f7bac7581 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:38:09 +0000 Subject: [PATCH 1/2] Update src/app/assessment/page.tsx --- src/app/assessment/page.tsx | 51 +++++++++---------------------------- 1 file changed, 12 insertions(+), 39 deletions(-) diff --git a/src/app/assessment/page.tsx b/src/app/assessment/page.tsx index b1588d9..4c7f942 100644 --- a/src/app/assessment/page.tsx +++ b/src/app/assessment/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; +import { Sparkles } from "lucide-react"; import Link from "next/link"; export default function AssessmentPage() { @@ -18,8 +19,7 @@ export default function AssessmentPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Dashboard", href: "/dashboard" }, { label: "Skill Assessment", href: "/assessment" }, { label: "Resume Analyzer", href: "/resume-analyzer" }, @@ -28,8 +28,7 @@ export default function AssessmentPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -38,8 +37,7 @@ export default function AssessmentPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -66,9 +64,7 @@ export default function AssessmentPage() { brandName="SkillSage" navItems={navItems} button={{ - text: "Get Started", - href: "https://skillsage.app/signup", - }} + text: "Get Started", href: "https://skillsage.app/signup"}} className="bg-background" buttonClassName="bg-accent text-white hover:bg-accent/90" /> @@ -98,48 +94,25 @@ 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?_wi=2", - 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", 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?_wi=3", - 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", 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?_wi=4", - 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", 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?_wi=5", - 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", imageAlt: "Communication Skills Assessment", buttons: [{ text: "Start Soft Skills Track", href: "#" }], }, ]} title="Assessment Tracks" description="Choose from our specialized assessment tracks designed to evaluate different skill categories" tag="Multiple Pathways" + tagIcon={Sparkles} textboxLayout="default" useInvertedBackground={false} buttonAnimation="slide-up" @@ -183,7 +156,7 @@ export default function AssessmentPage() { tag="Ready to Begin?" title="Start Your Skill Assessment Today" description="Take the first step toward career clarity. Our AI-powered assessment provides honest, actionable insights to guide your professional development. Join thousands of professionals already transforming their careers with SkillSage." - tagIcon="Sparkles" + tagIcon={Sparkles} tagAnimation="slide-up" inputPlaceholder="Enter your email" buttonText="Get Started Free" @@ -195,7 +168,7 @@ export default function AssessmentPage() {