Landingpage vollständig, Webhook für CTA eingerichtet, erster Blogeintrag erstellt

This commit is contained in:
2026-04-06 21:42:48 +02:00
parent cd694d0776
commit 11e2553549
18 changed files with 922 additions and 109 deletions

View File

@@ -5,6 +5,7 @@ import { FeaturesSectionComponent } from '../components/features-section/feature
import { FooterComponent } from '../components/footer/footer.component';
import { ProjectsComponent } from '../components/projects/projects.component';
import { PricingComponent } from '../components/pricing/pricing.component';
import { ContactComponent } from '../components/contact/contact.component';
import { SeoService } from '@core/services/seo.service';
@Component({
@@ -15,6 +16,7 @@ import { SeoService } from '@core/services/seo.service';
FeaturesSectionComponent,
ProjectsComponent,
PricingComponent,
ContactComponent,
FooterComponent,
],
templateUrl: './landingpage.component.html',