From 5b73c74ac9165269cb8dd47c4f849bd16cae86fb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:10:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 033b51f..85a3c3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,10 +103,10 @@ export default function LandingPage() { animationType="scale-rotate" useInvertedBackground={false} metrics={[ - { id: "1", value: "50K+", description: "Successful Placements" }, - { id: "2", value: "95%", description: "Candidate Satisfaction" }, - { id: "3", value: "12,000+", description: "Active Companies" }, - { id: "4", value: "48 Hours", description: "Average Time to Match" } + { id: "1", value: "48 Hours", description: "Average Time to Match" }, + { id: "2", value: "50K+", description: "Successful Placements" }, + { id: "3", value: "95%", description: "Candidate Satisfaction" }, + { id: "4", value: "12,000+", description: "Active Companies" } ]} /> -- 2.49.1