"use client"; import React from "react"; import { usePathname } from "next/navigation"; export function AddressBar() { const pathname = usePathname(); return (