import { AlertTriangleIcon } from 'lucide-react' import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import DangerZoneForm from '../../(components)/danger-zone-form' export default function DangerZonePage() { return (

Danger Zone

Manage critical account actions

Delete Account
Permanently delete your account and all associated data
) }