From 1b69b1708f39c30d9b80dcf9edb57ff273bf8388 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 20 Jan 2022 03:39:19 -0800 Subject: [PATCH] taking out features and all but links working and done basically --- pages/index.js | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/pages/index.js b/pages/index.js index aa21ad9..7a8a078 100644 --- a/pages/index.js +++ b/pages/index.js @@ -13,12 +13,15 @@ import Rooms from "../components/demo/Rooms"; import MainLogo from "../components/MainLogo"; import { Divider } from "antd"; +import { useRouter } from "next/router"; export default function Home() { const handleGetDemo = () => { window.open("https://calendly.com/usenirvana/30min", "_blank"); }; + const router = useRouter(); + const getStartedButton = ( {getStartedButton} @@ -80,9 +83,12 @@ export default function Home() { - + + Email Us + {getStartedButton}