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

Virtual Tour Builder

Create immersive virtual experiences with our Virtual Tour Builder. Whether it's for real estate, museums, retail spaces, or education, our platform allows you to add 360° media, interactive navigation, and much more to your virtual tours.

Provide a seamless, interactive experience with customizable points of interest (POIs), live sessions, and the ability to sell products directly on the tour. With features like 3D views, analytics, and e-commerce integration, your virtual tour is ready to engage and convert.

  • + 360° Media
  • + Live Streaming
  • + POI Customization
  • + Room Navigation
  • + E-commerce Integration
  • + Interactive Map
  • + Secure Access
  • + Visitor Analytics
  • + Multi-Language
  • + Live Chat
  • + 3D View
  • + Voice Commands
Virtual Tour Image 1
Virtual Tour Image 2
); }; export default HeroSection;