"A market for every question"
This commit is contained in:
parent
28af2063c3
commit
b4e0e9ebc0
|
@ -27,23 +27,18 @@ export function LandingPagePanel(props: { hotContracts: Contract[] }) {
|
||||||
<div className="m-4 max-w-[550px] self-center">
|
<div className="m-4 max-w-[550px] self-center">
|
||||||
<h1 className="text-3xl sm:text-6xl xl:text-6xl">
|
<h1 className="text-3xl sm:text-6xl xl:text-6xl">
|
||||||
<div className="font-semibold sm:mb-2">
|
<div className="font-semibold sm:mb-2">
|
||||||
Predict{' '}
|
A{' '}
|
||||||
<span className="bg-gradient-to-r from-indigo-500 to-blue-500 bg-clip-text font-bold text-transparent">
|
<span className="bg-gradient-to-r from-indigo-500 to-blue-500 bg-clip-text font-bold text-transparent">
|
||||||
anything!
|
market
|
||||||
</span>
|
</span>{' '}
|
||||||
|
for every question
|
||||||
</div>
|
</div>
|
||||||
</h1>
|
</h1>
|
||||||
<Spacer h={6} />
|
<Spacer h={6} />
|
||||||
<div className="mb-4 px-2 ">
|
<div className="mb-4 px-2 ">
|
||||||
Create a play-money prediction market on any topic you care about
|
Create a play-money prediction market on any topic you care about.
|
||||||
and bet with your friends on what will happen!
|
Trade with your friends to forecast the future.
|
||||||
<br />
|
<br />
|
||||||
{/* <br />
|
|
||||||
Sign up and get {formatMoney(1000)} - worth $10 to your{' '}
|
|
||||||
<SiteLink className="font-semibold" href="/charity">
|
|
||||||
favorite charity.
|
|
||||||
</SiteLink>
|
|
||||||
<br /> */}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Spacer h={6} />
|
<Spacer h={6} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user