From ffc488d9aefc3b38b3928c44a1e46933835efdff Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 10 Oct 2023 18:03:41 +0200 Subject: [PATCH] Website: support --- website/src/components/support/plans.jsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/website/src/components/support/plans.jsx b/website/src/components/support/plans.jsx index fa17d54e6..1e18c73d2 100644 --- a/website/src/components/support/plans.jsx +++ b/website/src/components/support/plans.jsx @@ -36,16 +36,13 @@ const sections = [ features: [ { name: 'The Bref open-source project, its documentation and framework integrations', tiers: { OpenSource: true, Pro: true, Enterprise: true } }, { name: 'Deploy your applications to your AWS account', tiers: { OpenSource: true, Pro: true, Enterprise: true } }, - { name: 'Use the public AWS Lambda runtimes hosted in the Bref AWS account', tiers: { OpenSource: true, Pro: true, Enterprise: true } }, - { name: 'Use AWS Lambda runtimes hosted in your AWS account', tiers: { Pro: 'Optional', Enterprise: 'Optional' } }, - { name: ' Self-built, tailor-made AWS Lambda runtimes and PHP extensions optimized for your project', tiers: { Enterprise: 'Optional' } }, + { name: ' Tailor-made AWS Lambda runtimes and PHP extensions optimized for your project', tiers: { Enterprise: 'Optional' } }, { name: 'Appear as an open-source sponsor 💙', tiers: { Pro: 'Gold sponsor', Enterprise: 'Premium sponsor' } }, ], }, { name: 'Resources and support', features: [ - { name: 'The Bref documentation', tiers: { OpenSource: true, Pro: true, Enterprise: true } }, { name: 'Priority support and bugfixes on GitHub', tiers: { Pro: true, Enterprise: true } }, { name: 'Expert support via Slack and Email', tiers: { Pro: true, Enterprise: true } }, { name: 'Architecture design and review in Zoom', tiers: { Enterprise: true } }, @@ -54,13 +51,6 @@ const sections = [ { name: 'Onboarding workshop online or on-site', tiers: { Enterprise: 'Optional' } }, ], }, - { - name: 'Extra integrations', - features: [ - { name: 'Sentry integration', tiers: { Pro: true, Enterprise: true } }, - { name: 'AWS X-Ray integration', tiers: { Pro: 'Early access', Enterprise: 'Early access' } }, - ], - }, ] function classNames(...classes) {