diff --git a/apps/landing-page/pages/oss-friends.tsx b/apps/landing-page/pages/oss-friends.tsx index 77db15e95..b8e0440ec 100644 --- a/apps/landing-page/pages/oss-friends.tsx +++ b/apps/landing-page/pages/oss-friends.tsx @@ -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: + 'BoxyHQ’s 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() {