import { useEffect, useRef } from "react"; import ThumbDev1 from "../../../../public/assets/imgs/thumb/products/e-commerce/hero-1.png"; import ThumbDev2 from "../../../../public/assets/imgs/thumb/products/e-commerce/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-Commerce Platform

Our eCommerce system is packed with advanced features that empower your business to excel online. Every tool is crafted to maximize efficiency, drive sales, and enhance customer satisfaction.

From streamlined inventory management to engaging digital marketing tools, this system provides everything you need to boost revenue and build lasting customer relationships.

  • + Inventory Management
  • + Product Variants
  • + Digital Products
  • + Campaigns & Coupons
  • + Order Tracking
  • + Sales Insights
  • + POS Integration
  • + Products Suggestions
  • + Customer Dashboard
  • + Product Compare
  • + GDPR Compliance
  • + Visitor Analytics
  • + Social Sharing
  • + Tax Management
Development Image
Development Image
); }; export default HeroSection;