From 9d3381047f2f6b4d8794205c7338fdc9068813da Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:49:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1