import Link from "next/link"; export default function Footer() { // Read environment variables at runtime (Server Component) const imprintUrl = process.env.IMPRINT_URL; return ( ); }