2
0

📝 Add 2 new oss friends in landing page

This commit is contained in:
Baptiste Arnaud
2023-06-09 10:12:25 +02:00
parent 4977481582
commit 25524ac622

View File

@@ -93,6 +93,17 @@ const OSSFriends = [
'Open-source enterprise-grade serverless CMS. Own your data. Scale effortlessly. Customize everything.',
href: 'https://www.webiny.com',
},
{
name: 'BoxyHQ',
description:
'BoxyHQs suite of APIs for security and privacy helps engineering teams build and ship compliant cloud applications faster.',
href: 'https://boxyhq.com',
},
{
name: 'Webstudio',
description: 'Webstudio is an open source alternative to Webflow',
href: 'https://webstudio.is',
},
]
export default function OSSFriendsPage() {