Skip to content

Commit d1dff54

Browse files
committed
feat: Update domain references from syncvibe.xyz to syncvibe.thakur.dev and contact email to info@thakur.dev.
1 parent 092ad89 commit d1dff54

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

client/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
property="og:image"
2626
content="https://res.cloudinary.com/dr7lkelwl/image/upload/c_thumb,h_500,w_500/f_auto/v1736541047/posts/sjzxfa31iet8ftznv2mo.webp"
2727
/>
28-
<meta property="og:url" content="https://syncvibe.xyz" />
28+
<meta property="og:url" content="https://syncvibe.thakur.dev" />
2929
<meta property="og:type" content="website" />
3030

3131
<!-- Twitter -->
@@ -53,7 +53,7 @@
5353
"@context": "https://schema.org",
5454
"@type": "WebSite",
5555
"name": "SyncVibe",
56-
"url": "https://syncvibe.xyz",
56+
"url": "https://syncvibe.thakur.dev",
5757
"description": "Join SyncVibe to experience synchronized music listening, video calls, and real-time chat with friends. Create unforgettable moments together.",
5858
"creator": {
5959
"@type": "Person",

client/public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Allow: /privacy-policy
2121
Allow: /terms-of-services
2222

2323
# Sitemap location
24-
Sitemap: https://syncvibe.xyz/sitemap.xml
24+
Sitemap: https://syncvibe.thakur.dev/sitemap.xml

client/public/sitemap.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<!-- Static Pages -->
44
<url>
5-
<loc>https://syncvibe.xyz/</loc>
5+
<loc>https://syncvibe.thakur.dev/</loc>
66
<priority>1.0</priority>
77
<changefreq>weekly</changefreq>
88
</url>
99
<url>
10-
<loc>https://syncvibe.xyz/login</loc>
10+
<loc>https://syncvibe.thakur.dev/login</loc>
1111
<priority>0.8</priority>
1212
<changefreq>monthly</changefreq>
1313
</url>
1414
<url>
15-
<loc>https://syncvibe.xyz/register</loc>
15+
<loc>https://syncvibe.thakur.dev/register</loc>
1616
<priority>0.8</priority>
1717
<changefreq>monthly</changefreq>
1818
</url>
1919
<url>
20-
<loc>https://syncvibe.xyz/privacy-policy</loc>
20+
<loc>https://syncvibe.thakur.dev/privacy-policy</loc>
2121
<priority>0.5</priority>
2222
<changefreq>monthly</changefreq>
2323
</url>
2424
<url>
25-
<loc>https://syncvibe.xyz/terms-of-services</loc>
25+
<loc>https://syncvibe.thakur.dev/terms-of-services</loc>
2626
<priority>0.5</priority>
2727
<changefreq>monthly</changefreq>
2828
</url>

client/src/components/LandingPage/PrivacyPolicy.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ const PrivacyPolicy = () => {
8585
<h2 className='text-xl font-semibold '>8. Contact Us</h2>
8686
<p className='mt-2'>
8787
If you have any questions or concerns about this Privacy Policy, please contact us at{' '}
88-
<a href='mailto:info@syncvibe.xyz' className='text-blue-600 hover:underline'>
89-
info@syncvibe.xyz
88+
<a href='mailto:info@thakur.dev' className='text-blue-600 hover:underline'>
89+
info@thakur.dev
9090
</a>
9191
.
9292
</p>

client/src/components/LandingPage/TermOfService.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ const TermsOfService = () => {
9999
<h2 className='text-xl font-semibold '>10. Contact Us</h2>
100100
<p className='mt-2'>
101101
If you have questions about these Terms of Service, please contact us at{' '}
102-
<a href='mailto:info@syncvibe.xyz' className='text-blue-600 hover:underline'>
103-
info@syncvibe.xyz
102+
<a href='mailto:info@thakur.dev' className='text-blue-600 hover:underline'>
103+
info@thakur.dev
104104
</a>
105105
.
106106
</p>

0 commit comments

Comments
 (0)