import Link from "next/link" const navigation = [ { name: 'Discord', href: 'https://discord.gg/MrfB5FbNWN' }, { name: 'GitHub', href: 'https://github.com/jmorganca/ollama' }, { name: 'Download', href: '/download' }, ] export default function Header() { return (
) }