"use client";
import React, { useState } from "react";
import { motion } from "framer-motion";
import { Card, CardContent } from "@/components/ui/card";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import {
Check,
Sparkles,
Zap,
Shield,
TrendingUp,
Users,
ChevronDown,
Star,
Clock,
} from "lucide-react";
import { useRouter } from "next/navigation";
// Types
interface Feature {
text: string;
highlight?: boolean;
}
interface ComparisonRow {
feature: string;
winixco: string;
zoho: string;
freshteam: string;
darwinbox: string;
}
interface BenefitCard {
icon: React.ReactNode;
title: string;
description: string;
color: string;
}
// Data
const features: Feature[] = [
{ text: "Unlimited Jobs & Candidates", highlight: true },
{ text: "FREE HRMS & CRM (No extra cost)", highlight: true },
{ text: "AI Resume Parsing", highlight: false },
{ text: "AI Resume Formatting & Standardization", highlight: false },
{ text: "AI JD Generator", highlight: false },
{ text: "AI Based Candidate Scoring & Ranking", highlight: false },
{ text: "AI Technical Assessments", highlight: false },
{ text: "AI Interview Insights & Notes", highlight: false },
{ text: "Geo‑Location Enabled HRMS", highlight: false },
{ text: "Live Attendance with Real‑Time Location", highlight: false },
{ text: "Recruiter & Team Performance Analytics", highlight: false },
{ text: "Client & Vendor CRM (Included)", highlight: false },
{ text: "PDPA, ISO 27001 & SOC 2 Ready", highlight: false },
];
const comparisonData: ComparisonRow[] = [
{
feature: "AI Resume Parsing",
winixco: "✔",
zoho: "✔",
freshteam: "✖",
darwinbox: "✔",
},
{
feature: "AI Candidate Scoring",
winixco: "✔",
zoho: "✖",
freshteam: "✖",
darwinbox: "✔",
},
{
feature: "AI JD Generator",
winixco: "✔",
zoho: "✖",
freshteam: "✖",
darwinbox: "✔",
},
{
feature: "AI Technical Assessment",
winixco: "✔",
zoho: "✖",
freshteam: "✖",
darwinbox: "✔",
},
{
feature: "FREE HRMS",
winixco: "✔",
zoho: "✖",
freshteam: "✖",
darwinbox: "✔",
},
{
feature: "FREE CRM",
winixco: "✔",
zoho: "✖",
freshteam: "✖",
darwinbox: "✖",
},
{
feature: "Geo‑Location HRMS",
winixco: "✔",
zoho: "✖",
freshteam: "✖",
darwinbox: "✔",
},
{
feature: "Starting Price",
winixco: "₹1,499",
zoho: "₹2,500+",
freshteam: "₹2,000+",
darwinbox: "Enterprise",
},
];
const benefitCards: BenefitCard[] = [
{
icon:
One powerful ATS with{" "}
FREE HRMS & CRM, AI
automation and real-time geo‑location tracking
per user / month
per user / year
Save ₹3,000 — Get 2 months FREE! 🎉
No credit card required • Cancel anytime • Full access during
trial
{card.description}
See why Winixco offers the best value for your investment
Talk to our sales team for custom enterprise plans and volume
discounts
Hire smarter. Track smarter.{" "}
Manage everything
{" "}
from one platform.
Winixco ATS – One Plan
{/* Billing Toggle */}
{card.title}
Compare with Others
{comparisonData.map((row: ComparisonRow, index: number) => (
Feature
Winixco
Zoho Recruit
Freshteam
Darwinbox
))}
{row.feature}
{row.winixco}
{row.zoho}
{row.freshteam}
{row.darwinbox}
Need Bulk Pricing or a Demo?