update landing page with new idea

This commit is contained in:
mantikoros 2021-12-10 00:43:19 -06:00
parent 89a7bd65d2
commit 84296bfdde
3 changed files with 6 additions and 7 deletions

View File

@ -6,7 +6,7 @@ import { firebaseLogin } from '../lib/firebase/users'
const navigation = [ const navigation = [
{ {
name: 'About', name: 'About',
href: 'https://mantic.notion.site/About-Mantic-Markets-09bdde9044614e62a27477b4b1bf77ea', href: 'https://mantic.notion.site/About-Mantic-Markets-46a1a0fb6e294011a8b6b582e276359f',
}, },
{ name: 'Simulator', href: '/simulator' }, { name: 'Simulator', href: '/simulator' },
] ]

View File

@ -18,8 +18,7 @@ export const Hero = () => {
</span> </span>
</h1> </h1>
<p className="mt-3 text-base text-gray-300 sm:mt-5 sm:text-xl lg:text-lg xl:text-xl"> <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 Forecast the future with play-money prediction markets for you and your community
percent of the bet volume. Powered by Solana.
</p> </p>
<div className="mt-10 sm:mt-12"> <div className="mt-10 sm:mt-12">
<ConvertKitEmailForm /> <ConvertKitEmailForm />

8
web/package-lock.json generated
View File

@ -8,12 +8,12 @@
"dependencies": { "dependencies": {
"@headlessui/react": "1.4.2", "@headlessui/react": "1.4.2",
"@heroicons/react": "1.0.5", "@heroicons/react": "1.0.5",
"chart.js": "^3.6.1", "chart.js": "3.6.1",
"daisyui": "^1.16.2", "daisyui": "1.16.2",
"firebase": "^9.6.0", "firebase": "9.6.0",
"next": "12.0.4", "next": "12.0.4",
"react": "17.0.2", "react": "17.0.2",
"react-chartjs-2": "^4.0.0", "react-chartjs-2": "4.0.0",
"react-dom": "17.0.2" "react-dom": "17.0.2"
}, },
"devDependencies": { "devDependencies": {