diff --git a/components/GradientText.tsx b/components/GradientText.tsx new file mode 100644 index 0000000..7067fc9 --- /dev/null +++ b/components/GradientText.tsx @@ -0,0 +1,7 @@ +const GradientText = (props) => ( + + {props.children} + +) + +export default GradientText diff --git a/components/HeroSection.tsx b/components/HeroSection.tsx index d23b930..b8ba086 100644 --- a/components/HeroSection.tsx +++ b/components/HeroSection.tsx @@ -1,3 +1,5 @@ +import GradientText from './GradientText' + const HeroSection = () => { return (
@@ -5,7 +7,7 @@ const HeroSection = () => {

- Join the Mango DAO + Join the Mango DAO

The Mango DAO is an experiment in self governance to merge the diff --git a/components/LandingContent.tsx b/components/LandingContent.tsx index e8fc22d..562e49b 100644 --- a/components/LandingContent.tsx +++ b/components/LandingContent.tsx @@ -1,3 +1,6 @@ +import { ChevronRightIcon } from '@heroicons/react/solid' +import GradientText from './GradientText' + const LandingContent = () => { return (

@@ -38,45 +41,27 @@ const LandingContent = () => {

- What is the{' '} - - $MNGO - {' '} - token? + What is the $MNGO token?

We believe that substantial rewards to a strong developer community and liquidity incentives are the essential drivers for growth and therefore the foundation of the Mango DAO. Mango Governance tokens ($MNGO) will serve as the incentive for those - who can proove their work is useful to the DAO. + who can proove their work is useful to the DAO. So far tokens were + until now only provided to contributors who helped to build out + the protocol.

-

- $MNGO tokens were until - now only provided to contributors who helped to build out the - protocol. -

diff --git a/public/icons/paper.svg b/public/icons/paper.svg new file mode 100644 index 0000000..06e4c3a --- /dev/null +++ b/public/icons/paper.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + +