// import { useGlobal } from '@/lib/global' import dynamic from 'next/dynamic' const NotionPage = dynamic(() => import('@/components/NotionPage')) const Announcement = ({ notice, className }) => { // const { locale } = useGlobal() if (notice?.blockMap) { return