@@include('./_components/head.html')
@@include('./_components/navbar.html', {
"activeLink": "pricing-plan-lite",
"extraClassList": "bg-white"
})
@@include('./_components/page-header.html', {
"pageName": "Pricing & Plan",
"pageLinkName": "Pricing",
})
@@include('./_components/pricing-2.html', {
"extraClassList": "pt-20 pb-10 pt-lg-30 pb-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')