"use client"; import React, { } from "react"; import { motion } from "framer-motion"; import { ArrowRight, } from "lucide-react"; import { Button } from "@/components/ui/button"; // CTA Section const CTA = () => { return (

Ready to Transform Your Hiring?

Join 10,000+ HR teams using TalentFlow to hire smarter and faster

); }; export default CTA