41 lines
1.2 KiB
HTML
41 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en" @@bodySetup>
|
|
<!-- [Head] start -->
|
|
|
|
<head>
|
|
@@include('../layouts/head-page-meta.html', {'title': 'About'}) @@include('../layouts/head-css.html')
|
|
</head>
|
|
<!-- [Head] end -->
|
|
<!-- [Body] Start -->
|
|
|
|
<body>
|
|
@@include('../layouts/loader.html') @@include('../layouts/component/component-header.html")
|
|
<!-- prettier-ignore -->
|
|
@@include('../layouts/component/component-breadcrumb.html', {
|
|
'breadcrumb_item': 'Block',
|
|
'breadcrumb_item_active': 'About',
|
|
'page_title': 'SaasAble About Section'
|
|
})
|
|
<!-- [ Main Content ] start -->
|
|
<section class="py-12">
|
|
<div class="container">
|
|
<div class="my-12 flex flex-col gap-6 md:gap-8 lg:gap-10">
|
|
@@include('../layouts/component/component-show.html', {
|
|
'title': 'About Section - 01',
|
|
'url': '../about/about-1.html',
|
|
'figmaLink': '#',
|
|
})
|
|
@@include('../layouts/component/component-show.html', {
|
|
'title': 'About Section - 02',
|
|
'url': '../about/about-2.html',
|
|
'figmaLink': '#',
|
|
})
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- [ Main Content ] end -->
|
|
@@include('../layouts/scroll-top.html')
|
|
@@include('../layouts/footer-js.html')
|
|
</body>
|
|
|
|
</html> |