Skip to content

Commit

Permalink
Merge pull request #245 from dyte-io/banner_changed
Browse files Browse the repository at this point in the history
added few links in footer
  • Loading branch information
madhugb authored Jan 19, 2024
2 parents 8b9db95 + 2b5a5c5 commit 23758ef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/homepage/HomeFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const products = [
const developers = [
{
name: 'Developer Portal',
href: 'https://dev.dyte.io',
href: 'https://accounts.dyte.io/auth/login',
},
{
name: 'Documentation',
Expand All @@ -58,6 +58,10 @@ const developers = [
name: 'Guides',
href: '/guides',
},
{
name: 'Migrate from Twilio',
href: 'https://dyte.io/blog/migrate-twilio-video-dyte-shim/'
}
];

const usecases = [
Expand All @@ -68,19 +72,23 @@ const usecases = [
{ name: 'Social', href: 'https://dyte.io/use-cases/social' },
{ name: 'Gaming', href: 'https://dyte.io/use-cases/gaming' },
{ name: 'Events', href: 'https://dyte.io/use-cases/events' },
{name: 'Dating', href: "https://dyte.io/use-cases/dating"}
];

const company = [
{ name: 'About Us', href: 'https://dyte.io/about' },
{name: 'Customers', href: 'https://dyte.io/customers'},
{ name: 'Blog', href: 'https://dyte.io/blog' },
{ name: 'Careers', href: 'https://jobs.lever.co/dyte-io' },
{ name: 'Community', href: 'https://dyte.io/community' },
{ name: 'Startup Program', href: 'https://dyte.io/startups' },
{ name: 'Contact Us', href: 'https://dyte.io/contact' },
{ name: 'FAQ', href: '/faq' },
{name: 'Guide on Video SDK', href: 'https://dyte.io/blog/video-sdk/'}
];

const comparisons = [
{name: 'Dyte vs Raw WebRTC', href: 'https://dyte.io/webrtc-alternative'},
{ name: 'Dyte vs Agora', href: 'https://dyte.io/agora-competitor' },
{ name: 'Dyte vs Zoom', href: 'https://dyte.io/zoom-sdk-competitor' },
{ name: 'Dyte vs Twilio', href: 'https://dyte.io/twilio-video-competitor' },
Expand Down

0 comments on commit 23758ef

Please sign in to comment.