import { NavigationHeader } from "./components/NavigationHeader" import { HeroPanel } from "./components/HeroPanel" import { CandidatesTable } from "./components/CandidatesTable" export default function App() { return (

Recruitment Dashboard

Manage your hiring process efficiently with real-time insights and candidate tracking.

) }