Skip to content

Commit a365dd8

Browse files
authored
Add a case study to project showcase (#5183)
1 parent 363b633 commit a365dd8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apps/dashboard/src/lib/project-showcase-constants.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,18 @@ export const PROJECT_SHOWCASE_DATA = [
455455
industries: ["Decentralized Finance", "Games", "Tools"],
456456
link: "https://xaigames.io",
457457
},
458+
{
459+
id: 42,
460+
title: "Zeeverse",
461+
slug: "zeeverse",
462+
description:
463+
"Zeeverse is a free-to-play monster-tamer RPG set in an indigenous fantasy world.",
464+
image: "ipfs://QmU9MTJk4ESbJ7XGYUQzZqXxHWFUAx7SZNmeYDfLZHExtd",
465+
industries: ["Game"],
466+
link: "https://zee-verse.com/?ref=blog.thirdweb.com",
467+
case_study:
468+
"https://blog.thirdweb.com/case-studies/how-zeeverse-built-a-monster-tamer-rpg-with-seamless-web3-onboarding/",
469+
},
458470
];
459471

460472
export const PROJECT_SHOWCASE_INDUSTRIES = [

0 commit comments

Comments
 (0)