Update site copy
This commit is contained in:
parent
22a9901148
commit
cea9422802
|
@ -174,7 +174,7 @@ export function AnswerBetPanel(props: {
|
|||
className="btn self-stretch whitespace-nowrap border-none bg-gradient-to-r from-teal-500 to-green-500 px-10 text-lg font-medium normal-case hover:from-teal-600 hover:to-green-600"
|
||||
onClick={firebaseLogin}
|
||||
>
|
||||
Sign up to trade!
|
||||
Sign up to bet!
|
||||
</button>
|
||||
)}
|
||||
</Col>
|
||||
|
|
|
@ -72,7 +72,7 @@ export function BetPanel(props: {
|
|||
className="btn flex-1 whitespace-nowrap border-none bg-gradient-to-r from-teal-500 to-green-500 px-10 text-lg font-medium normal-case hover:from-teal-600 hover:to-green-600"
|
||||
onClick={firebaseLogin}
|
||||
>
|
||||
Sign up to trade!
|
||||
Sign up to bet!
|
||||
</button>
|
||||
)}
|
||||
</Col>
|
||||
|
@ -187,7 +187,7 @@ export function BetPanelSwitcher(props: {
|
|||
className="btn flex-1 whitespace-nowrap border-none bg-gradient-to-r from-teal-500 to-green-500 px-10 text-lg font-medium normal-case hover:from-teal-600 hover:to-green-600"
|
||||
onClick={firebaseLogin}
|
||||
>
|
||||
Sign up to trade!
|
||||
Sign up to bet!
|
||||
</button>
|
||||
)}
|
||||
</Col>
|
||||
|
|
|
@ -11,41 +11,36 @@ import clsx from 'clsx'
|
|||
import { Row } from './layout/row'
|
||||
import { ENV_CONFIG } from '../../common/envs/constants'
|
||||
import _ from 'lodash'
|
||||
import { SiteLink } from './site-link'
|
||||
|
||||
export function FeedPromo(props: { hotContracts: Contract[] }) {
|
||||
const { hotContracts } = props
|
||||
|
||||
return (
|
||||
<>
|
||||
<Col className="my-6 rounded-xl bg-white py-12 text-center sm:m-12">
|
||||
<Col className="my-6 rounded-xl text-center sm:m-12">
|
||||
<h1 className="text-4xl sm:text-6xl xl:text-6xl">
|
||||
<div className="font-semibold sm:mb-2">
|
||||
A{' '}
|
||||
<div className="font-semibold sm:mb-2">A market for</div>
|
||||
<span className="bg-gradient-to-r from-teal-400 to-green-400 bg-clip-text font-bold text-transparent">
|
||||
market{' '}
|
||||
every question
|
||||
</span>
|
||||
for
|
||||
</div>
|
||||
<div className="font-semibold">
|
||||
every{' '}
|
||||
<span className="bg-gradient-to-r from-teal-400 to-green-400 bg-clip-text font-bold text-transparent">
|
||||
question
|
||||
</span>
|
||||
</div>
|
||||
</h1>
|
||||
<Spacer h={6} />
|
||||
<div className="mb-4 text-gray-500">
|
||||
Find markets on any topic imaginable. Or create your own!
|
||||
<div className="mb-4 px-2 text-gray-500">
|
||||
Bet on any topic imaginable. Or create your own market!
|
||||
<br />
|
||||
Sign up to get M$1,000 and start trading.
|
||||
Sign up and get M$1,000 - worth $10 to your{' '}
|
||||
<SiteLink className="font-semibold" href="/charity">
|
||||
favorite charity.
|
||||
</SiteLink>
|
||||
<br />
|
||||
</div>
|
||||
<Spacer h={6} />
|
||||
<button
|
||||
className="btn btn-lg self-center border-none bg-gradient-to-r from-teal-500 to-green-500 normal-case hover:from-teal-600 hover:to-green-600"
|
||||
className="self-center rounded-md border-none bg-gradient-to-r from-teal-500 to-green-500 py-4 px-6 text-lg font-semibold normal-case text-white hover:from-teal-600 hover:to-green-600"
|
||||
onClick={firebaseLogin}
|
||||
>
|
||||
Sign up for free
|
||||
Start betting now
|
||||
</button>{' '}
|
||||
</Col>
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ export function contractMetrics(contract: Contract) {
|
|||
? dayjs(resolutionTime).format('MMM D')
|
||||
: undefined
|
||||
|
||||
const volumeLabel = `${formatMoney(contract.volume)} volume`
|
||||
const volumeLabel = `${formatMoney(contract.volume)} bet`
|
||||
|
||||
return { volumeLabel, createdDate, resolvedDate }
|
||||
}
|
||||
|
|
|
@ -56,7 +56,8 @@ export default function Charity(props: {
|
|||
<Col className="max-w-xl gap-2">
|
||||
<Title className="!mt-0" text="Manifold for Good" />
|
||||
<div className="mb-6 text-gray-500">
|
||||
Donate your winnings to charity! Through the month of May, every M$100 you contribute turns into $1 USD sent to your chosen charity.
|
||||
Donate your winnings to charity! Through the month of May, every
|
||||
M$100 you contribute turns into $1 USD sent to your chosen charity.
|
||||
<Spacer h={5} />
|
||||
Together we've donated over ${Math.floor(totalRaised / 100)} USD so
|
||||
far!
|
||||
|
@ -100,8 +101,8 @@ export default function Charity(props: {
|
|||
<br />
|
||||
<br />
|
||||
<span className="italic">
|
||||
Note: Manifold is not affiliated with any of these charities (other
|
||||
than being fans of their work!)
|
||||
Note: Manifold is not affiliated with non-Featured charities; we're
|
||||
just fans of their work!
|
||||
<br />
|
||||
As Manifold is a for-profit entity, your contributions will not be
|
||||
tax deductible.
|
||||
|
|
Loading…
Reference in New Issue
Block a user