import logoSwap from 'static/images/welcome/logo-senswap.svg' import logoAssets from 'static/images/welcome/logo-assets.svg' import logoLp from 'static/images/welcome/logo-senlp.svg' import logoFarming from 'static/images/welcome/logo-farming.svg' export const DataSlide = [ { logo: logoAssets, title: 'Sen Assets', content: 'Manage your assets with ease. Transfer tokens from and to your wallet, track your transactions, wrap and unwrap SOL, close unused SPLT account - All in one place.', }, { logo: logoFarming, title: 'Sen Farming', content: 'The field of profit waiting for you to yield. Plant your LPT seeds, grow tokens with incredible APR, and harvest your rewards.', }, { logo: logoSwap, title: 'Sen Swap', content: 'Swap with advanced protection. High price impact alerts, slippage tolerance settings, and reference market price monitoring. We do everything to minimize any possible losses.', }, { logo: logoLp, title: 'Sen LP', content: 'Provide liquidity with a single token type. Earn LPT seeds for farms, stakes, boosters. Speedy, no fees, juicy profit up to 140%.', }, ]