File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,11 @@ export default function Create() {
149
149
{ helpEmail ? (
150
150
< >
151
151
You can also email us directly at{ " " }
152
- < A href = { `mailto:${ helpEmail } ` } > { helpEmail } </ A > .
152
+ < A href = { `mailto:${ helpEmail } ` } > { helpEmail } </ A > or{ " " }
153
+ < A href = "https://calendly.com/cocalc/discovery" >
154
+ book a demo or discovery call
155
+ </ A >
156
+ .
153
157
</ >
154
158
) : undefined }
155
159
</ p >
@@ -222,7 +226,9 @@ export default function Create() {
222
226
</ >
223
227
) }
224
228
< b >
225
- < Status done = { body && body . length >= MIN_BODY_LENGTH && hasRequired } /> { " " }
229
+ < Status
230
+ done = { body && body . length >= MIN_BODY_LENGTH && hasRequired }
231
+ /> { " " }
226
232
Description
227
233
</ b >
228
234
< div
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ const dataSource = [
82
82
} ,
83
83
{
84
84
landingPages : true ,
85
- link : "https://docs.google. com/forms/d/e/1FAIpQLSesDZkGD2XVu8BHKd_sPwn5g7MrLAA8EYRTpB6daedGVMTpkA/viewform " ,
85
+ link : "https://calendly. com/cocalc/discovery " ,
86
86
title : "Request a Live Demo!" ,
87
87
logo : "video-camera" ,
88
88
hide : ( customize ) => ! customize . isCommercial ,
@@ -91,7 +91,7 @@ const dataSource = [
91
91
If you're seriously considering using CoCalc to teach a course, but
92
92
aren't sure of some of the details and really need to just{ " " }
93
93
< b > talk to a person</ b > ,{ " " }
94
- < A href = "https://docs.google. com/forms/d/e/1FAIpQLSesDZkGD2XVu8BHKd_sPwn5g7MrLAA8EYRTpB6daedGVMTpkA/viewform " >
94
+ < A href = "https://calendly. com/cocalc/discovery " >
95
95
fill out this form and request a live video chat with us
96
96
</ A >
97
97
. We love chatting (in English, German and Russian), and will hopefully
You can’t perform that action at this time.
0 commit comments