The Particles.tsx component renders 125 particles on every page load, which can impact performance on lower-end devices. Investigate the particles.number.value setting and reduce it based on viewport size. What I recommend is to potentially consider using the useViewport hook to adjust particle count for mobile vs. desktop, or add a performance-focused configuration option.
The Particles.tsx component renders 125 particles on every page load, which can impact performance on lower-end devices. Investigate the particles.number.value setting and reduce it based on viewport size. What I recommend is to potentially consider using the useViewport hook to adjust particle count for mobile vs. desktop, or add a performance-focused configuration option.