import DropdownDownload from '@/components/DropdownDownload' import ThemeImage from '@/components/ThemeImage' import { totalDownload } from '@/utils/format' import Link from 'next/link' import { useData } from 'nextra/data' const QuoteIcon = () => { return (
) } const Hero = () => { const { lastVersion, lastRelease, release } = useData() return (
new
 ✨  {lastVersion} is now live on GitHub. Check it out!

Chat with AI
without privacy concerns

{/* */}

Jan is an open source AI Assistant that runs 100% offline.

{totalDownload(release)}+  downloads | Free & Open Source

) } export default Hero