import Link from "next/link"; import Image from "next/image"; const linkCls = "text-[#2f2f2f] no-underline text-[0.95rem] opacity-85 transition-opacity hover:opacity-100 hover:underline"; export default function Footer() { return ( ); }