diff --git a/docs/app/pages/home/free-banner-section/free-banner-section.component.html b/docs/app/pages/home/free-banner-section/free-banner-section.component.html index c7f18609..13078c21 100644 --- a/docs/app/pages/home/free-banner-section/free-banner-section.component.html +++ b/docs/app/pages/home/free-banner-section/free-banner-section.component.html @@ -1,14 +1,8 @@
- - - - Download free admin dashboard with .NET backend -
diff --git a/docs/app/pages/home/free-banner-section/free-banner-section.component.scss b/docs/app/pages/home/free-banner-section/free-banner-section.component.scss index b1274770..6e9982b1 100644 --- a/docs/app/pages/home/free-banner-section/free-banner-section.component.scss +++ b/docs/app/pages/home/free-banner-section/free-banner-section.component.scss @@ -19,11 +19,7 @@ img { width: 100%; - } - - .link-to-free-bundle { - margin-top: 2rem; - font-size: 1.2rem; - color: nb-theme(color-link); + max-width: 78.75rem; + border-radius: 1.5rem; } } diff --git a/docs/app/pages/home/free-banner-section/free-banner-section.component.ts b/docs/app/pages/home/free-banner-section/free-banner-section.component.ts index 894d7b87..87040dd1 100644 --- a/docs/app/pages/home/free-banner-section/free-banner-section.component.ts +++ b/docs/app/pages/home/free-banner-section/free-banner-section.component.ts @@ -14,6 +14,6 @@ import { Component, Input } from '@angular/core'; export class FreeBannerSectionComponent { @Input() bannerImg: string; - @Input() bundleUrl: string; + @Input() url: string; } diff --git a/docs/app/pages/home/material-landing/material-landing.component.html b/docs/app/pages/home/material-landing/material-landing.component.html index 6e5cbcff..9c1d90ce 100644 --- a/docs/app/pages/home/material-landing/material-landing.component.html +++ b/docs/app/pages/home/material-landing/material-landing.component.html @@ -10,8 +10,8 @@ - + diff --git a/docs/app/pages/home/sections-container/ngx-landing-sections-container.component.html b/docs/app/pages/home/sections-container/ngx-landing-sections-container.component.html index 4dc0dd6c..c5ace646 100644 --- a/docs/app/pages/home/sections-container/ngx-landing-sections-container.component.html +++ b/docs/app/pages/home/sections-container/ngx-landing-sections-container.component.html @@ -14,8 +14,8 @@ - + diff --git a/docs/assets/img/bakery-banner.png b/docs/assets/img/bakery-banner.png new file mode 100644 index 00000000..e176b843 Binary files /dev/null and b/docs/assets/img/bakery-banner.png differ diff --git a/docs/assets/img/free-bundle-banner.png b/docs/assets/img/free-bundle-banner.png deleted file mode 100644 index 6611e8dc..00000000 Binary files a/docs/assets/img/free-bundle-banner.png and /dev/null differ