diff --git a/src/app/public/pages/home/home.component.ts b/src/app/public/pages/home/home.component.ts index daf7511..045cde5 100644 --- a/src/app/public/pages/home/home.component.ts +++ b/src/app/public/pages/home/home.component.ts @@ -16,7 +16,7 @@ export class HomeComponent implements OnInit, AfterViewInit, OnDestroy { @ViewChild('particleContainer') particleContainer!: ElementRef; private particles: Particle[] = []; - private particleCount = 100; + private particleCount = 20; private animationFrameId: number | null = null; constructor(private seoService: SeoService, private ngZone: NgZone) { }