import { Button } from '@/components/ui/button'; import Link from 'next/link'; export default function WrongRolePage() { return (

You are not authorized to access this page

You don't have the required role to access this page. Please sign in with an account that has the appropriate permissions.

); }