We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689a6c6 commit 30a397dCopy full SHA for 30a397d
src/components/LandingPage/index.js
@@ -42,7 +42,7 @@ const Index = () => {
42
<header className={styles.heroBanner}>
43
<div className="container">
44
<div className="absolute inset-0 z-[-1]">
45
- <ParticlesBackground brandColor={'#3c83f6'} linkColor={'#65758b'} count={90} />
+ <ParticlesBackground brandColor={'#3c83f6'} linkColor={'#65758b'} count={80} />
46
</div>
47
<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"/>
48
<h1>Application server and process manager for modern PHP applications.</h1>
0 commit comments