"use client"; import { sans } from "./fonts"; import { usePathname } from "next/navigation"; import Link from "./Link"; export default function HomeLink() { const pathname = usePathname(); const isActive = pathname === "/"; return ( overreacted ); }