mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
16 lines
520 B
HTML
16 lines
520 B
HTML
<nb-layout>
|
|
<nb-layout-header fixed>
|
|
<ngx-landing-header></ngx-landing-header>
|
|
</nb-layout-header>
|
|
|
|
<nb-layout-column class="main-section">
|
|
<ngx-landing-main-info material></ngx-landing-main-info>
|
|
<ngx-material-features></ngx-material-features>
|
|
<ngx-landing-theme-section material></ngx-landing-theme-section>
|
|
<ngx-contact-form></ngx-contact-form>
|
|
</nb-layout-column>
|
|
|
|
<nb-layout-footer class="footer" fixed>
|
|
<ngx-landing-footer></ngx-landing-footer>
|
|
</nb-layout-footer>
|
|
</nb-layout>
|