"use client"; import React from "react"; import { motion } from "framer-motion"; import { Badge } from "@/components/ui/badge"; const HeroSection: React.FC = () => (
{/* Animated Background Glow */}
{/* Content */} #1 CUSTOMER SUPPORT

We’re Here to Help You{" "} Transform Your Business

Whether you're exploring our ATS, HRMS, or CRM solutions — or need support for your existing account — our team is ready with fast, expert guidance.

Let’s Connect & Grow Together.

); export default HeroSection;