import { Divider } from "antd";
import Link from "next/link";
import { useRouter } from "next/router";
import { FaAngleRight } from "react-icons/fa";
import Rooms from "../components/demo/Rooms";
import LangingPageLayout from "../components/Layouts/LandingPageLayout";
export default function Philosophy() {
const handleGetDemo = () => {
window.open("https://calendly.com/usenirvana/30min", "_blank");
};
const router = useRouter();
const getStartedButton = (
);
return (
We live in a distracted world.{" "}
{"Let's fix it."}
Everything starts with the philosophy.
{/* main mission */}
Productivity is a Myth
In today's world, we{" "}
mistake adding software and
tools for productivity.
At Nirvana, we are bringing work back to the basics.{" "}
Voice-only communication {" "}
because voice makes us human and less is more. An experience as if
your team was{" "}
right next to you.
Improve team{" "}
focus, performance, and wellbeing.
<>>
{/* action section to get started now */}
Ready to Focus?{"It's now or never."}
Features
{getStartedButton}
);
}