import styles from "./Footer.module.css"; import { SocialLinks } from "@/components/SocialLinks/SocialLinks"; import { getAppName, getImprintUrl, getLabel, getLogoUrl } from "@/lib/data"; export function Footer() { const logoUrl = getLogoUrl(); return (
{getLabel("footer")}