fix: change the text below "Accelerate your development" heading
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
This commit is contained in:
parent
0ce17edbcb
commit
004d6bd54e
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ const FeaturesSection = () => {
|
||||||
</span>
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
<p className="md:w-3/4 mx-auto mt-4 mb-8 text-lg md:text-xl text-muted-foreground">
|
<p className="md:w-3/4 mx-auto mt-4 mb-8 text-lg md:text-xl text-muted-foreground">
|
||||||
Build secure, and scalable web applications with SVR.JS. Open-source,
|
Build secure and scalable web applications with SVR.JS. Open-source,
|
||||||
configurable, and able to handle high request loads.
|
configurable, and designed to handle high request loads.
|
||||||
</p>
|
</p>
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
|
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
|
||||||
{Features.map(({ icon, title, description }) => (
|
{Features.map(({ icon, title, description }) => (
|
||||||
|
|
Loading…
Reference in a new issue