feat: add Bank and TaxZekat pages, activate finance buttons on web

This commit is contained in:
2026-04-09 03:52:21 +03:00
parent 51ccac54fe
commit 3b9b7c2643
4 changed files with 547 additions and 2 deletions
+2 -2
View File
@@ -53,11 +53,11 @@ const APP_SECTIONS: AppSection[] = [
borderColor: 'border-l-green-500',
apps: [
{ title: 'mobile.app.wallet', icon: '👛', route: '/wallet' },
{ title: 'mobile.app.bank', icon: '🏦', route: '/wallet', comingSoon: true },
{ title: 'mobile.app.bank', icon: '🏦', route: '/finance/bank' },
{ title: 'mobile.app.exchange', icon: '💱', route: '/dex', requiresAuth: true },
{ title: 'mobile.app.p2p', icon: '🤝', route: '/p2p', requiresAuth: true },
{ title: 'mobile.app.b2b', icon: '🤖', route: '/bereketli', requiresAuth: true },
{ title: 'mobile.app.bacZekat', icon: '💰', route: '/wallet', comingSoon: true },
{ title: 'mobile.app.bacZekat', icon: '💰', route: '/finance/zekat' },
{ title: 'mobile.app.launchpad', icon: '🚀', route: '/launchpad' },
],
},