diff --git a/docs/app/pages/docs/landing-docs.component.ts b/docs/app/pages/docs/landing-docs.component.ts index c66daff2..b2acaf6c 100644 --- a/docs/app/pages/docs/landing-docs.component.ts +++ b/docs/app/pages/docs/landing-docs.component.ts @@ -37,8 +37,9 @@ export class LandingDocsComponent implements OnDestroy { private paginationService: NgxPaginationService, private metadataService: MetadataService) { - this.metadataService.updateDescription('Use ngx-admin to bootstrap the development of your product and' + - ' provide an ecosystem for building production-ready apps or prototypes. Free and Open Source!'); + this.metadataService.updateDescription('Free and Open Source ngx-admin to bootstrap the development of ' + + 'your product or to learn Angular. Over 40+ Angular Components and 60+ Usage Examples.'); + this.metadataService.updateTitle('A front-end admin dashboard on Angular 9+, Bootstrap 4+ and Nebular.'); this.themeService.changeTheme('docs-page'); this.paginationService.setPaginationItems('/docs'); diff --git a/docs/app/pages/home/landing-home.component.ts b/docs/app/pages/home/landing-home.component.ts index 934e550d..99bf2957 100644 --- a/docs/app/pages/home/landing-home.component.ts +++ b/docs/app/pages/home/landing-home.component.ts @@ -17,7 +17,7 @@ export class LandingHomeComponent { constructor(private themeService: NbThemeService, private metadataService: MetadataService) { this.metadataService.updateDescription('Save more than $33,000 using ngx-admin for personal and commercial' + ' use. The dashboard is based on Angular 9+ and Bootstrap 4+. Completely FREE and MIT licensed.'); - this.metadataService.updateTitle('The most popular admin dashboard based on Angular 9+ and Nebular.'); + this.metadataService.updateTitle('Ngx-admin - most popular admin dashboard on Angular 9+ and Nebular.'); this.themeService.changeTheme('ngx-landing'); } } diff --git a/docs/app/pages/home/material-landing/material-landing.component.ts b/docs/app/pages/home/material-landing/material-landing.component.ts index 96b15989..8d44819f 100644 --- a/docs/app/pages/home/material-landing/material-landing.component.ts +++ b/docs/app/pages/home/material-landing/material-landing.component.ts @@ -14,7 +14,7 @@ export class MaterialLandingComponent { constructor(private themeService: NbThemeService, private metadataService: MetadataService) { this.metadataService.updateDescription('Ngx-admin material works perfectly with Angular Material and Nebular.' + ' Over 40+ Angular Components and 60+ Usage Examples.Take the best from both!'); - this.metadataService.updateTitle('New Material theme of ngx-admin dashboard template based on Angular 9+'); + this.metadataService.updateTitle('Ngx-admin material dashboard template based on Angular 9+ and Bootstrap 4+'); this.themeService.changeTheme('ngx-landing-material'); } }