"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 (

Transform the way your business {" "} hires, manages & grows

Winixco brings HRMS, ATS & CRM together — so your teams stay aligned, productive and future-ready.

{" "}

No credit card required · Quick setup · Cancel anytime

); }; export default CTA;