import Link from "next/link"; import Image from "next/image"; import { SocialLinks } from "./SocialLinks"; export function Footer() { return ( ); }