import Link from "next/link"; import Image from "next/image"; //Shared CSS class for footer links const linkCls = "text-[#2f2f2f] no-underline text-[0.95rem] opacity-85 transition-opacity hover:opacity-100 hover:underline"; //Site footer with quick links, company links, and contact info export default function Footer() { return ( ); }