diff --git a/docs/index.mdx b/docs/index.mdx index a18722df4..6ea54835c 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -218,3 +218,5 @@ This matrix will be updated as Bref and AWS services evolve over time. ## Getting started Get started with Bref by reading the [installation documentation](/docs/setup.mdx). + +Want to know if Bref is a good fit for you? [Let's talk on Zoom](https://calendly.com/bref-enterprise/intro) (30 minutes, yes it's free, I'll answer any questions I can) or find me on [Slack](https://bref.sh/slack). diff --git a/website/src/components/support/plans.jsx b/website/src/components/support/plans.jsx index 38b9ec79c..6f9fe9de3 100644 --- a/website/src/components/support/plans.jsx +++ b/website/src/components/support/plans.jsx @@ -67,13 +67,13 @@ export default function Plans() {

- Get more with Bref Pro and Enterprise + Expert AWS support and consulting

Bref is a free and open-source project hosted on GitHub.
- Bref Pro and Bref Enterprise are support plans offered by Null, the company behind Bref. + With Bref Pro and Bref Enterprise, get direct support and consulting from Matthieu, the creator of Bref.

{/* xs to lg */} diff --git a/website/src/pages/support.mdx b/website/src/pages/support.mdx index fac72ad23..3e4c17665 100644 --- a/website/src/pages/support.mdx +++ b/website/src/pages/support.mdx @@ -1,5 +1,7 @@ import Plans from '../components/support/plans'; import { NextSeo } from 'next-seo'; +import profile from './support/profile.jpg'; +import Image from 'next/image'; @@ -9,10 +11,15 @@ import { NextSeo } from 'next-seo';
-
- Bref Pro and Bref Enterprise are offered by Null, the company created by the author of Bref. +
+ Matthieu Napoli
-
+
+ Bref Pro and Bref Enterprise are provided through Null, Matthieu's company. +
+
Got any question about these plans? Get in touch.
@@ -43,6 +50,25 @@ import { NextSeo } from 'next-seo';
+
+
+ + + + +
+
+
+ Move to AWS and scale with confidence +
+
+ Do you want to simplify your infrastructure? Or do you have scaling issues? +
+ I'm here to help. Whether it's by answering questions, reviewing infrastructure, or even taking care of the migration for you. +
+
+
+
diff --git a/website/src/pages/support/profile.jpg b/website/src/pages/support/profile.jpg new file mode 100644 index 000000000..e2df34406 Binary files /dev/null and b/website/src/pages/support/profile.jpg differ