diff --git a/src/app/(agent)/agent/dashboard/page.tsx b/src/app/(agent)/agent/dashboard/page.tsx index fd623b6..f60260a 100644 --- a/src/app/(agent)/agent/dashboard/page.tsx +++ b/src/app/(agent)/agent/dashboard/page.tsx @@ -3,6 +3,7 @@ import { useState, useEffect } from 'react'; import { useSession } from 'next-auth/react'; import Image from 'next/image'; +import Link from 'next/link'; // Import shared components import { @@ -287,6 +288,45 @@ export default function AgentDashboard() { return (
Profile Verification Rejected
+ {agentProfile.verificationNote && ( +Reason: {agentProfile.verificationNote}
+ )} +Please update your profile and documents, then resubmit for verification.
+ + Update & Resubmit + +Profile verification is under review. You will be notified once approved.
+Complete your profile and upload verification documents to get verified.
+ + Complete Profile + +