import { BsApple, BsWindows } from "react-icons/bs"; import FullMottoLogo from "../../components/logo/fullMotto"; import Head from "next/head"; import HorizontalLogo from "../../components/logo/horizontal"; import Image from "next/image"; import { LogoType } from "../../components/logo/full"; import type { NextPage } from "next"; import styles from "../styles/Home.module.css"; const Home: NextPage = () => { return ( <> Nirvana - virtual office
{/* header */}
{/* */}
{/* above fold experience */}
The walkie-talkie{" "}
for remote teams.
The {"'less is more'"}{" "} approach. Skip zoom scheduling,

slack notifications, and email threads.
Just talk to your team.
{/* download */} Download the desktop app
{/* value points */}
{/* footer */}
); }; export default Home;