openpanel integration und entwurf blog
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
<app-hero></app-hero>
|
||||
<app-features-section></app-features-section>
|
||||
<app-projects></app-projects>
|
||||
<app-footer></app-footer>
|
||||
<app-pricing></app-pricing>
|
||||
<app-footer></app-footer>
|
||||
|
||||
@@ -4,6 +4,7 @@ import { HeroComponent } from '../components/hero/hero.component';
|
||||
import { FeaturesSectionComponent } from '../components/features-section/features-section.component';
|
||||
import { FooterComponent } from '../components/footer/footer.component';
|
||||
import { ProjectsComponent } from '../components/projects/projects.component';
|
||||
import { PricingComponent } from '../components/pricing/pricing.component';
|
||||
import { SeoService } from '@core/services/seo.service';
|
||||
|
||||
@Component({
|
||||
@@ -13,8 +14,9 @@ import { SeoService } from '@core/services/seo.service';
|
||||
HeroComponent,
|
||||
FeaturesSectionComponent,
|
||||
ProjectsComponent,
|
||||
PricingComponent,
|
||||
FooterComponent,
|
||||
],
|
||||
],
|
||||
templateUrl: './landingpage.component.html',
|
||||
styleUrl: './landingpage.component.scss',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user