File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ const config = {
299
299
} ,
300
300
{
301
301
label : 'Contact Us' ,
302
- href : 'mailto:support@ dyte.in ' ,
302
+ href : 'https:// dyte.io/contact ' ,
303
303
} ,
304
304
] ,
305
305
} ,
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ export default function SDKsSection() {
339
339
< div className = "text-center" >
340
340
< p >
341
341
Don't see your tech stack here?{ ' ' }
342
- < Link href = "# " > Contact Us</ Link >
342
+ < Link href = "https://dyte.io/contact " > Contact Us</ Link >
343
343
</ p >
344
344
</ div >
345
345
</ div >
Original file line number Diff line number Diff line change @@ -165,8 +165,9 @@ const FAQs = [
165
165
< p >
166
166
On Dyte, you can have up to 200 people on the same call with video and
167
167
voice enabled. However, if you have any specific requirements that
168
- require more people joining the same call, please contact us. We will
169
- support you with your requirements.
168
+ require more people joining the same call, please{ ' ' }
169
+ < Link href = "https://dyte.io/contact" > contact us</ Link > . We will support
170
+ you with your requirements.
170
171
</ p >
171
172
) ,
172
173
tags : [ 'General' ] ,
@@ -184,8 +185,8 @@ const FAQs = [
184
185
500. One user with the audio-video enabled and everyone else attending
185
186
the call (aka one host webinar). However, if you have any specific
186
187
requirements that require more people joining the same call, please{ ' ' }
187
- < Link href = "https://dev. dyte.io/signup " > contact us</ Link > . We will
188
- support you with your requirements.
188
+ < Link href = "https://dyte.io/contact " > contact us</ Link > . We will support
189
+ you with your requirements.
189
190
</ p >
190
191
) ,
191
192
tags : [ 'General' ] ,
@@ -527,7 +528,10 @@ const FAQs = [
527
528
</ tbody >
528
529
</ table >
529
530
530
- < p > Please contact us for volume discounts.</ p >
531
+ < p >
532
+ Please < Link href = "https://dyte.io/contact" > contact us</ Link > for
533
+ volume discounts.
534
+ </ p >
531
535
</ >
532
536
) ,
533
537
tags : [ 'Pricing' ] ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default function Homepage() {
44
44
Contact us for a demo. We are looking forward to connecting
45
45
with you.
46
46
</ p >
47
- < Link href = "# " className = "text-primary dark:text-primary-100" >
47
+ < Link href = "https://dyte.io/contact " className = "text-primary dark:text-primary-100" >
48
48
Schedule a Call →
49
49
</ Link >
50
50
</ div >
@@ -59,7 +59,7 @@ export default function Homepage() {
59
59
Dyte's expert support team is excited to help. Connect
60
60
for dedicated 1:1 support!
61
61
</ p >
62
- < Link href = "# " className = "darktext-primary-100 :text-primary" >
62
+ < Link href = "https://dyte.io/contact " className = "darktext-primary-100 :text-primary" >
63
63
Contact Us →
64
64
</ Link >
65
65
</ div >
@@ -74,7 +74,7 @@ export default function Homepage() {
74
74
Browse through our FAQs to find answers to commonly asked
75
75
questions.
76
76
</ p >
77
- < Link href = "# " className = "text-primary dark:text-primary-100" >
77
+ < Link href = "/faq " className = "text-primary dark:text-primary-100" >
78
78
View FAQs →
79
79
</ Link >
80
80
</ div >
You can’t perform that action at this time.
0 commit comments