openpanel integration und entwurf blog

This commit is contained in:
2026-04-03 17:05:16 +02:00
parent 5138005397
commit cd694d0776
45 changed files with 2558 additions and 310 deletions

View File

@@ -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>

View File

@@ -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',
})