"use client"; import Image from "next/image"; import { usePathname } from "next/navigation"; export const DynamicLogoTenant = () => { const pathname = usePathname(); const tenant = pathname?.split("/")[3]; return (