diff --git a/components/ContentSectionRedeem.tsx b/components/ContentSectionRedeem.tsx index 57ecfcd..880ba7e 100644 --- a/components/ContentSectionRedeem.tsx +++ b/components/ContentSectionRedeem.tsx @@ -1,47 +1,25 @@ import Button from './Button' import LinkLeft from './LinkLeft' -//import GradientText from "./GradientText" +import GradientText from './GradientText' const ContentSectionRedeem = () => { return ( <> {/* Section 2 */} -
+

- A new journey begins... + Want more MNGO?

- Here's what happens next. + These three steps support the protocol, we believe the DAO + should reward them.

-
-
-
-
-
-

- With power comes great responsibility. -

-

- Mango is the first DAO on solana to use on-chain - governance and as MNGO holders we all have a stake in - driving the future of Mango. The governance mechanism - is already functional and MNGO tokens are used to both - bring proposals to the DAO and vote on said proposals. -

-

- There'll be kinks to iron out as we get up and - running but as DAO members, we are all in this - together. Cementing the Mango Constitution on-chain. -

-
-
-
-
+
@@ -50,79 +28,128 @@ const ContentSectionRedeem = () => { Life is cool in the Raydium pool.

- The plan is to launch Mango v3 with MNGO as one of the - tradable assets. To do this, we need the liquidity for - MNGO to be somewhere close to other assets traded on - Serum DEX. -

-

- As no deals were done with market makers to provide - liquidity, it will be up to MNGO holders to jump in - the Raydium pool and create liquidity for MNGO. + We want MNGO to be traded on Mango v3. So MNGO needs + decent liquidity on serum's order book. +
+
+ It will be up to us MNGO holders to provide that + liquidity on day one. Let's start with a Raydium + pool until more sophisticated traders step in on their + own.

+ {/* + + Jump in Now + + */}
-
-

- Mango Market Makers United. + Become a Mango market maker.

- Become a market maker and provide liquidity on the - Mango v3 perp markets (coming soon). Get started with - our example market making bot. Bonus points if you can - deploy it on-chain. + Provide liquidity on the upcoming Perpetual Futures. + Start today on devnet with our example bot and get + ready for launch day. +
+
+ Liquidity incentives for market making are built in + and instantly awarded.

-

- There'll be a DAO proposal to decide on liquidity - incentives for market making on Mango v3. -

- link to SDK - link to docs with devnet tutorial + + Learn more +
-
-
+ +
+

- The road to full decentralization + Build the best Mango.

-

- Starts off with the feeling (heres what we've - done to keep mango decentralized) ends with the CTA of - (heres how you can help, heres what we need) -

-

- rough tech roadmap with link to trello -

-

- if you can help us build it, send us proposals the DAO - will vote on grants +

+ This is by far the hardest and most rewarding method. + Launch a project that builds on top of Mango, help + grow the protocol. +
+
+ The bar is high and quality is of the utmost + importance. We believe that the reward given out by + the DAO should be equally high.

+ {/* + Learn More + */}
-
-
+
+
+
+
+

+ With great power comes great responsibility. +

+

+ Mango is the first DAO on solana to use on-chain governance. +
As token holders we all have a stake in driving the future + of this project. +

+
+ + {/*

+ The governance mechanism is already functional and MNGO tokens are + used to both bring proposals to the DAO and vote on said + proposals. There'll be kinks to iron out as we get up and + running but as DAO members, we are all in this together. +

*/} + +
+ modals +
+
+
+
+ {/* +
+
+

- Join us on Discord. + The community that lives on Discord.

- The official Mango community lives on Discord. + Join us in chat, we're always available and ready to answer any questions.

mango markets
+
+
-
-
-
+*/} ) } diff --git a/components/HeroSectionLead.tsx b/components/HeroSectionLead.tsx index 7102a81..2151ebc 100644 --- a/components/HeroSectionLead.tsx +++ b/components/HeroSectionLead.tsx @@ -1,9 +1,9 @@ import GradientText from './GradientText' -import usePool from '../hooks/usePool' -import moment from 'moment-timezone' +//import usePool from '../hooks/usePool' +//import moment from 'moment-timezone' const HeroSectionLead = () => { - const { startIdo } = usePool() + // const { startIdo } = usePool() return (
@@ -14,9 +14,11 @@ const HeroSectionLead = () => { WEN TOKEN?

+ {/* {startIdo ?.tz(moment.tz.guess()) ?.format('dddd, MMMM Do YYYY, h:mm:ss A z')} + */}

diff --git a/components/HeroSectionRedeem.tsx b/components/HeroSectionRedeem.tsx index 49a81fe..f4a955e 100644 --- a/components/HeroSectionRedeem.tsx +++ b/components/HeroSectionRedeem.tsx @@ -6,16 +6,12 @@ const HeroSectionRedeem = () => {

- That's a wrap. -
- MNGO is ready. + That's a wrap! Your MNGO is ready.

- Thank you to everyone who participated in the sale. -

-

- You are now valued members of the Mango DAO. Let's shape the - future of Mango together. + Thank you to everyone who participated in the sale, you are now + valued members of the Mango DAO. Let's shape the future of + Mango together.

diff --git a/public/img/redeem1.png b/public/img/redeem1.png index 8e648af..71e1b38 100644 Binary files a/public/img/redeem1.png and b/public/img/redeem1.png differ diff --git a/public/img/redeem2.png b/public/img/redeem2.png index c2dea56..052eb47 100644 Binary files a/public/img/redeem2.png and b/public/img/redeem2.png differ diff --git a/public/img/redeem3.png b/public/img/redeem3.png index ea8eacc..bb8608e 100644 Binary files a/public/img/redeem3.png and b/public/img/redeem3.png differ diff --git a/public/img/redeem4.png b/public/img/redeem4.png index 8c2f3b4..13d0fbd 100644 Binary files a/public/img/redeem4.png and b/public/img/redeem4.png differ