import Link from "next/link"; import siteData from "@/app/data/site.json"; export default function Footer() { return ( ); }