import React from "react"; import Image from "next/image"; const MobileDownload = () => { return (
{/** Jan logo */} {""} Jan Mobile {/** Messages */}

Stay up to date and move work forward with Jan on iOS & Android. Download the app today.

{/** Buttons */}
{""}

Download on the

AppStore

{""}

Download on the

Google Play

); }; export default React.memo(MobileDownload);