fix: replace the text in the hero and about sections
This commit is contained in:
parent
5787fe5110
commit
edb34405a5
2 changed files with 8 additions and 7 deletions
|
@ -24,11 +24,12 @@ const About = () => {
|
||||||
</span>
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-lg text-muted-foreground mt-4">
|
<p className="text-lg text-muted-foreground mt-4">
|
||||||
Host a webpage, run server-side JavaScript, use mods to expand
|
|
||||||
server functionality, or use it as a forward or reverse proxy.
|
|
||||||
SVR.JS is a web server that runs on top of Node.JS, enabling
|
SVR.JS is a web server that runs on top of Node.JS, enabling
|
||||||
server-side JS on webpages. SVR.JS also has an integrated log
|
server-side JavaScript on webpages. SVR.JS also has an
|
||||||
viewer, log highlighter, and user management tool.
|
integrated log viewer, log highlighter, and user management
|
||||||
|
tool. You can host a webpage using SVR.JS, run server-side
|
||||||
|
JavaScript, use mods to expand server functionality, or use it
|
||||||
|
as a forward or reverse proxy.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Statistics />
|
<Statistics />
|
||||||
|
|
|
@ -72,9 +72,9 @@ const Hero = () => {
|
||||||
</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">
|
||||||
SVR.JS is a web server that runs on top of Node.JS, thus enabling
|
The SVR.JS web server allows you to optimize your server-side
|
||||||
server-side JavaScript on webpages. SVR.JS also has an integrated log
|
operations, ensuring performance and efficiency in a simple,
|
||||||
viewer and more...
|
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
|
||||||
|
|
Loading…
Reference in a new issue