homepage and mini mobile systems

This commit is contained in:
2024-12-18 07:06:24 -08:00
parent 23a9c365e8
commit 90505b964a
48 changed files with 11210 additions and 903 deletions

View File

@@ -0,0 +1,11 @@
<!-- Heading BEGIN -->
<section {{#if section_anchor_id}}id="{{section_anchor_id}}" {{/if}} class="h6-heading-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}} {{heading_color}}">
<div class="container">
<div class="row">
<div class="col text-{{alignment}}">
<h6 class="{{heading_color}}">{{text}}</h6>
</div>
</div>
</div>
</section>
<!-- Heading END -->