import Link from "next/link"; import { CATEGORIES, slugifyCategory } from "./categories"; export default function Footer() { return ( ); }