"use client"; import dynamic from "next/dynamic"; const Terminal = dynamic(() => import("./terminal"), { ssr: false, loading: () =>