Compare commits
2 commits
6dbc33b6ab
...
f6c78112ce
Author | SHA1 | Date | |
---|---|---|---|
f6c78112ce | |||
75eb00a901 |
2 changed files with 11 additions and 7 deletions
|
@ -65,16 +65,20 @@ const Hero = () => {
|
|||
</AnimatedGradientText>
|
||||
<main className="text-5xl md:text-6xl font-bold">
|
||||
<h1 className="inline custom-title">
|
||||
Host with{" "}
|
||||
<span className="text-transparent bg-gradient-to-r from-green-300 to-primary bg-clip-text">
|
||||
Simplify
|
||||
</span>{" "}
|
||||
your server logic performance
|
||||
reliability
|
||||
</span>
|
||||
, scale with{" "}
|
||||
<span className="text-transparent bg-gradient-to-r from-green-300 to-primary bg-clip-text">
|
||||
ease
|
||||
</span>
|
||||
</h1>
|
||||
</main>
|
||||
<p className="text-lg text-muted-foreground md:w-10/12 mx-auto lg:mx-0">
|
||||
The SVR.JS web server allows you to optimize your server-side
|
||||
operations, ensuring performance and efficiency in a simple,
|
||||
user-friendly package.
|
||||
Host reliably and securely, and scale effortlessly with SVR.JS, an
|
||||
open-source and configurable web server running on Node.JS that's
|
||||
designed to handle high loads.
|
||||
</p>
|
||||
<div className="relative mx-auto lg:mx-0 flex gap-2 flex-col-reverse lg:flex-row justify-start items-center w-fit">
|
||||
<Button
|
||||
|
|
|
@ -44,7 +44,7 @@ function AnalyticsInternal(props: { pagesRouter?: boolean }) {
|
|||
g.src = u + "matomo.js";
|
||||
(s.parentNode as ParentNode).insertBefore(g, s);
|
||||
})();
|
||||
}, [pathname, searchParams]);
|
||||
}, [pathname, searchParams, props.pagesRouter]);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue