"use client"; import ServiceCard from "./ServiceCard"; import { Users, Brain, BarChart, Shield } from "lucide-react"; const services = [ { title: "AI Resume Screening", description: "Automatically analyze thousands of resumes and identify the best candidates using advanced AI matching algorithms.", icon: , }, { title: "Candidate Management", description: "Organize and manage candidate pipelines with powerful tools for tracking interviews, feedback, and hiring stages.", icon: , }, { title: "Recruitment Analytics", description: "Track hiring performance with detailed insights, reports, and analytics to improve your recruitment strategy.", icon: , }, { title: "Secure HR Management", description: "Ensure secure handling of candidate data with enterprise-level security and compliance features.", icon: , }, ]; export default function ServicesList() { return ( What We Offer Our platform provides everything modern hiring teams need. {services.map((service, index) => ( ))} ); }
Our platform provides everything modern hiring teams need.