From 12f1e5c4456253d3bccc5cc21f5c927a13ee7e0e Mon Sep 17 00:00:00 2001 From: sazzadulalambd Date: Fri, 15 May 2026 01:53:35 +0600 Subject: [PATCH] feat: expand container width and reorganize withdrawal request UI components --- src/app/investor/withdraw/page.tsx | 36 ++++++++++++++---------------- 1 file changed, 17 insertions(+), 19 deletions(-) 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' && }