From cbc17db44c18a19702938b3fe70ea3de81d326ea Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 1 Dec 2025 00:45:09 +0000 Subject: make it work --- projects/96/src/data/talent.js | 179 ----------------------------------------- 1 file changed, 179 deletions(-) delete mode 100644 projects/96/src/data/talent.js (limited to 'projects/96/src/data') diff --git a/projects/96/src/data/talent.js b/projects/96/src/data/talent.js deleted file mode 100644 index eafe0d6..0000000 --- a/projects/96/src/data/talent.js +++ /dev/null @@ -1,179 +0,0 @@ -export default [ - { - name: "YayJayBae", - description: "Two-Form Dragon Bat Vtuber", - website: "https://yayjaybae.com", - socials: [ - { - href: "https://x.com/yayjaybae", - icon: "https://cdn.simpleicons.org/x/white", - title: "X/Twitter", - }, - { - href: "https://twitch.tv/yayjaybae", - icon: "https://cdn.simpleicons.org/twitch/white", - title: "Twitch", - }, - { - href: "https://discord.gg/emrjUtKbUR", - icon: "https://cdn.simpleicons.org/discord/white", - title: "Discord", - }, - { - href: "https://www.youtube.com/@yayjaybae", - icon: "https://cdn.simpleicons.org/youtube", - title: "YouTube", - }, - { - href: "https://www.tiktok.com/@yayjaybae", - icon: "https://cdn.simpleicons.org/tiktok", - title: "TikTok", - }, - { - name: "JustAWoney", - description: "Existential Horror Vtuber", - website: "https://linktr.ee/justawoney", - socials: [ - { - href: "https://www.twitch.tv/justawoney", - icon: "https://cdn.simpleicons.org/twitch", - title: "Twitch", - }, - { - href: "https://twitter.com/justawoney", - icon: "https://cdn.simpleicons.org/x", - title: "X/Twitter", - }, - { - href: "https://www.youtube.com/@JustAWoney", - icon: "https://cdn.simpleicons.org/youtube", - title: "YouTube", - }, - { - href: "https://www.tiktok.com/@justawoney", - icon: "https://cdn.simpleicons.org/tiktok", - title: "TikTok", - }, - { - href: "https://discord.gg/t8GQsat32Y", - icon: "https://cdn.simpleicons.org/discord", - title: "Discord", - }, - ], - }, - { - name: "TygiWygi", - description: "Floofy Tiger Monstergirl", - website: "https://tygismaragd.carrd.co", - socials: [ - { - href: "https://www.youtube.com/@TygiWygi", - icon: "https://cdn.simpleicons.org/youtube", - title: "YouTube", - }, - { - href: "https://twitter.com/TygiWygi", - icon: "https://cdn.simpleicons.org/x", - title: "X/Twitter", - }, - { - href: "https://www.twitch.tv/tygiwygi", - icon: "https://cdn.simpleicons.org/twitch", - title: "Twitch", - }, - { - href: "https://discord.gg/eh8WGUt5uy", - icon: "https://cdn.simpleicons.org/discord", - title: "Discord", - }, - ], - }, - { - name: "NarikoNabi", - description: "The North Star", - website: "https://beacons.ai/narikonabi", - socials: [ - { - href: "https://twitter.com/NarikoNabi", - icon: "https://cdn.simpleicons.org/x", - title: "X/Twitter", - }, - { - href: "https://www.twitch.tv/narikonabi", - icon: "https://cdn.simpleicons.org/twitch", - title: "Twitch", - }, - { - href: "https://www.youtube.com/@BlackVirtualEntertainment", - icon: "https://cdn.simpleicons.org/youtube", - title: "YouTube", - }, - ], - }, - { - name: "Sweets", - description: "Cyberpunk Catgirl Fixer", - website: "https://teamsweets.com", - socials: [ - { - href: "https://twitch.tv/vtSweets", - icon: "https://cdn.simpleicons.org/twitch", - title: "Twitch", - }, - { - href: "https://x.com/vtubersweets", - icon: "https://cdn.simpleicons.org/x", - title: "X/Twitter", - }, - { - href: "https://bsky.app/profile/vtubersweets.bsky.social", - icon: "https://cdn.simpleicons.org/bluesky", - title: "BlueSky", - }, - { - href: "https://www.tiktok.com/@vt.sweets", - icon: "https://cdn.simpleicons.org/tiktok", - title: "TikTok", - }, - ], - }, - { - name: "BunniBana", - description: "Pyro Bunny of the BanaBeans!", - website: "https://bunnibana.carrd.co/", - socials: [ - { - href: "https://www.twitch.tv/bunnibana", - icon: "https://cdn.simpleicons.org/twitch", - title: "Twitch", - }, - { - href: "https://x.com/BunniBana", - icon: "https://cdn.simpleicons.org/x", - title: "X/Twitter", - }, - { - href: "https://bsky.app/profile/bunnibana.bsky.social", - icon: "https://cdn.simpleicons.org/bluesky", - title: "BlueSky", - }, - { - href: "https://www.tiktok.com/@bunnibana", - icon: "https://cdn.simpleicons.org/tiktok", - title: "TikTok", - }, - { - href: "https://www.youtube.com/@bunnibanach", - icon: "https://cdn.simpleicons.org/youtube", - title: "YouTube", - }, - { - href: "https://open.spotify.com/artist/0o0MabTbNZqT8ZQkM93bqA?si=NZSK_LnkRjCyaX0phc-U4g", - icon: "https://cdn.simpleicons.org/spotify", - title: "Spotify", - }, - ], - }, - ], - }, -]; -- cgit v1.2.3