import { AlertCircle } from "lucide-react"; import { Alert, AlertTitle, AlertDescription } from "@/src/components/ui/alert"; export const SupportOrUpgradePage = () => { return (
Access Restricted

This feature requires additional permissions

Contact your system/project administrator for access or upgrade your plan. Need help? Reach out to support.

); };