diff --git a/src/app/page.tsx b/src/app/page.tsx index f35e759..f9e1549 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,9 +77,9 @@ export default function HomePage() { description="Streamline your hiring process with intelligent resume analysis. Upload candidate resumes, let AI analyze qualifications against job requirements, and rank candidates instantly. Built for recruiters who value speed and accuracy." background={{ variant: "glowing-orb" }} kpis={[ - { value: 10, label: "Faster Screening" }, - { value: 99, label: "Accuracy Rate" }, - { value: 50000, label: "Resumes Processed" }, + { value: "10x", label: "Faster Screening" }, + { value: "99%", label: "Accuracy Rate" }, + { value: "50K+", label: "Resumes Processed" }, ]} enableKpiAnimation={true} tag="AI-Powered Recruitment"