Skip to content

Commit 30a397d

Browse files
committed
Lower Particles count
1 parent 689a6c6 commit 30a397d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LandingPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const Index = () => {
4242
<header className={styles.heroBanner}>
4343
<div className="container">
4444
<div className="absolute inset-0 z-[-1]">
45-
<ParticlesBackground brandColor={'#3c83f6'} linkColor={'#65758b'} count={90} />
45+
<ParticlesBackground brandColor={'#3c83f6'} linkColor={'#65758b'} count={80} />
4646
</div>
4747
<LogoImg alt="PHPStreamServer" className="w-auto max-w-full h-[2.5em] lg:h-[3.5em] lg:w-auto mb-5 text-black dark:text-gray-200"/>
4848
<h1>Application server and process manager for modern PHP applications.</h1>

0 commit comments

Comments
 (0)