First Commit

This commit is contained in:
cesnimda
2026-03-21 11:55:27 +01:00
commit 2e8a29b4d0
1757 changed files with 166084 additions and 0 deletions
@@ -0,0 +1,41 @@
<!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>