From 02e2518ff1ec198c36ad1a2c6f5540f08b4952ce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:46:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18cf35d..bc72520 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,6 @@ export default function HomePage() { mediaAnimation="slide-up" imagePosition="right" className="min-h-screen" - useInvertedBackground={false} /> @@ -108,23 +107,17 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: 1, - title: "Drag & Drop Resume Upload", description: "Upload multiple resumes in PDF or DOCX format instantly. Our system processes files with real-time progress tracking and AI analysis indicators.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/a-clean-drag-and-drop-resume-upload-inte-1773038587915-918d1bc2.png", imageAlt: "Resume upload interface"}, + id: "1", title: "Drag & Drop Resume Upload", description: "Upload multiple resumes in PDF or DOCX format instantly. Our system processes files with real-time progress tracking and AI analysis indicators.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/a-clean-drag-and-drop-resume-upload-inte-1773038587915-918d1bc2.png", imageAlt: "Resume upload interface"}, { - id: 2, - title: "AI Resume Analysis", description: "Advanced AI algorithms extract skills, experience, and qualifications. Get instant match scores, skill identification, and automated candidate rankings.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/an-ai-resume-analysis-interface-displayi-1773038587962-88b1ff97.png", imageAlt: "AI analysis dashboard"}, + id: "2", title: "AI Resume Analysis", description: "Advanced AI algorithms extract skills, experience, and qualifications. Get instant match scores, skill identification, and automated candidate rankings.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/an-ai-resume-analysis-interface-displayi-1773038587962-88b1ff97.png", imageAlt: "AI analysis dashboard"}, { - id: 3, - title: "Job Description Matching", description: "Paste job requirements and let AI compare candidates automatically. See matched skills, experience gaps, and compatibility scores at a glance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/a-job-requirement-matching-interface-sho-1773038587343-d4600bf1.png", imageAlt: "Job matching interface"}, + id: "3", title: "Job Description Matching", description: "Paste job requirements and let AI compare candidates automatically. See matched skills, experience gaps, and compatibility scores at a glance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/a-job-requirement-matching-interface-sho-1773038587343-d4600bf1.png", imageAlt: "Job matching interface"}, { - id: 4, - title: "Candidate Ranking", description: "Automatically ranked candidates sorted by relevance and match score. Filter, search, and sort by any criteria to find your perfect fit instantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/a-candidate-ranking-table-showing-sorted-1773038588540-e3c840a5.png", imageAlt: "Candidate ranking table"}, + id: "4", title: "Candidate Ranking", description: "Automatically ranked candidates sorted by relevance and match score. Filter, search, and sort by any criteria to find your perfect fit instantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/a-candidate-ranking-table-showing-sorted-1773038588540-e3c840a5.png", imageAlt: "Candidate ranking table"}, { - id: 5, - title: "Detailed Candidate Profiles", description: "View comprehensive profiles with resume previews, skill graphs, work history timelines, and project portfolios in one unified interface.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/a-comprehensive-candidate-profile-page-s-1773038588827-4a3987ce.png", imageAlt: "Candidate profile page"}, + id: "5", title: "Detailed Candidate Profiles", description: "View comprehensive profiles with resume previews, skill graphs, work history timelines, and project portfolios in one unified interface.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/a-comprehensive-candidate-profile-page-s-1773038588827-4a3987ce.png", imageAlt: "Candidate profile page"}, { - id: 6, - title: "Recruitment Analytics", description: "Track hiring pipeline metrics, top skills distribution, match score trends, and recruitment insights with powerful visual dashboards.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/a-comprehensive-recruitment-analytics-da-1773038587659-be5ed770.png", imageAlt: "Analytics dashboard with charts"}, + id: "6", title: "Recruitment Analytics", description: "Track hiring pipeline metrics, top skills distribution, match score trends, and recruitment insights with powerful visual dashboards.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhHf9ACicnMNa8IGK8V8KeGQyX/a-comprehensive-recruitment-analytics-da-1773038587659-be5ed770.png", imageAlt: "Analytics dashboard with charts"}, ]} textboxLayout="default" animationType="blur-reveal" -- 2.49.1