/** * Admin Settings Page * System-wide settings and configuration * Protected by AuthGuard in layout with requireAdmin=true */ /* istanbul ignore next - Next.js type import for metadata */ import type { Metadata } from 'next'; import Link from 'next/link'; import { ArrowLeft } from 'lucide-react'; import { Button } from '@/components/ui/button'; /* istanbul ignore next - Next.js metadata, not executable code */ export const metadata: Metadata = { title: 'System Settings', }; export default function AdminSettingsPage() { return (
Configure system-wide settings and preferences
This page will allow you to configure system-wide settings, preferences, and advanced options.
Features will include: