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 */} -
- - - No - + + + No + + slacking + + + + threads + + slacking - - - threads - - - slacking - - - calendars - - - files - - - threads - + + calendars + + + files + + + threads + + + + + + More + focus. + + + + Minimal, voice-only collaboration tool for scrum/agile teams. +

+ Skip slack and email, just talk to your team. +
+ + + + {getStartedButton} + +
+ + + + + + + + + VOICE LINE + + + + Move 10x faster. + + + + + + + {/* checkmarks of value add */} + + + + {"Asynchronous."} + + + + + + + + + + {"NO low-quality chatter."} - - More - focus. + + + + {"Clearer communication."}{" "} + - - Voice-only collaboration tool for scrum/agile teams. -

- Skip slack and email, just talk to your team. -
+ - - - {getStartedButton} + + { + "An experience as if your team was across the table. And it's still" + } + asynchronous. + +

+ + No more days of{" "} + back and forth texting{" "} + for complex, technical issues.
-
+
+ + + + + TEAM + + + + Bond & Collaborate Better. + + + + + + + {/* checkmarks of value add */} + + + {"Asynchronous."} + + + + + + + + + {"NO low-quality chatter."} + + + + + + + {"Clearer communication."}{" "} + + + + + + + { + "An experience as if your team was across the table. And it's still" + } + asynchronous. + +

+ + No more days of{" "} + back and forth texting{" "} + for complex, technical issues. + +
+
{/* main mission */}
diff --git a/public/screenshots/exampleTeamDashboard.png b/public/screenshots/exampleTeamDashboard.png new file mode 100644 index 0000000..2883b90 Binary files /dev/null and b/public/screenshots/exampleTeamDashboard.png differ diff --git a/public/screenshots/frame_safari_dark.png b/public/screenshots/frame_safari_dark.png new file mode 100644 index 0000000..c80bf13 Binary files /dev/null and b/public/screenshots/frame_safari_dark.png differ diff --git a/public/screenshots/fullscreenDashExample.png b/public/screenshots/fullscreenDashExample.png new file mode 100644 index 0000000..64c3125 Binary files /dev/null and b/public/screenshots/fullscreenDashExample.png differ