import Head from "next/head"; import Image from "next/image"; import { FaSlackHash, FaNewspaper, FaCalendarAlt, FaRocketchat, FaAngleRight, } from "react-icons/fa"; import TeamVoiceLine from "../components/demo/TeamVoiceLine"; import Announcements from "../components/demo/Announcements"; import Rooms from "../components/demo/Rooms"; import MainLogo from "../components/MainLogo"; import { Divider } from "antd"; import { useRouter } from "next/router"; export default function Home() { const handleGetDemo = () => { window.open("https://calendly.com/usenirvana/30min", "_blank"); }; const router = useRouter(); const getStartedButton = ( ); return (
{/* header */}
{getStartedButton}
Less slacking threads slacking calendars files threads More work. Minimal collaboration tool for scrum/agile teams. Wasting 80% of your work day on slack, teams, gmail, calendars, chats, emojis, notifications? Email Us {getStartedButton}
{/* main mission */}
Philosophy In today's distracted world, we mistake using 10 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 was right next to you. <>
{/* voice line concept */}
Voice Line More clear and efficient communication. No more notifications, clicking, scrolling. Listen to your engineer voice their problem realtime or have an asynchronous conversation.
{/* rooms concept */}
Rooms See what's going on across the hall at a glance. 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 */}
Ready to start working? {getStartedButton}
); }