Landingpage design geändert. routes ergänzt für projects, project detail ergänzt
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import { Component, OnInit, inject } from '@angular/core';
|
||||
import { NavigationComponent } from '../components/navigation/navigation.component';
|
||||
import { HeroComponent } from '../components/hero/hero.component';
|
||||
import { StatsComponent } from '../components/stats/stats.component';
|
||||
import { FeaturesSectionComponent } from '../components/features-section/features-section.component';
|
||||
import { FooterComponent } from '../components/footer/footer.component';
|
||||
import { TestimonialsComponent } from '../components/testimonials/testimonials.component';
|
||||
import { ProjectsComponent } from '../components/projects/projects.component';
|
||||
import { PricingComponent } from '../components/pricing/pricing.component';
|
||||
import { ContactComponent } from '../components/contact/contact.component';
|
||||
import { FooterComponent } from '../components/footer/footer.component';
|
||||
import { SeoService } from '@core/services/seo.service';
|
||||
|
||||
@Component({
|
||||
@@ -13,7 +15,9 @@ import { SeoService } from '@core/services/seo.service';
|
||||
imports: [
|
||||
NavigationComponent,
|
||||
HeroComponent,
|
||||
StatsComponent,
|
||||
FeaturesSectionComponent,
|
||||
TestimonialsComponent,
|
||||
ProjectsComponent,
|
||||
PricingComponent,
|
||||
ContactComponent,
|
||||
|
||||
Reference in New Issue
Block a user