Compare commits

..

No commits in common. "f6c78112ce60c948ee1c790d167fcd7b16768f9d" and "6dbc33b6abb2abc0aa936f5e80f571ce2f3f890b" have entirely different histories.

2 changed files with 7 additions and 11 deletions

View file

@ -65,20 +65,16 @@ const Hero = () => {
</AnimatedGradientText> </AnimatedGradientText>
<main className="text-5xl md:text-6xl font-bold"> <main className="text-5xl md:text-6xl font-bold">
<h1 className="inline custom-title"> <h1 className="inline custom-title">
Host&nbsp;with{" "}
<span className="text-transparent bg-gradient-to-r from-green-300 to-primary bg-clip-text"> <span className="text-transparent bg-gradient-to-r from-green-300 to-primary bg-clip-text">
reliability Simplify
</span> </span>{" "}
, scale&nbsp;with{" "} your server logic performance
<span className="text-transparent bg-gradient-to-r from-green-300 to-primary bg-clip-text">
ease
</span>
</h1> </h1>
</main> </main>
<p className="text-lg text-muted-foreground md:w-10/12 mx-auto lg:mx-0"> <p className="text-lg text-muted-foreground md:w-10/12 mx-auto lg:mx-0">
Host reliably and securely, and scale effortlessly with SVR.JS, an The SVR.JS web server allows you to optimize your server-side
open-source and configurable web server running on Node.JS that&apos;s operations, ensuring performance and efficiency in a simple,
designed to handle high loads. user-friendly package.
</p> </p>
<div className="relative mx-auto lg:mx-0 flex gap-2 flex-col-reverse lg:flex-row justify-start items-center w-fit"> <div className="relative mx-auto lg:mx-0 flex gap-2 flex-col-reverse lg:flex-row justify-start items-center w-fit">
<Button <Button

View file

@ -44,7 +44,7 @@ function AnalyticsInternal(props: { pagesRouter?: boolean }) {
g.src = u + "matomo.js"; g.src = u + "matomo.js";
(s.parentNode as ParentNode).insertBefore(g, s); (s.parentNode as ParentNode).insertBefore(g, s);
})(); })();
}, [pathname, searchParams, props.pagesRouter]); }, [pathname, searchParams]);
return null; return null;
} }