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. Push to talk. Resolve issues in
seconds with your voice as if your team was around the table.
Minimal
All of your team’s converstions in one place. Nirvana’s built for
flow state and clarity. Communication as natural 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;