diff --git a/src/app/investor/withdraw/page.tsx b/src/app/investor/withdraw/page.tsx index 2433d54..9995529 100644 --- a/src/app/investor/withdraw/page.tsx +++ b/src/app/investor/withdraw/page.tsx @@ -96,7 +96,7 @@ export default function InvestorWithdrawPage() { }; return ( -
+
{/* Header */}
@@ -109,6 +109,13 @@ export default function InvestorWithdrawPage() { > Configure Auto-Withdraw + +
{/* Balance Cards */} @@ -124,9 +131,12 @@ export default function InvestorWithdrawPage() {

Ready to withdraw

-
-

Pending Request

-

৳{investor.pendingEarnings.toLocaleString()}

+
+ +
+

Pending Requests

+

You currently have ৳{investor.pendingEarnings.toLocaleString()} in pending withdrawals. Processing takes 1-3 business days.

+

Total Withdrawn

@@ -136,19 +146,7 @@ export default function InvestorWithdrawPage() { {/* Alert + Action Button */}
-
- -
-

Pending Requests

-

You currently have ৳{investor.pendingEarnings.toLocaleString()} in pending withdrawals. Processing takes 1-3 business days.

-
-
- +
{/* Recent Withdrawals */} @@ -181,8 +179,8 @@ export default function InvestorWithdrawPage() { ৳{t.amount.toLocaleString()} {t.status === 'completed' && } {t.status === 'pending' && }