import { BsApple, BsWindows } from "react-icons/bs";
import { FaPeopleCarry, FaRunning } from "react-icons/fa";
import Footer from "../components/footer";
import Header from "../components/header";
import { MdOutlineNaturePeople } from "react-icons/md";
import type { NextPage } from "next";
const Home: NextPage = () => {
return (
<>
{/* header */}
{/* above fold experience */}
The walkie-talkie
{" "}
for remote startups.
The {"'less is more'"}{" "}
approach. Skip zoom scheduling,
slack notifications, and
email threads.
Just talk to your team.
{/* download */}
Download the desktop app
(coming soon)
{/* value points */}
Move Faster
No more back and forth chatter. Resolve issues in seconds with
spontaneous and natural conversations.
Minimal
All of your team’s converstions in one place. Nirvana’s built for
flow state. Communication as simple and human as possible.
Build Culture
Close-knit culture and increased serendipity by knowing your team’s
right there with you.
{/* footer */}
>
);
};
export default Home;