import React , { useEffect ,useState } from 'react' import { HashLink as Link } from 'react-router-hash-link'; import AOS from "aos"; import AboutApp from '../HomeMain/AboutApp/Main' import Design from '../HomeMain/Design/Main' import Testimonial from '../HomeMain/Testimonial/Main' import Pricing from '../HomeMain/Pricing/Main' import Faq from '../HomeMain/Faq/Main' import Interface from '../HomeMain/Interface/Main' import Download from '../HomeMain/Download/Main' import Story from '../HomeMain/Story/Main' import Trusted from '../HomeMain/Trusted/Main' const Main = ({setnavbar,setfooter}) => { useEffect(() => { AOS.init(); AOS.refresh(); }, []); useEffect(() => { setfooter({f3 : true}) setnavbar({n5 : true}) localStorage.setItem("navbar","homegredient") }, []) return ( <>
image

Best way to manage your customers.

Lorem Ipsum is simply dummy text of the printing and setting indus orem Ipsum has been the industrys.

  • Free trial 14 days
  • No credit card require
  • image
  • image
  • image
  • image

12M +
used this app

image image
image image
image
image

Features that makes app different!

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

image

Secure data

Lorem Ipsum is simply dummy text of the printing and type setting indus ideas.

image

Automate everything

Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.

image

Secure data

Lorem Ipsum is simply dummy text of the printing and type setting indus ideas.

image

Secure data

Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.

< AboutApp /> < Design gredient = {true} />
image

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
image image
Let’s see virtually how it works Watch video
< Testimonial /> < Pricing gredient = {true}/> < Faq gredient = {true}/> < Interface /> < Download /> < Story /> < Trusted /> ) } export default Main