landing page tweaks
This commit is contained in:
parent
4860150334
commit
f47d75c120
|
@ -19,8 +19,14 @@ export function FeedPromo(props: { hotContracts: Contract[] }) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Col className="my-6 rounded-xl text-center sm:m-12">
|
<Col className="mb-6 rounded-xl text-center sm:m-12 sm:mt-0">
|
||||||
<h1 className="text-4xl sm:text-6xl xl:text-6xl">
|
<img
|
||||||
|
height={250}
|
||||||
|
width={250}
|
||||||
|
className="self-center"
|
||||||
|
src="/flappy-logo.gif"
|
||||||
|
/>
|
||||||
|
<h1 className="text-3xl sm:text-6xl xl:text-6xl">
|
||||||
<div className="font-semibold sm:mb-2">
|
<div className="font-semibold sm:mb-2">
|
||||||
Bet on{' '}
|
Bet on{' '}
|
||||||
<span className="bg-gradient-to-r from-teal-400 to-green-400 bg-clip-text font-bold text-transparent">
|
<span className="bg-gradient-to-r from-teal-400 to-green-400 bg-clip-text font-bold text-transparent">
|
||||||
|
@ -30,7 +36,9 @@ export function FeedPromo(props: { hotContracts: Contract[] }) {
|
||||||
</h1>
|
</h1>
|
||||||
<Spacer h={6} />
|
<Spacer h={6} />
|
||||||
<div className="mb-4 px-2 text-gray-500">
|
<div className="mb-4 px-2 text-gray-500">
|
||||||
Bet on any topic imaginable. Or create your own market!
|
Bet on any topic imaginable with play-money markets. Or create your
|
||||||
|
own!
|
||||||
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Sign up and get {formatMoney(1000)} - worth $10 to your{' '}
|
Sign up and get {formatMoney(1000)} - worth $10 to your{' '}
|
||||||
<SiteLink className="font-semibold" href="/charity">
|
<SiteLink className="font-semibold" href="/charity">
|
||||||
|
|
BIN
web/public/flappy-logo.gif
Normal file
BIN
web/public/flappy-logo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 287 KiB |
Loading…
Reference in New Issue
Block a user