'use client'; import { Construction } from '@/components/portal/pages'; import { usePortal } from '@/components/portal/portal-context'; export default function ConstructionPage() { const { go, toast } = usePortal(); return ; }