import { permanentRedirect } from 'next/navigation' export default function GermanHomeRedirect() { permanentRedirect('/') }