const DiscoverPage = styled.div` background-image: src() `; return ( <div className="w-100"> <div className="d-flex flex-row"> <div></div> <div className="d-flex flex-column"> <h1>Welcome to CLOUDY</h1> <p> Cloudy is a free platform for everyone to share, exchange and contribute the data. Cloudy provides a large storage capacity beyond that of blockchain. Still decentralized - totally. And sharing instantly. </p> </div> </div> </div> );