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>
|
||||
</h2>
|
||||
<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
|
||||
server-side JS on webpages. SVR.JS also has an integrated log
|
||||
viewer, log highlighter, and user management tool.
|
||||
server-side JavaScript on webpages. SVR.JS also has an
|
||||
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>
|
||||
</div>
|
||||
<Statistics />
|
||||
|
|
|
@ -72,9 +72,9 @@ const Hero = () => {
|
|||
</h1>
|
||||
</main>
|
||||
<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
|
||||
server-side JavaScript on webpages. SVR.JS also has an integrated log
|
||||
viewer and more...
|
||||
The SVR.JS web server allows you to optimize your server-side
|
||||
operations, ensuring performance and efficiency in a simple,
|
||||
user-friendly package.
|
||||
</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
|
||||
|
|
Loading…
Reference in a new issue