"use client"; import Image from "next/image"; import { usePathname } from "next/navigation"; import Link from "next/link"; export function Footer() { const pathname = usePathname(); return ( ); }