import { useEffect, useRef } from "react"; import ThumbERP1 from "../../../../public/assets/imgs/thumb/products/erp/hero-1.png"; import ThumbERP2 from "../../../../public/assets/imgs/thumb/products/erp/hero-2.png"; import Image from "next/image"; import animationCharCome from "@/lib/utils/animationCharCome"; const HeroSection = () => { const charAnim = useRef(); useEffect(() => { animationCharCome(charAnim.current); }, []); return ( <>

ERP System

Optimize every aspect of your business with our comprehensive ERP solution. From managing clients and leads to tracking projects and automating finances, our ERP system empowers your team to work more efficiently and effectively.

Designed to unify and streamline operations, our ERP offers modules for project management, employee tracking, invoicing, and more, giving you the tools needed to grow and scale with confidence.

  • + Client & Lead Management
  • + Project Tracking & Reporting
  • + HR & Payroll
  • + Invoicing & Payments
  • + Real-Time Analytics
  • + Inventory Management
  • + Task Automation
  • + Customizable Workflows
  • + Integration with Payment Gateways
  • + Role-Based Access Control
  • + E-Signatures for Contracts
  • + Support & Ticketing System
  • + KPI Tracking & Insights
  • + Multi-Language Support
ERP Image
ERP Image
); }; export default HeroSection;