Skip to content

Commit

Permalink
Adjusted text
Browse files Browse the repository at this point in the history
  • Loading branch information
namedotget committed Dec 21, 2023
1 parent 58725a7 commit 5eb7b25
Showing 1 changed file with 18 additions and 29 deletions.
47 changes: 18 additions & 29 deletions ui/pages/sweepstakes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
useOwnedNFTs,
} from '@thirdweb-dev/react'
import { BigNumber, ethers } from 'ethers'
import Link from 'next/link'
import { useContext, useEffect, useState } from 'react'
import toast from 'react-hot-toast'
import ChainContext from '../../lib/thirdweb/chain-context'
Expand Down Expand Up @@ -112,41 +113,29 @@ export default function Sweepstakes() {
Take the leap, for the chance to win a trip to space!
</h3> */}
<p className="mt-5 bg-[#CBE4F7] text-[#1F212B] dark:bg-[#D7594F36] dark:text-white px-2 py-2 xl:py-3 xl:px-4 2xl:max-w-[750px] xl:text-left text-sm xl:text-base">
{`
Take the leap, for the chance to win an opportunity to fly to space! We're selecting one lucky member of the MoonDAO community to win. If you're not a member of our community`}
<a className="text-moon-gold" href="/join" target="_blank">
{' join MoonDAO now '}
</a>
{`to enter.`}
</p>

<p className="mt-5 bg-[#CBE4F7] text-[#1F212B] dark:bg-[#D7594F36] dark:text-white px-2 py-2 xl:py-3 xl:px-4 2xl:max-w-[750px] text-center xl:text-left text-sm xl:text-base">
{`The Ticket to Space Sweepstakes is on Polygon. Check out this`}
<a
{`One person will be randomly selected to win an opportunity aboard a future Blue Origin rocket to space! Each NFT costs 20,000 $MOONEY (`}
<Link
className="text-moon-gold"
href="https://youtu.be/oQtHjbcbAio?feature=shared"
href="https://www.youtube.com/watch?v=VxU8dOrL0fE"
target="_blank"
>
{' '}
guide
</a>{' '}
and bridge your $MOONEY
<a
{'Watch Tutorial'}
</Link>
{`), aquire some `}
<Link className="text-moon-gold" href="/join" target="_blank">
{' by joining MoonDAO'}
</Link>
{`. If you already have $MOONEY, `}
<Link
className="text-moon-gold"
href="https://wallet.polygon.technology/polygon/bridge/deposit"
href="https://youtu.be/oQtHjbcbAio?feature=shared"
target="_blank"
>
{' '}
here
</a>
.
{' bridge your tokens '}
</Link>
{`to the Polygon PoS Network. You can mint up to 50 entries.`}
</p>

<div className="">
<p className="mt-5 text-sm lg:mt-6 opacity-70 max-w-2xl lg:max-w-3xl font-RobotoMono text-center lg:text-left lg:text-base xl:text-lg">
{`
We will randomly select an individual to win an opportunity to fly to space on a future Blue Origin rocket launch! Every individual may mint up to 50 entries.`}
</p>
</div>

{/*Collection title, image and description*/}
<div className="mt-6 inner-container-background relative w-full">
{collectionMetadata && (
Expand Down

0 comments on commit 5eb7b25

Please sign in to comment.