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" } ]} />