Merge version_1 into main #7
@@ -75,16 +75,16 @@ export default function DashboardPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 1" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 2" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 3" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 4" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Dashboard carousel item 1" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Dashboard carousel item 2" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Dashboard carousel item 3" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Dashboard carousel item 4" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 5" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 6" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 7" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Dashboard carousel item 8" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Dashboard carousel item 5" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Dashboard carousel item 6" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Dashboard carousel item 7" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Dashboard carousel item 8" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Start Analysis", href: "/dashboard" },
|
||||
@@ -100,27 +100,27 @@ export default function DashboardPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Upload Your Resume", description: "Drag and drop your resume file (PDF, DOCX, or DOC) to start the analysis process instantly.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Upload interface"
|
||||
title: "Upload Your Resume", description: "Drag and drop your resume file (PDF, DOCX, or DOC) to start the analysis process instantly.", imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Upload interface"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Add Job Description", description: "Paste the job description or upload it directly to compare with your resume.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Job description interface"
|
||||
title: "Add Job Description", description: "Paste the job description or upload it directly to compare with your resume.", imageSrc: "/placeholders/placeholder1.webp?_wi=10", imageAlt: "Job description interface"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Get Instant Analysis", description: "Receive a detailed accuracy score, keyword matching, and improvement suggestions.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Analysis results"
|
||||
title: "Get Instant Analysis", description: "Receive a detailed accuracy score, keyword matching, and improvement suggestions.", imageSrc: "/placeholders/placeholder1.webp?_wi=11", imageAlt: "Analysis results"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Optimize in Real-time", description: "Edit your resume and watch the ATS compatibility score update instantly as you type.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Real-time editor"
|
||||
title: "Optimize in Real-time", description: "Edit your resume and watch the ATS compatibility score update instantly as you type.", imageSrc: "/placeholders/placeholder1.webp?_wi=12", imageAlt: "Real-time editor"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Track Your Progress", description: "View your analysis history and compare improvement across multiple resume versions.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Progress tracking"
|
||||
title: "Track Your Progress", description: "View your analysis history and compare improvement across multiple resume versions.", imageSrc: "/placeholders/placeholder1.webp?_wi=13", imageAlt: "Progress tracking"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Export Your Resume", description: "Download your optimized resume as PDF, DOCX, or sync directly to your email.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Export options"
|
||||
title: "Export Your Resume", description: "Download your optimized resume as PDF, DOCX, or sync directly to your email.", imageSrc: "/placeholders/placeholder1.webp?_wi=14", imageAlt: "Export options"
|
||||
},
|
||||
]}
|
||||
title="Dashboard Features"
|
||||
|
||||
Reference in New Issue
Block a user