Skip to content

Commit b1641a3

Browse files
committed
docs: contact us links
1 parent 08dcbe6 commit b1641a3

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ const config = {
299299
},
300300
{
301301
label: 'Contact Us',
302-
href: 'mailto:support@dyte.in',
302+
href: 'https://dyte.io/contact',
303303
},
304304
],
305305
},

src/components/homepage/SDKsSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export default function SDKsSection() {
339339
<div className="text-center">
340340
<p>
341341
Don&apos;t see your tech stack here?{' '}
342-
<Link href="#">Contact Us</Link>
342+
<Link href="https://dyte.io/contact">Contact Us</Link>
343343
</p>
344344
</div>
345345
</div>

src/faq.jsx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ const FAQs = [
165165
<p>
166166
On Dyte, you can have up to 200 people on the same call with video and
167167
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.
170171
</p>
171172
),
172173
tags: ['General'],
@@ -184,8 +185,8 @@ const FAQs = [
184185
500. One user with the audio-video enabled and everyone else attending
185186
the call (aka one host webinar). However, if you have any specific
186187
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.
189190
</p>
190191
),
191192
tags: ['General'],
@@ -527,7 +528,10 @@ const FAQs = [
527528
</tbody>
528529
</table>
529530

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>
531535
</>
532536
),
533537
tags: ['Pricing'],

src/pages/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function Homepage() {
4444
Contact us for a demo. We are looking forward to connecting
4545
with you.
4646
</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">
4848
Schedule a Call &rarr;
4949
</Link>
5050
</div>
@@ -59,7 +59,7 @@ export default function Homepage() {
5959
Dyte&apos;s expert support team is excited to help. Connect
6060
for dedicated 1:1 support!
6161
</p>
62-
<Link href="#" className="darktext-primary-100 :text-primary">
62+
<Link href="https://dyte.io/contact" className="darktext-primary-100 :text-primary">
6363
Contact Us &rarr;
6464
</Link>
6565
</div>
@@ -74,7 +74,7 @@ export default function Homepage() {
7474
Browse through our FAQs to find answers to commonly asked
7575
questions.
7676
</p>
77-
<Link href="#" className="text-primary dark:text-primary-100">
77+
<Link href="/faq" className="text-primary dark:text-primary-100">
7878
View FAQs &rarr;
7979
</Link>
8080
</div>

0 commit comments

Comments
 (0)