Landing page gradients, larger sign in button
This commit is contained in:
parent
9bf257ef64
commit
96f2b4abfc
|
@ -10,21 +10,21 @@ export const Hero = () => {
|
|||
<div className="pt-40 sm:pt-16 lg:pt-8 lg:pb-14 lg:overflow-hidden">
|
||||
<div className="mx-auto max-w-7xl lg:px-8">
|
||||
<div className="lg:grid lg:grid-cols-2 lg:gap-8">
|
||||
<div className="mx-auto max-w-md px-4 sm:max-w-2xl sm:px-6 sm:text-center lg:px-0 lg:text-left lg:flex lg:items-center">
|
||||
<div className="mx-auto max-w-md px-8 sm:max-w-2xl sm:text-center lg:px-0 lg:text-left lg:flex lg:items-center">
|
||||
<div className="lg:py-24">
|
||||
<h1 className="mt-4 text-4xl text-white sm:mt-5 sm:text-6xl lg:mt-6 xl:text-6xl">
|
||||
<div className="mb-2">Create your own</div>
|
||||
<div className="text-green-400 font-bold">
|
||||
<div className="font-bold bg-clip-text text-transparent bg-gradient-to-r from-teal-300 to-green-400">
|
||||
prediction markets
|
||||
</div>
|
||||
</h1>
|
||||
<p className="mt-3 text-base text-gray-300 sm:mt-5 sm:text-xl lg:text-lg xl:text-xl">
|
||||
Better forecasting through play-money prediction markets for
|
||||
Better forecasting through accessible prediction markets for
|
||||
you and your community
|
||||
</p>
|
||||
<div className="mt-10 sm:mt-12">
|
||||
<button
|
||||
className="btn btn-primary normal-case font-medium px-10"
|
||||
className="btn normal-case text-lg font-medium px-10 bg-gradient-to-r from-teal-500 to-green-500 hover:from-teal-600 hover:to-green-600"
|
||||
onClick={firebaseLogin}
|
||||
>
|
||||
Sign in to get started!
|
||||
|
|
|
@ -23,7 +23,7 @@ function LandingPage() {
|
|||
<div>
|
||||
<Hero />
|
||||
<div className="max-w-4xl py-8 mx-auto">
|
||||
<Title text="Explore prediction markets" />
|
||||
<Title className="mx-8 md:mx-0" text="Explore prediction markets" />
|
||||
<SearchableGrid contracts={contracts === 'loading' ? [] : contracts} />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user