File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
website/src/pages/pricing Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -120,13 +120,23 @@ export default function Pricing() {
120
120
< MdOutlineCheck className = { "w-6 h-6 text-goff-500" } />
121
121
Training material for your team
122
122
</ li >
123
+ < li className = "flex gap-x-3" >
124
+ < MdOutlineCheck className = { "w-6 h-6 text-goff-500" } />
125
+ Maintainer join your slack/teams organisation
126
+ </ li >
123
127
</ ul >
124
128
< Link
125
129
to = { "mailto:[email protected] ?subject=Enterprise support" }
126
130
className = " mt-8 block rounded-md bg-indigo-500 px-3.5 py-2.5 text-center text-sm font-semibold text-white shadow-sm hover:bg-indigo-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-500 sm:mt-10"
127
131
>
128
132
Contact us
129
133
</ Link >
134
+ < Link
135
+ to = { "https://calendly.com/thomas-poignant-o1pt/30min" }
136
+ className = "mt-2 block rounded-md bg-indigo-500 px-3.5 py-2.5 text-center text-sm font-semibold text-white shadow-sm hover:bg-indigo-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-500 sm:mt-2"
137
+ >
138
+ Book a demo 📅
139
+ </ Link >
130
140
</ div >
131
141
</ div >
132
142
</ div >
You can’t perform that action at this time.
0 commit comments