'use client'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; import { Label } from '@/components/ui/label'; import { Switch } from '@/components/ui/switch'; import { Button } from '@/components/ui/button'; export default function SettingsPage() { return (

System Settings

Manage global system configurations

General Settings Configure general system behavior
Prevent users from accessing the system during maintenance
Log detailed request/response data for debugging
Notification Settings Manage system-wide email notifications
Enable or disable all outbound emails
); }