@@include('styles.html',{
"title" : "About Us || Quicky"
})
@@include('preloader.html')
@@include('header.html',{
"headerNo" : "three"
})
@@include('breadcrumb.html',{
"breadcrumbNo" : "two",
"activeHeading" : "Other",
"active-page" : "About Us"
})
@@include('about-us.html')
@@include('footer.html',{
"footerNo" : "three"
})
@@include('modal.html')
@@include('scroll-to_top.html')
@@include('scripts.html')