Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-08 08:38:13 +00:00
2 changed files with 24 additions and 78 deletions

View File

@@ -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() {
<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?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-subtle-professional-gradient-backgroun-1772958961274-062649d4.png"
imageAlt="SkillSage Background"
columns={footerColumns}
logoText="SkillSage"

View File

@@ -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 ResumeAnalyzerPage() {
@@ -18,8 +19,7 @@ export default function ResumeAnalyzerPage() {
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 ResumeAnalyzerPage() {
],
},
{
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 ResumeAnalyzerPage() {
],
},
{
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 ResumeAnalyzerPage() {
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 ResumeAnalyzerPage() {
features={[
{
id: 1,
tag: "Analysis",
title: "Automated Skill Detection",
subtitle: "Extract and categorize all your technical and soft skills",
description: "Our AI analyzes your resume and automatically identifies every skill mentioned. Skills are categorized by type (technical, soft skills, tools, frameworks) and ranked by relevance. Get a complete skill inventory with visualization showing your strongest areas.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-resume-analyzer-interface-showing-a-dr-1772958962776-cb810629.png?_wi=2",
imageAlt: "Resume Skill Detection",
buttons: [{ text: "Upload Resume", href: "#" }],
tag: "Analysis", title: "Automated Skill Detection", subtitle: "Extract and categorize all your technical and soft skills", description: "Our AI analyzes your resume and automatically identifies every skill mentioned. Skills are categorized by type (technical, soft skills, tools, frameworks) and ranked by relevance. Get a complete skill inventory with visualization showing your strongest areas.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-resume-analyzer-interface-showing-a-dr-1772958962776-cb810629.png", imageAlt: "Resume Skill Detection", buttons: [{ text: "Upload Resume", href: "#" }],
},
{
id: 2,
tag: "Optimization",
title: "ATS Score & Recommendations",
subtitle: "Improve your resume's visibility to applicant tracking systems",
description: "Receive a comprehensive score rating your resume's ATS optimization. Get specific recommendations to improve formatting, keyword density, and structure. Learn exactly what changes will make your resume stand out to both systems and recruiters.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-resume-analyzer-interface-showing-a-dr-1772958962776-cb810629.png?_wi=3",
imageAlt: "ATS Score and Optimization",
buttons: [{ text: "Check Your Score", href: "#" }],
tag: "Optimization", title: "ATS Score & Recommendations", subtitle: "Improve your resume's visibility to applicant tracking systems", description: "Receive a comprehensive score rating your resume's ATS optimization. Get specific recommendations to improve formatting, keyword density, and structure. Learn exactly what changes will make your resume stand out to both systems and recruiters.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-resume-analyzer-interface-showing-a-dr-1772958962776-cb810629.png", imageAlt: "ATS Score and Optimization", buttons: [{ text: "Check Your Score", href: "#" }],
},
{
id: 3,
tag: "Gap Analysis",
title: "Missing Skills Identification",
subtitle: "Discover in-demand skills you haven't highlighted",
description: "Compare your detected skills against job market trends and top companies' requirements. Identify high-value skills that are missing from your resume. Get personalized recommendations on which skills to develop or highlight to match your target roles.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-resume-analyzer-interface-showing-a-dr-1772958962776-cb810629.png?_wi=4",
imageAlt: "Skills Gap Analysis",
buttons: [{ text: "View Gap Analysis", href: "#" }],
tag: "Gap Analysis", title: "Missing Skills Identification", subtitle: "Discover in-demand skills you haven't highlighted", description: "Compare your detected skills against job market trends and top companies' requirements. Identify high-value skills that are missing from your resume. Get personalized recommendations on which skills to develop or highlight to match your target roles.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-resume-analyzer-interface-showing-a-dr-1772958962776-cb810629.png", imageAlt: "Skills Gap Analysis", buttons: [{ text: "View Gap Analysis", href: "#" }],
},
{
id: 4,
tag: "Comparison",
title: "Job Matching Analysis",
subtitle: "See how your resume compares to job requirements",
description: "Paste a job description and let our AI compare it against your resume. See which required skills you have, which you're missing, and get prioritized recommendations on what to highlight or learn. Maximize your chances for each opportunity.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-resume-analyzer-interface-showing-a-dr-1772958962776-cb810629.png?_wi=5",
imageAlt: "Job Matching Analysis",
buttons: [{ text: "Match to Job", href: "#" }],
tag: "Comparison", title: "Job Matching Analysis", subtitle: "See how your resume compares to job requirements", description: "Paste a job description and let our AI compare it against your resume. See which required skills you have, which you're missing, and get prioritized recommendations on what to highlight or learn. Maximize your chances for each opportunity.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-resume-analyzer-interface-showing-a-dr-1772958962776-cb810629.png", imageAlt: "Job Matching Analysis", buttons: [{ text: "Match to Job", href: "#" }],
},
]}
title="Resume Analysis Features"
description="Complete resume optimization powered by advanced AI technology"
tag="Smart Analysis"
tagIcon={Sparkles}
textboxLayout="default"
useInvertedBackground={false}
buttonAnimation="slide-up"
@@ -189,7 +162,7 @@ export default function ResumeAnalyzerPage() {
tag="Optimize Now"
title="Transform Your Resume Into a Career Accelerator"
description="Get instant AI analysis of your resume. Discover hidden strengths, fill skill gaps, and unlock opportunities at top companies. Join thousands of professionals who've improved their hiring potential with SkillSage."
tagIcon="Sparkles"
tagIcon={Sparkles}
tagAnimation="slide-up"
inputPlaceholder="Enter your email"
buttonText="Analyze My Resume"
@@ -201,7 +174,7 @@ export default function ResumeAnalyzerPage() {
<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?_wi=4"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeNhaZtBJ12yFMlQGUwzyilCYU/a-subtle-professional-gradient-backgroun-1772958961274-062649d4.png"
imageAlt="SkillSage Background"
columns={footerColumns}
logoText="SkillSage"