Skip to content

Commit

Permalink
Improve consulting page
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 23, 2024
1 parent 2dcac85 commit cff4bc0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions website/src/components/support/plans.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ export default function Plans() {
<div>
<div className="mx-auto max-w-4xl text-center">
<h1 className="mt-2 text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl">
Get more with Bref Pro and Enterprise
Expert AWS support and consulting
</h1>
</div>
<p className="mx-auto mt-6 max-w-2xl text-center text-lg leading-8 text-gray-600">
Bref is a free and open-source project <a className="link" href="https://github.com/brefphp/bref">hosted on GitHub</a>.
<br/>
Bref Pro and Bref Enterprise are support plans offered by <a className="link" href="https://null.tc">Null</a>, the company behind Bref.
With Bref Pro and Bref Enterprise, get direct support and consulting from <a className="link" href="https://mnapoli.fr/">Matthieu</a>, the creator of Bref.
</p>

{/* xs to lg */}
Expand Down
32 changes: 29 additions & 3 deletions website/src/pages/support.mdx
Original file line number Diff line number Diff line change
@@ -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';

<NextSeo description="Support plans for serverless migrations to AWS with Bref and PHP." />

Expand All @@ -9,10 +11,15 @@ import { NextSeo } from 'next-seo';

<div className="mt-12 mb-10 space-y-10 lg:grid lg:grid-cols-3 lg:gap-6 lg:space-y-0 lg:mx-auto lg:max-w-4xl xl:mx-0 xl:max-w-none">
<div className="text-gray-600">
<div>
Bref Pro and Bref Enterprise are offered by <a className="link" href="https://null.tc">Null</a>, the company created by the author of Bref.
<div className="aspect-[9/10] w-20 overflow-hidden rounded-xl bg-zinc-100 dark:bg-zinc-800 sm:rounded-2xl -rotate-2 hover:rotate-2 transition-transform">
<Image alt="Matthieu Napoli" loading="lazy" decoding="async" data-nimg="1"
className="absolute inset-0 h-full w-full object-cover"
src={profile} />
</div>
<div>
<div className="mt-4">
Bref Pro and Bref Enterprise are provided through <a className="link" href="https://null.tc">Null</a>, Matthieu's company.
</div>
<div className="mt-2">
Got any question about these plans?
<a className="link" href="mailto:matthieu@bref.sh">Get in touch</a>.
</div>
Expand Down Expand Up @@ -43,6 +50,25 @@ import { NextSeo } from 'next-seo';
</div>
</div>

<div className="flex">
<div className="flex-grow-0 pr-6">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" className="w-10 text-blue-700">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" />
</svg>

</div>
<div className="flex-grow mb-6">
<div className="text-lg font-bold mb-1">
Move to AWS and scale with confidence
</div>
<div className="text-gray-600">
Do you want to simplify your infrastructure? Or do you have scaling issues?
<br/>
I'm here to help. Whether it's by answering questions, reviewing infrastructure, or even taking care of the migration for you.
</div>
</div>
</div>

<div className="flex">
<div className="flex-grow-0 pr-6">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" className="w-10 text-blue-700">
Expand Down
Binary file added website/src/pages/support/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cff4bc0

Please sign in to comment.