// import React from 'react' // import useToggle from '../../Hooks/useToggle'; // import Drawer from '../Mobile/Drawer'; // import HomeOneHeader from '../HomeOne/HomeOneHeader'; // import FooterHomeOne from '../HomeOne/FooterHomeOne'; // import BackToTop from '../BackToTop'; // // // function Lnd() { // const [drawer, drawerAction] = useToggle(false); // // return ( // <> // // {/* */} // //
//

Dummy Empty Page

//
// // // // ); // } // // export default Lnd import React , {useState, useEffect} from 'react' //import { HashLink as Link } from 'react-router-hash-link'; import Design from './LndParts/Design/Main' import Work from './LndParts/Work/Main' //import Testimonial from './LndParts/Testimonial/Main' import AboutApp from './LndParts/AboutApp/Main' // import Trusted from './LndParts/Trusted/Main' // import Pricing from './LndParts/Pricing/Main' import Faq from './LndParts/Faq/Main' // import Interface from './LndParts/Interface/Main' import Download from './LndParts/Download/Main' import Story from './LndParts/Story/Main' import localImgLoad from '../../lib/localImgLoad' const Lnd = ({setnavbar,setfooter,setbrdcum}) => { const [ytShow , setytShow] = useState (false) useEffect(() => { // setfooter({f2 : true}) // setnavbar({n3 : true}) // setbrdcum({b2 : true}) localStorage.setItem("navbar","darkhome") }, []) return ( <> {/*
*/}
image image image

Best way to manage your customers easily.

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

image
image
image
image
image
  • image

    0M+

    Download

  • image

    0 M+

    Followers

  • image

    1500+

    Reviews

  • image

    0+

    Countries

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 typese tting
indus orem Ipsum has beenthe standard dummy.

image

Automate everything

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 typese tting
indus orem Ipsum has beenthe standard dummy.

< AboutApp dark = {true}/> {/**/} {/**/} {/**/} {/**/} {ytShow && <>
} ) } export default Lnd