diff --git a/public/featured-apps/icons/test-poc.webp b/public/featured-apps/icons/test-poc.webp new file mode 100644 index 0000000..0accf96 Binary files /dev/null and b/public/featured-apps/icons/test-poc.webp differ diff --git a/src/app/[locale]/(dashboard)/dashboard/_components/apps-data.json b/src/app/[locale]/(dashboard)/dashboard/_components/apps-data.json index c64dcf5..70af17d 100644 --- a/src/app/[locale]/(dashboard)/dashboard/_components/apps-data.json +++ b/src/app/[locale]/(dashboard)/dashboard/_components/apps-data.json @@ -1134,6 +1134,29 @@ "farcaster": "" } }, + { + "id": "test-poc", + "name": "test poc", + "description": "Hi there", + "imageUrl": "/featured-apps/icons/test-poc.webp", + "category": [ + "DeFi" + ], + "network": "Testnet", + "tags": [ + "dex" + ], + "links": { + "mainnetWebsite": "https://securyhub.com", + "testnetWebsite": "https://securyhub.com", + "x": "https://x.com/securyhub", + "discord": "", + "telegram": "", + "github": "", + "farcaster": "", + "smartContractUrl": "" + } + }, { "id": "token-deployer", "name": "Token Deployer",