export default function Footer() { const gitCommit = process.env.NEXT_PUBLIC_GIT_COMMIT || 'unknown'; return ( ); }