From 1d59ee2b78dcd6e6f6c86739313969f9afdd4753 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Wed, 26 Jan 2022 15:59:12 -0800 Subject: [PATCH] finished value points section --- pages/index.js | 171 ++++++++++++++---- .../illustrations/undraw_absorbed_in_xahs.svg | 1 + .../illustrations/undraw_designer_re_5v95.svg | 1 + .../undraw_freelancer_re_irh4.svg | 1 + .../undraw_meditation_re_gll0.svg | 1 + .../undraw_multitasking_hqg3.svg | 1 + 6 files changed, 144 insertions(+), 32 deletions(-) create mode 100644 public/illustrations/undraw_absorbed_in_xahs.svg create mode 100644 public/illustrations/undraw_designer_re_5v95.svg create mode 100644 public/illustrations/undraw_freelancer_re_irh4.svg create mode 100644 public/illustrations/undraw_meditation_re_gll0.svg create mode 100644 public/illustrations/undraw_multitasking_hqg3.svg diff --git a/pages/index.js b/pages/index.js index 1bf1e7a..6fa2650 100644 --- a/pages/index.js +++ b/pages/index.js @@ -9,7 +9,11 @@ import { FaCheck, FaInfo, FaInfoCircle, + FaClock, + FaLink, } from "react-icons/fa"; +import { FcGoogle } from "react-icons/fc"; +import { BsThreeDots } from "react-icons/bs"; import TeamVoiceLine from "../components/demo/TeamVoiceLine"; import Announcements from "../components/demo/Announcements"; import Rooms from "../components/demo/Rooms"; @@ -158,14 +162,15 @@ export default function Home() { /> + {/* voice line section */} - + VOICE LINE - Move 10x faster. + Move 10x Faster. @@ -222,62 +227,164 @@ export default function Home() { - - + {/* bond/team/collaborate section */} + + + {/* illustration of collaborating */} + + + {/* description text */} + TEAM - - Bond & Collaborate Better. + Bond & Collaborate Better. + + + + {/* checkmarks of value add */} + + + + + + + {"Spontaneous Conversations."} + + + + {"No more 'let's find a time to discuss...'"} + + + + + + + + + {"Cross Collaborate."} + + + + {"Glance all of the conversations going on in your team."} + + + + + + + + Work in the{" "} + + + 'corner' office room + {" "} + + {" "} + with your closest teammates throughout the day. + + + Have lunch in the 'kitchen' with your team. + + + Connect in seconds, resolve matters in minutes. + + +

+ or +

+ + Create more formal meeting rooms ( + Meet). + + {" "} + Spontaneous, scheduled, or recurring. + {" "} + All within Nirvana. + +
+
+ + {/* focus on today section */} + + {/* description card */} + + + CLARITY + + + Focus on Right Now. + {/* checkmarks of value add */} - - - {"Asynchronous."} - - - - + + - - - - {"NO low-quality chatter."} + + + + {"Clarity of Mind."} + + + + {"Come to work seeing only what's important today/this week."} + - - - - {"Clearer communication."}{" "} + + + + + + + {"Inbox Zero."} + + + + { + "Conversations are ephemeral like in real life. We keep you at inbox zero." + } + - { - "An experience as if your team was across the table. And it's still" - } - asynchronous. + Your current tools{" "} + bombard you with files, notifications, scrolling, clicking, + emojis, threads... +

+ - No more days of{" "} - back and forth texting{" "} - for complex, technical issues. + They are designed to{" "} + addict you, and keep you + distracted.
+ + {/* illustration of collaborating */} + +
{/* main mission */} diff --git a/public/illustrations/undraw_absorbed_in_xahs.svg b/public/illustrations/undraw_absorbed_in_xahs.svg new file mode 100644 index 0000000..3a8a275 --- /dev/null +++ b/public/illustrations/undraw_absorbed_in_xahs.svg @@ -0,0 +1 @@ +absorbed in \ No newline at end of file diff --git a/public/illustrations/undraw_designer_re_5v95.svg b/public/illustrations/undraw_designer_re_5v95.svg new file mode 100644 index 0000000..4b79561 --- /dev/null +++ b/public/illustrations/undraw_designer_re_5v95.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/illustrations/undraw_freelancer_re_irh4.svg b/public/illustrations/undraw_freelancer_re_irh4.svg new file mode 100644 index 0000000..33de445 --- /dev/null +++ b/public/illustrations/undraw_freelancer_re_irh4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/illustrations/undraw_meditation_re_gll0.svg b/public/illustrations/undraw_meditation_re_gll0.svg new file mode 100644 index 0000000..b94143e --- /dev/null +++ b/public/illustrations/undraw_meditation_re_gll0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/illustrations/undraw_multitasking_hqg3.svg b/public/illustrations/undraw_multitasking_hqg3.svg new file mode 100644 index 0000000..ffe4e5e --- /dev/null +++ b/public/illustrations/undraw_multitasking_hqg3.svg @@ -0,0 +1 @@ +multitasking \ No newline at end of file