Rewrite promo copy

This commit is contained in:
Austin Chen 2022-01-21 12:22:25 -06:00
parent 1f642384b3
commit 3f8053e70c

View File

@ -11,25 +11,27 @@ import { ContractsGrid } from './contracts-list'
import { SiteLink } from './site-link' import { SiteLink } from './site-link'
export function FeedPromo() { export function FeedPromo() {
// TODO: Encode in statc props // TODO: Encode in static props
const hotContracts = useHotContracts() const hotContracts = useHotContracts()
return ( return (
<> <>
<div className="w-full bg-indigo-50 p-6 sm:border-2 sm:border-indigo-100 sm:rounded-lg"> <div className="w-full bg-indigo-50 p-6 sm:border-2 sm:border-indigo-100 sm:rounded-lg">
<Title <Title
text="What are you an expert in?" text="Bet on the future"
className="!mt-2 text-gray-800" className="!mt-2 text-gray-800 !text-4xl"
/> />
<div className="text-gray-500 mb-4"> <div className="text-gray-500 mb-4">
On Manifold Markets, you can find prediction markets run by your
favorite creators.
<br />
<button <button
className="bg-gradient-to-r gradient-to-r from-teal-500 to-green-500 text-transparent bg-clip-text hover:underline hover:decoration-gray-300 hover:decoration-2" className="bg-gradient-to-r gradient-to-r from-teal-500 to-green-500 text-transparent bg-clip-text hover:underline hover:decoration-gray-300 hover:decoration-2"
onClick={firebaseLogin} onClick={firebaseLogin}
> >
Sign up for free Sign up to get M$ 1000 for free
</button>{' '} </button>{' '}
to trade in any prediction market. Don't see a market you like? Create and start trading!
your own in two minutes!
<br /> <br />
</div> </div>