diff --git a/app/components/ParticleBackground.tsx b/app/components/ParticleBackground.tsx index 2b4e1cc..1423801 100644 --- a/app/components/ParticleBackground.tsx +++ b/app/components/ParticleBackground.tsx @@ -35,7 +35,7 @@ export function ParticleBackground() { outModes: { default: "bounce" }, speed: 0.3, }, - number: { density: { enable: true, area: 800 }, value: 50 }, + number: { density: { enable: true, width: 800, height: 800 }, value: 50 }, opacity: { value: { min: 0.1, max: 0.4 } }, shape: { type: "circle" }, size: { value: { min: 0.5, max: 2 } },