From ee0b1d82eeca6c4020be07d6993b3c87317b7eb0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:51:18 +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 f9e1549..f35e759 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: "10x", label: "Faster Screening" }, - { value: "99%", label: "Accuracy Rate" }, - { value: "50K+", label: "Resumes Processed" }, + { value: 10, label: "Faster Screening" }, + { value: 99, label: "Accuracy Rate" }, + { value: 50000, label: "Resumes Processed" }, ]} enableKpiAnimation={true} tag="AI-Powered Recruitment" -- 2.49.1