fix: replace the text under "Accelerate your development" heading with relevant text
This commit is contained in:
parent
4f09a53231
commit
acab8c8e9d
1 changed files with 2 additions and 2 deletions
|
@ -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 }) => (
|
||||
|
|
Loading…
Reference in a new issue