// 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 (
// <>
//
// {/* */}
//
//
//
//
// >
// );
// }
//
// export default Lnd
import React , {useState, useEffect} from 'react'
import Image from 'next/image'
//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 (
<>
{/*
*/}
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.
Features that makes app different!
Lorem Ipsum is simply dummy text of the printing and typese tting
indus orem Ipsum has beenthe standard dummy
Secure data
Lorem Ipsum is simply dummy text of the printing and typese tting
indus orem Ipsum has beenthe standard dummy.
Automate everything
Lorem Ipsum is simply dummy text of the printing and typese tting
indus orem Ipsum has beenthe standard dummy.
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