diff --git a/pages/index.js b/pages/index.js index 04276ec..7b63501 100644 --- a/pages/index.js +++ b/pages/index.js @@ -4,15 +4,20 @@ import { FaSlackHash, FaNewspaper, FaCalendarAlt, - FaThList, + FaRocketchat, + FaAngleRight, } from "react-icons/fa"; import MainLogo from "../components/MainLogo"; export default function Home() { + const handleGetDemo = () => { + window.open("https://calendly.com/usenirvana/30min", "_blank"); + }; + return ( -