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 ( -
-
+
+
{/* header */}
@@ -20,21 +25,25 @@ export default function Home() { Home - Features - Pricing - Log In -
-
+
Less - threads + threads slacking @@ -46,7 +55,7 @@ export default function Home() { files - threads + threads @@ -55,6 +64,51 @@ export default function Home() { More work. + + + Minimal collaboration tool for scrum/agile teams. Wasting 80% of + your work day on slack, teams, gmail, calendars, chats, emojis, + notifications? + + + + + + +
+ + {/* main mission */} +
+ + Philosophy + + + + In today's distracted world, we mistake software and tools for + productivity. + + + + At Nirvana, are bringing remote work back to the basics. Voice first + communication because voice makes us human and less is more. An + experience as if your team is right next to me. + + + <> +
+ +
+ + Philosophy +
diff --git a/styles/globals.css b/styles/globals.css index 706e1c4..6b049d9 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -137,16 +137,13 @@ p { .landing-page-bg { background-image: url("/wallpapers/glassmorphic.jpg"); - background-size: 150% 150%; - background-repeat: no-repeat; + /* background-size: 150% 150%; + background-repeat: no-repeat; */ } .flippingWords { animation: spin_words 6s infinite; } -.flippingWordsSecond { - /* animation: spin_words 6s infinite; */ -} @keyframes spin_words { 10% {