update why does it work

This commit is contained in:
Maximilian Schneider 2021-07-28 01:42:34 +02:00
parent 43ff440758
commit dbe9cf3e07
1 changed files with 47 additions and 53 deletions

View File

@ -14,11 +14,9 @@ const ContentSectionSale = () => {
</div>
<section className="">
<div className="grid grid-cols-3 gap-6 mb-6">
<div className="col-span-3 lg:col-span-2">
<div className="bg-bkg-3 border border-bkg-4 bg-feature-two bg-contain lg:bg-cover bg-bottom bg-no-repeat h-650 w-full shadow-md rounded-xl overflow-hidden mx-auto">
<div className="py-4 px-8 mt-3">
<div className="flex flex-col mb-8">
<h2 className="text-white font-semibold text-xl tracking-wide mb-2">
The token sale will span 48 hours
@ -88,7 +86,6 @@ const ContentSectionSale = () => {
</div>
<div className="grid grid-cols-3 gap-6">
<div className="col-span-3 lg:col-span-1">
<div className="bg-bkg-3 border border-bkg-4 bg-feature-four bg-cover bg-bottom bg-no-repeat h-650 w-full shadow-md rounded-xl overflow-hidden mx-auto">
<div className="py-4 px-8 mt-3">
@ -118,15 +115,15 @@ const ContentSectionSale = () => {
We wanted to build a mechanism that is fair and
transparent for all participants. No private sale, no
backroom deals with VCs, all players are on a level
playing field.
playing field. The mechanism is simple but robust. This
makes it easier to build, use, and more importantly,
harder to exploit.
</p>
<p className="text-white text-opacity-70 text-base">
The mechanism is simple but robust. This makes it easier
to build, use, and more importantly, harder to exploit.
</p>
<p className="text-white text-opacity-70 text-base">
All you need to do, is decide how much you contribute and how much you value MNGO.
If the sale price ends up higher, you can still withdraw during the grace period.
All you need to do, is decide how much you contribute
and how much you value MNGO. If the sale price is too
high for you, you can still withdraw during the{' '}
<span className="text-blue-400">grace period</span>.
</p>
</div>
</div>
@ -136,9 +133,6 @@ const ContentSectionSale = () => {
</section>
</div>
</div>
</>
)
}