@@ -15,23 +15,23 @@ const navigation = [
15
15
name : "SOCIALS" ,
16
16
href : "/" ,
17
17
children : [
18
- { name : "GitHub" , href : "" } ,
19
- { name : "Twitter" , href : "" } ,
20
- { name : "Discord" , href : "" } ,
21
- { name : "LinkedIn" , href : "" } ,
18
+ { name : "GitHub" , href : "https://github.com/WebXDAO " } ,
19
+ { name : "Twitter" , href : "https://twitter.com/WebXDAO " } ,
20
+ { name : "Discord" , href : "https://dsc.gg/webxdao " } ,
21
+ { name : "LinkedIn" , href : "https://www.linkedin.com/company/76098793 " } ,
22
22
] ,
23
23
} ,
24
24
{
25
25
name : "CONTACT" ,
26
26
href : "/contact" ,
27
- children : [ { name : "Contact us" , href : "" } ] ,
27
+ children :
[ { name :
"Contact us" , href :
"[email protected] " } ] ,
28
28
} ,
29
29
{
30
30
name : "PARTNERS" ,
31
31
href : "/partners" ,
32
32
children : [
33
- { name : "Our partners" , href : "" } ,
34
- { name : "Get partner " , href : "" } ,
33
+ { name : "Our partners" , href : "/partners " } ,
34
+ { name : "Partner with us " , href : "/partners " } ,
35
35
] ,
36
36
} ,
37
37
] ;
@@ -65,10 +65,10 @@ const Footer = () => {
65
65
{ item . children . map ( ( child ) => (
66
66
< li key = { child . name } >
67
67
< Link
68
- className = "transition text-white/60 hover:text-white/60/75"
69
- href = ""
68
+ className = "transition text-white/60 hover:text-white/60/75 "
69
+ href = { child . href }
70
70
>
71
- < span className = "text-white/60" > { child . name } </ span >
71
+ < span className = "text-white/60 cursor-pointer " > { child . name } </ span >
72
72
</ Link >
73
73
</ li >
74
74
) ) }
0 commit comments