-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
50 lines (50 loc) · 1.12 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "Jarrod",
"avatar": "jarrod",
"sections": [
{
"title": "Comedy/Entertainment",
"description": "Youtube videos and Standup",
"links": [
{
"name": "Instagram",
"href": "https://www.instagram.com/jarrod_kane/",
"icon": "instagram"
},
{
"name": "YouTube",
"href": "https://www.youtube.com/channel/UCFvq3tK6QXfqksQ_HQljN3g",
"icon": "youtube"
},
{
"name": "TikTok",
"href": "https://www.tiktok.com/@jarrod_kane",
"icon": "tiktok"
}
]
}
],
"links": [
{
"name": "Comedy",
"href": "https://www.instagram.com/jarrod_kane/",
"icon": "instagram"
},
{
"name": "Youtube",
"href": "https://www.youtube.com/channel/UCFvq3tK6QXfqksQ_HQljN3g",
"icon": "youtube"
},
{
"name": "TikTok",
"href": "https://www.tiktok.com/@jarrod_kane",
"icon": "tiktok"
},
{
"name": "🌶️",
"href": "https://www.instagram.com/jarrod_kane/",
"icon": "onlyfans"
}
],
"socials": []
}