import React , {useState} from 'react' import { Link } from 'react-router-dom' import img from '../../../../assets/images/download_app.jpg' import img1 from '../../../../assets/images/create_account.jpg' import img2 from '../../../../assets/images/enjoy_app.jpg' import line from '../../../../assets/images/anim_line.png' import banner from '../../../../assets/images/banner-shape1.png' import banner1 from '../../../../assets/images/banner-shape2.png' import banner2 from '../../../../assets/images/banner-shape3.png' import video from '../../../../assets/images/play_icon.png' import ytvideo from '../../../../assets/images/yt_thumb.png' const Main = ({dark}) => { const [ytShow , setytShow] = useState (false) return ( <>

How it works - 3 easy steps

Lorem Ipsum is simply dummy text of the printing and typese tting
indus orem Ipsum has beenthe standard dummy.

  • Download app

    Download App either for Windows, Mac or Android

    01

    image
  • Create account

    14 days free trial

    Sign up free for App account. One account for all devices.

    02

    image
  • It’s done, enjoy the app

    Have any questions check our FAQs

    Get most amazing app experience,Explore and share the app

    03

    image
{dark ?
anim_line anim_line anim_line anim_line anim_line anim_line anim_line anim_line anim_line
image image image image setytShow(true)} data-toggle="modal" data-target="#myModal" title="XJj2PbenIsU"> image
Let’s see virtually how it works Watch video
:
anim_line anim_line anim_line anim_line anim_line anim_line anim_line anim_line anim_line
image image image image setytShow(true)} data-toggle="modal" data-target="#myModal" title="XJj2PbenIsU"> image
Let’s see virtually how it works Watch video
}
{ytShow && <>
} ) } export default Main