Skip to content

Commit

Permalink
Website: support
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 10, 2023
1 parent 8ab21d3 commit ffc488d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions website/src/components/support/plans.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 } },
Expand All @@ -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) {
Expand Down

0 comments on commit ffc488d

Please sign in to comment.