fix: change the text below "Accelerate your development" heading
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled

This commit is contained in:
Dorian Niemiec 2024-09-18 20:33:25 +02:00
parent 0ce17edbcb
commit 004d6bd54e

View file

@ -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 }) => (