update landing page with new idea
This commit is contained in:
parent
89a7bd65d2
commit
84296bfdde
|
@ -6,7 +6,7 @@ import { firebaseLogin } from '../lib/firebase/users'
|
|||
const navigation = [
|
||||
{
|
||||
name: 'About',
|
||||
href: 'https://mantic.notion.site/About-Mantic-Markets-09bdde9044614e62a27477b4b1bf77ea',
|
||||
href: 'https://mantic.notion.site/About-Mantic-Markets-46a1a0fb6e294011a8b6b582e276359f',
|
||||
},
|
||||
{ name: 'Simulator', href: '/simulator' },
|
||||
]
|
||||
|
|
|
@ -18,8 +18,7 @@ export const Hero = () => {
|
|||
</span>
|
||||
</h1>
|
||||
<p className="mt-3 text-base text-gray-300 sm:mt-5 sm:text-xl lg:text-lg xl:text-xl">
|
||||
Create and resolve your own prediction markets to earn a
|
||||
percent of the bet volume. Powered by Solana.
|
||||
Forecast the future with play-money prediction markets for you and your community
|
||||
</p>
|
||||
<div className="mt-10 sm:mt-12">
|
||||
<ConvertKitEmailForm />
|
||||
|
|
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -8,12 +8,12 @@
|
|||
"dependencies": {
|
||||
"@headlessui/react": "1.4.2",
|
||||
"@heroicons/react": "1.0.5",
|
||||
"chart.js": "^3.6.1",
|
||||
"daisyui": "^1.16.2",
|
||||
"firebase": "^9.6.0",
|
||||
"chart.js": "3.6.1",
|
||||
"daisyui": "1.16.2",
|
||||
"firebase": "9.6.0",
|
||||
"next": "12.0.4",
|
||||
"react": "17.0.2",
|
||||
"react-chartjs-2": "^4.0.0",
|
||||
"react-chartjs-2": "4.0.0",
|
||||
"react-dom": "17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user