diff --git a/src/app/investor/investments/[id]/page.tsx b/src/app/investor/investments/[id]/page.tsx index a6a49bc..ddd30e4 100644 --- a/src/app/investor/investments/[id]/page.tsx +++ b/src/app/investor/investments/[id]/page.tsx @@ -7,7 +7,7 @@ import { ArrowLeft, TrendingUp, Bike, DollarSign, Calendar, CreditCard, FileText, Download, Check, Printer, BarChart3, Wallet, Clock, Shield, Percent, Activity, AlertTriangle, - Receipt, CreditCardIcon, Zap, Smartphone, ChevronRight + Receipt, CreditCardIcon, Zap, Smartphone, ChevronRight, Target } from 'lucide-react'; import { investors, bikes, transactions } from '@/data/mockData'; import toast from 'react-hot-toast'; @@ -57,7 +57,8 @@ export default function InvestorInvestmentDetailPage({ params }: { params: Promi
diff --git a/src/app/investor/plans/page.tsx b/src/app/investor/plans/page.tsx index e25329b..2244493 100644 --- a/src/app/investor/plans/page.tsx +++ b/src/app/investor/plans/page.tsx @@ -10,14 +10,17 @@ export default function MyInvestmentsPage() { const investor = investors[0]; // mock logged-in investor return ( -
Manage your active portfolios and track your earnings.
+Manage your active portfolios and track your earnings.
+{inv.expectedRoi}% ROI
Request withdrawals to your bank or mobile banking accounts