"use client"; import { memo } from "react"; import { usePathname } from "next/navigation"; import dynamic from "next/dynamic"; // Code split Footer - below the fold, can be lazy loaded const Footer = dynamic(() => import("./Footer"), { loading: () => (