diff --git a/pages/_app.tsx b/pages/_app.tsx index 42d0139..c1c5506 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -11,6 +11,7 @@ function App({ Component, pageProps }) { 'Claim your stake in the Mango DAO. Join us in building Mango, the protocol for permissionless leverage trading & lending.' const keywords = 'Mango Markets, Serum, SRM, Serum DEX, DEFI, Decentralized Finance, Decentralised Finance, Crypto, ERC20, Ethereum, Decentralize, Solana, SOL, SPL, Cross-Chain, Trading, Fastest, Fast, SerumBTC, SerumUSD, SRM Tokens, SPL Tokens' + const image = '/card.jpg' return ( <> @@ -26,14 +27,14 @@ function App({ Component, pageProps }) { - + + + + + - - - - {/* */} diff --git a/public/card.jpg b/public/card.jpg new file mode 100644 index 0000000..fbf38ec Binary files /dev/null and b/public/card.jpg differ