import Link from "next/link"; import styles from "../styles/Footer.module.scss"; export default function Footer() { return (

© domain.de

); }