"use client"; import dynamic from "next/dynamic"; const SFAppShell = dynamic( () => import("@/components/sf/app-shell").then((mod) => mod.SFAppShell), { ssr: false, loading: () => (