From 004d6bd54e99788f86bbdec4a7119c7e10f99333 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Wed, 18 Sep 2024 20:33:25 +0200 Subject: [PATCH] fix: change the text below "Accelerate your development" heading --- components/shared/Features.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/shared/Features.tsx b/components/shared/Features.tsx index ba94e24..a15e459 100644 --- a/components/shared/Features.tsx +++ b/components/shared/Features.tsx @@ -12,8 +12,8 @@ const FeaturesSection = () => {

- Build secure, and scalable web applications with SVR.JS. Open-source, - configurable, and able to handle high request loads. + Build secure and scalable web applications with SVR.JS. Open-source, + configurable, and designed to handle high request loads.

{Features.map(({ icon, title, description }) => (