fix: replace the text under "Accelerate your development" heading with relevant text

This commit is contained in:
Dorian Niemiec 2024-09-07 10:57:15 +02:00
parent 4f09a53231
commit acab8c8e9d

View file

@ -12,8 +12,8 @@ const FeaturesSection = () => {
</span>
</h2>
<p className="md:w-3/4 mx-auto mt-4 mb-8 text-lg md:text-xl text-muted-foreground">
Beautifully designed components that you can copy and paste into your
apps. Accessible. Customizable. Open Source.
Build secure, and scalable web applications with SVR.JS. Open-source,
configurable, and able to handle high request loads.
</p>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
{Features.map(({ icon, title, description }) => (