diff --git a/src/data/showcase/tempo.png b/src/data/showcase/tempo.png new file mode 100644 index 0000000000..bf4ba5df26 Binary files /dev/null and b/src/data/showcase/tempo.png differ diff --git a/src/data/showcases.js b/src/data/showcases.js index 6eb175357b..5b3f15e6fe 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -1211,6 +1211,15 @@ export const Showcases = [ source: null, tags: ["governance", "wallet", "daotool"], }, + { + title: "Tempo", + description: + "Tempo is a governance tool designed to streamline and enhance Cardano’s decision-making processes. We make it easier for DReps to register, gain delegations, and engage with their delegators. Additionally, Tempo supports DAOs and SPOs by providing essential tools for governance and transparency.", + preview: require("./showcase/tempo.png"), + website: "https://tempo.vote", + source: null, + tags: ["daotool", "governance"], + }, ]; export const TagList = Object.keys(Tags);