Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apps/dashboard/src/lib/project-showcase-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,18 @@ export const PROJECT_SHOWCASE_DATA = [
industries: ["Decentralized Finance", "Games", "Tools"],
link: "https://xaigames.io",
},
{
id: 42,
title: "Zeeverse",
slug: "zeeverse",
description:
"Zeeverse is a free-to-play monster-tamer RPG set in an indigenous fantasy world.",
image: "ipfs://QmU9MTJk4ESbJ7XGYUQzZqXxHWFUAx7SZNmeYDfLZHExtd",
industries: ["Game"],
link: "https://zee-verse.com/?ref=blog.thirdweb.com",
case_study:
"https://blog.thirdweb.com/case-studies/how-zeeverse-built-a-monster-tamer-rpg-with-seamless-web3-onboarding/",
},
];

export const PROJECT_SHOWCASE_INDUSTRIES = [
Expand Down