import React from 'react'; import ComponentsAuthResetPasswordForm from '@/components/auth/components-auth-reset-password-form'; import { Metadata } from 'next'; import Link from 'next/link'; export const metadata: Metadata = { title: 'Recover ID', }; export default function CoverPasswordReset() { return (
{/* ===== Background Glows (SAME AS LOGIN) ===== */} {/* Blue */}
{/* Green left */}
{/* Pink left */}
{/* Pink bottom */}
{/* Orange */}
{/* Green right */}
{/* Purple */}
{/* Yellow */}
{/* ===== CARD ===== */}
{/* Logo */}
SocialBuddy Logo

Recover Your Account

Enter your email to recover your ID

{/* Reset Form (UNCHANGED) */} {/* Footer */}
Remembered your password?{' '} SIGN IN
); }