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

E-Learning Platform

Empower your teaching with an all-in-one e-learning platform that simplifies course creation, student engagement, and performance tracking. Designed for educators of all levels, this platform streamlines the teaching process while enhancing the learning experience.

From course creation to student interactions and analytics, every tool is crafted to help you teach more efficiently and effectively. Whether you’re running live classes, managing assessments, or tracking student progress, everything is just a click away.

  • + Course Creation
  • + Multimedia Support
  • + Live Sessions
  • + Automated Grading
  • + Real-Time Analytics
  • + Personalized Learning
  • + Flexible Formats
  • + Payment Integration
  • + Platform Branding
  • + Multi-Language
  • + Online Booking
  • + Support System
  • + Course Organization
  • + Quizzes & Certificates
Development Image
Development Image
); }; export default HeroSection;