// MIT License: https://github.com/linear-protocol/linear-bos-components/blob/main/LICENSE const Title = styled.h1` font-size: 40px; font-weight: bold; `; const Description = styled.div` font-size: 14px; color: #999999; margin-top: 5px; `; return ( <> <Title>Stake Your NEAR</Title> <Description> Stake NEAR and receive LiNEAR while earning staking rewards </Description> </> );