import { ShieldIcon } from 'lucide-react' import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import ChangePasswordForm from '../../(components)/change-password-form' export default function ChangePasswordPage() { return (

Change Password

Update your account password

Password Security Change your password to keep your account secure
) }