diff --git a/components/Modals/ShortcutHelpModal.tsx b/components/Modals/ShortcutHelpModal.tsx
index a9bf7b6..9a22162 100644
--- a/components/Modals/ShortcutHelpModal.tsx
+++ b/components/Modals/ShortcutHelpModal.tsx
@@ -54,7 +54,7 @@ export default function ShortcutHelpModal() {
{/* fixed help on bottom left */}
Help
diff --git a/pages/index.js b/pages/index.js
index 1632912..1bf1e7a 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -6,6 +6,9 @@ import {
FaCalendarAlt,
FaRocketchat,
FaAngleRight,
+ FaCheck,
+ FaInfo,
+ FaInfoCircle,
} from "react-icons/fa";
import TeamVoiceLine from "../components/demo/TeamVoiceLine";
import Announcements from "../components/demo/Announcements";
@@ -13,7 +16,7 @@ import Rooms from "../components/demo/Rooms";
import VoiceLineConceptDemo from "../components/demo/VoiceLineConceptDemo";
import MainLogo from "../components/MainLogo";
-import { Divider } from "antd";
+import { Divider, Tooltip } from "antd";
import { useRouter } from "next/router";
import { useState } from "react";
import SkeletonLoader from "../components/Loading/skeletonLoader";
@@ -96,63 +99,186 @@ export default function Home() {
{/* above fold main */}
-
+ Skip slack and email, just talk to your team.
+
+
+
+
+ {getStartedButton}
+
+
+
+
+
+
+
+
+
+
+ VOICE LINE
+
+
+
+ Move 10x faster.
+
+
+
+
+
- Skip slack and email, just talk to your team.
-
+
+
+ No more days of{" "}
+ back and forth texting{" "}
+ for complex, technical issues.
+
+ No more days of{" "}
+ back and forth texting{" "}
+ for complex, technical issues.
+
+
+
{/* main mission */}