diff --git a/pages/index.js b/pages/index.js index 6fa2650..cb82c1f 100644 --- a/pages/index.js +++ b/pages/index.js @@ -11,6 +11,7 @@ import { FaInfoCircle, FaClock, FaLink, + FaPlay, } from "react-icons/fa"; import { FcGoogle } from "react-icons/fc"; import { BsThreeDots } from "react-icons/bs"; @@ -63,12 +64,15 @@ export default function Home() {
- {/* + Home - + Philosophy - */} + {currUser ? ( <> @@ -164,7 +168,7 @@ export default function Home() { {/* voice line section */} - + VOICE LINE @@ -237,12 +241,13 @@ export default function Home() { /> {/* description text */} - + TEAM - Bond & Collaborate Better. + Bond & Collaborate{" "} + Seamlessly. @@ -318,7 +323,7 @@ export default function Home() { {/* focus on today section */} {/* description card */} - + CLARITY @@ -387,33 +392,42 @@ export default function Home() { - {/* main mission */} -
- - Philosophy + {/* action section to get started now */} + + + Ready to Focus? + {"It's now or never."} - - In today's distracted world, we mistake adding software and - tools for productivity. + {getStartedButton} + + + {/* customer testimonial section */} + + Our Customers + + Listen to what they have to + say. - - At Nirvana, we are bringing work back to the basics. Voice first - communication because voice makes us human and less is more. An - experience as if your team was right next to you. - + {/* all voice testimonial cards */} + + + + + Heran Patel + CEO of FinityOne + - <> -
- - {/* action section */} -
- - Ready to start working? + + - {getStartedButton} -
+
); diff --git a/pages/philosophy.tsx b/pages/philosophy.tsx index 14212f2..9708271 100644 --- a/pages/philosophy.tsx +++ b/pages/philosophy.tsx @@ -41,46 +41,15 @@ export default function Philosophy() { <> - {/* rooms concept */} -
- - - - - Rooms - - - - See what's going on across the hall at a glance. - - - - - - Join Ben and Cathy's conversation to review design mockups or - jump into another room for wine Wednesdays! - - - - - - Why go back and forth through chat 100 times or schedule a meeting - tomorrow at 2pm? - - - - Jump into rooms and resolve issues quicker. - + {/* action section to get started now */} + + + Ready to Focus? + {"It's now or never."} -
- {/* action section */} -
- - Ready to start working? - - {getStartedButton} -
+ {getStartedButton} + ); } diff --git a/pages/teams/create.tsx b/pages/teams/create.tsx index ea9ad8a..16908c4 100644 --- a/pages/teams/create.tsx +++ b/pages/teams/create.tsx @@ -53,6 +53,7 @@ export default function CreateTeam() { team.name = teamName; team.createdByUserId = currUser.uid; team.status = TeamStatus.created; + team.allowedUserCount = 2; if (companySite != initialSite) { // make sure to put null in database for the team