Adding a new block that shows which platforms are under development, and in the future, when users click on the interactive elements of the block, they will be directed to marketplaces or download the applications to their computer.

This commit is contained in:
lockbitchat
2025-08-17 00:10:33 -04:00
parent 12de75f882
commit 9f463c6672
2 changed files with 95 additions and 1 deletions

View File

@@ -1530,6 +1530,7 @@
React.createElement('p', { key: 'desc', className: "text-xs text-muted leading-tight" }, "Pay-per-session via WebLN")
])
]),
// Wallet Logos Section
React.createElement('div', {
key: 'wallet-logos-section',
@@ -1867,6 +1868,8 @@
]),
React.createElement(UniqueFeatureSlider, { key: 'unique-features-slider' }),
React.createElement(DownloadApps, { key: 'download-apps' }),
React.createElement(ComparisonTable, { key: 'comparison-table' }),
React.createElement(Roadmap, { key: 'roadmap' }),
@@ -3519,7 +3522,8 @@
loadReactComponent('./src/components/ui/PasswordModal.jsx', 'PasswordModal'),
loadReactComponent('./src/components/ui/SessionTypeSelector.jsx', 'SessionTypeSelector'),
loadReactComponent('./src/components/ui/LightningPayment.jsx', 'LightningPayment'),
loadReactComponent('./src/components/ui/PaymentModal.jsx', 'PaymentModal')
loadReactComponent('./src/components/ui/PaymentModal.jsx', 'PaymentModal'),
loadReactComponent('./src/components/ui/DownloadApps.jsx', 'DownloadApps')
]);
if (typeof initializeApp === 'function') {