ngx-admin/docs/app/pages/home/material-landing/material-landing.component.html
Alex Kurbako ee88d60f8b add meta data (#5641)
* fix(pages): fix titles and descriptions

* fix(pages): titles and discriptions

* fix(pages): tripple

* fix(pages): fix titles

* feat(app): add og logo
2020-08-28 19:29:15 +03:00

18 lines
583 B
HTML

<nb-layout>
<nb-layout-header fixed>
<ngx-landing-header>
<ngx-material-theme-link></ngx-material-theme-link>
</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>