From 84296bfdde82cb63923d101f61845c8007f9fdc8 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Fri, 10 Dec 2021 00:43:19 -0600 Subject: [PATCH] update landing page with new idea --- web/components/header.tsx | 2 +- web/components/hero.tsx | 3 +-- web/package-lock.json | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/web/components/header.tsx b/web/components/header.tsx index 8b1a5ded..f36b3a39 100644 --- a/web/components/header.tsx +++ b/web/components/header.tsx @@ -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' }, ] diff --git a/web/components/hero.tsx b/web/components/hero.tsx index e218d696..27e4f7f2 100644 --- a/web/components/hero.tsx +++ b/web/components/hero.tsx @@ -18,8 +18,7 @@ export const Hero = () => {

- 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

diff --git a/web/package-lock.json b/web/package-lock.json index 43009849..db44421e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -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": {