From 4f88aab57f6eebba555c01f0d6b102c6981f2993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Tue, 21 Apr 2026 09:19:18 +0200 Subject: [PATCH] chore(website-new): reword FAQ copy on hosting and Organization plan (#19917) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Hosting FAQ: drops the inaccurate "most teams run it on our managed cloud" claim and presents self-hosting and cloud as equal options. - Pricing FAQ: replaces the awkward "for teams needing enterprise-grade security" with "for teams that need finer access control", which more accurately describes what SSO and row-level permissions do. ## Test plan - [ ] Visually verify the FAQ section on the website renders the updated copy. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) --- packages/twenty-website-new/src/app/_constants/faq.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/twenty-website-new/src/app/_constants/faq.ts b/packages/twenty-website-new/src/app/_constants/faq.ts index e582373e8f..995a20c9c7 100644 --- a/packages/twenty-website-new/src/app/_constants/faq.ts +++ b/packages/twenty-website-new/src/app/_constants/faq.ts @@ -25,7 +25,7 @@ export const FAQ_DATA: FaqDataType = { fontFamily: 'sans', }, answer: { - text: "Yes. Twenty is the #1 open source CRM on GitHub. Most teams run it on our managed cloud for zero-ops setup; self-hosting is always available if you'd rather own the infrastructure.", + text: "Yes. Twenty is the #1 open source CRM on GitHub. You can self-host to fully own your infrastructure, or run it on our managed cloud for a zero-ops setup.", }, }, { @@ -79,7 +79,7 @@ export const FAQ_DATA: FaqDataType = { fontFamily: 'sans', }, answer: { - text: 'Cloud Pro is $9/user/month (yearly). Organization is $19/user/month and unlocks SSO and row-level permissions for teams needing enterprise-grade security.', + text: 'Cloud Pro is $9/user/month (yearly). Organization is $19/user/month and unlocks SSO and row-level permissions for teams that need finer access control.', }, }, ],