import { Divider } from "antd"; import { useRouter } from "next/router"; import { FaAngleRight } from "react-icons/fa"; import Rooms from "../components/demo/Rooms"; export default function Philosophy() { const handleGetDemo = () => { window.open("https://calendly.com/usenirvana/30min", "_blank"); }; const router = useRouter(); const getStartedButton = ( ); return ( <> {/* main mission */}
Philosophy In today's distracted world, we mistake adding software and tools for productivity. 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. <>
{/* 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 */}
Ready to start working? {getStartedButton}
); }