@@include('./_components/head.html')
@@include('./_components/navbar.html', {
"activeLink": "home",
"extraClassList": "bg-hover-scroll on-over"
})
@@include('./_components/hero-1.html', {
"extraClassList": "gradient-bg pt-30 pb-15 pb-lg-20 pt-xl-36"
})
@@include('./_components/features-1.html')
@@include('./_components/features-3.html')
@@include('./_components/use-cases-1.html', {
"extraClassList": "bg-lite-blue py-20 py-lg-30"
})
@@include('./_components/reviews-1.html', {
"extraClassList": "pt-20 pt-lg-30 pb-10 pb-lg-15"
})
@@include('./_components/pricing-1.html', {
"extraClassList": "py-10 py-lg-15"
})
@@include('./_components/faq.html', {
"extraClassList": "py-10 py-lg-15"
})
@@include('./_components/cta-1.html')
@@include('./_components/footer-1.html', {
"extraClassList": "bg-striped pt-10 pt-lg-15"
})
@@include('./_components/body-end.html')