"use client"; import React from "react"; import { motion } from "framer-motion"; import { Button } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; import { CheckCircle, Download, ArrowRight, Sparkles, UserCheck, } from "lucide-react"; import { hrms } from "@/services/Constants"; // Components const HRMSHero: React.FC = () => { return (
Next-Generation HRMS Platform

Modern HRMS
Designed for Tomorrow

{hrms.hero.subtitle}

Free 14-day trial
No credit card required
HRMS Dashboard
10K+
Active Users
); }; export default HRMSHero