diff --git a/frontend/admin-web/src/pages/agent/AgentPanelPage.tsx b/frontend/admin-web/src/views/agent/AgentPanelPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/agent/AgentPanelPage.tsx rename to frontend/admin-web/src/views/agent/AgentPanelPage.tsx diff --git a/frontend/admin-web/src/pages/analytics/ConsumerProtectionPage.tsx b/frontend/admin-web/src/views/analytics/ConsumerProtectionPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/analytics/ConsumerProtectionPage.tsx rename to frontend/admin-web/src/views/analytics/ConsumerProtectionPage.tsx diff --git a/frontend/admin-web/src/pages/analytics/CouponAnalyticsPage.tsx b/frontend/admin-web/src/views/analytics/CouponAnalyticsPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/analytics/CouponAnalyticsPage.tsx rename to frontend/admin-web/src/views/analytics/CouponAnalyticsPage.tsx diff --git a/frontend/admin-web/src/pages/analytics/MarketMakerPage.tsx b/frontend/admin-web/src/views/analytics/MarketMakerPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/analytics/MarketMakerPage.tsx rename to frontend/admin-web/src/views/analytics/MarketMakerPage.tsx diff --git a/frontend/admin-web/src/pages/analytics/UserAnalyticsPage.tsx b/frontend/admin-web/src/views/analytics/UserAnalyticsPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/analytics/UserAnalyticsPage.tsx rename to frontend/admin-web/src/views/analytics/UserAnalyticsPage.tsx diff --git a/frontend/admin-web/src/pages/chain/ChainMonitorPage.tsx b/frontend/admin-web/src/views/chain/ChainMonitorPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/chain/ChainMonitorPage.tsx rename to frontend/admin-web/src/views/chain/ChainMonitorPage.tsx diff --git a/frontend/admin-web/src/pages/compliance/CompliancePage.tsx b/frontend/admin-web/src/views/compliance/CompliancePage.tsx similarity index 100% rename from frontend/admin-web/src/pages/compliance/CompliancePage.tsx rename to frontend/admin-web/src/views/compliance/CompliancePage.tsx diff --git a/frontend/admin-web/src/pages/compliance/IpoReadinessPage.tsx b/frontend/admin-web/src/views/compliance/IpoReadinessPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/compliance/IpoReadinessPage.tsx rename to frontend/admin-web/src/views/compliance/IpoReadinessPage.tsx diff --git a/frontend/admin-web/src/pages/compliance/LicenseManagementPage.tsx b/frontend/admin-web/src/views/compliance/LicenseManagementPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/compliance/LicenseManagementPage.tsx rename to frontend/admin-web/src/views/compliance/LicenseManagementPage.tsx diff --git a/frontend/admin-web/src/pages/compliance/SecFilingPage.tsx b/frontend/admin-web/src/views/compliance/SecFilingPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/compliance/SecFilingPage.tsx rename to frontend/admin-web/src/views/compliance/SecFilingPage.tsx diff --git a/frontend/admin-web/src/pages/compliance/SoxCompliancePage.tsx b/frontend/admin-web/src/views/compliance/SoxCompliancePage.tsx similarity index 100% rename from frontend/admin-web/src/pages/compliance/SoxCompliancePage.tsx rename to frontend/admin-web/src/views/compliance/SoxCompliancePage.tsx diff --git a/frontend/admin-web/src/pages/compliance/TaxCompliancePage.tsx b/frontend/admin-web/src/views/compliance/TaxCompliancePage.tsx similarity index 100% rename from frontend/admin-web/src/pages/compliance/TaxCompliancePage.tsx rename to frontend/admin-web/src/views/compliance/TaxCompliancePage.tsx diff --git a/frontend/admin-web/src/pages/coupons/CouponManagementPage.tsx b/frontend/admin-web/src/views/coupons/CouponManagementPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/coupons/CouponManagementPage.tsx rename to frontend/admin-web/src/views/coupons/CouponManagementPage.tsx diff --git a/frontend/admin-web/src/pages/dashboard/DashboardPage.tsx b/frontend/admin-web/src/views/dashboard/DashboardPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/dashboard/DashboardPage.tsx rename to frontend/admin-web/src/views/dashboard/DashboardPage.tsx diff --git a/frontend/admin-web/src/pages/disputes/DisputePage.tsx b/frontend/admin-web/src/views/disputes/DisputePage.tsx similarity index 100% rename from frontend/admin-web/src/pages/disputes/DisputePage.tsx rename to frontend/admin-web/src/views/disputes/DisputePage.tsx diff --git a/frontend/admin-web/src/pages/finance/FinanceManagementPage.tsx b/frontend/admin-web/src/views/finance/FinanceManagementPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/finance/FinanceManagementPage.tsx rename to frontend/admin-web/src/views/finance/FinanceManagementPage.tsx diff --git a/frontend/admin-web/src/pages/insurance/InsurancePage.tsx b/frontend/admin-web/src/views/insurance/InsurancePage.tsx similarity index 100% rename from frontend/admin-web/src/pages/insurance/InsurancePage.tsx rename to frontend/admin-web/src/views/insurance/InsurancePage.tsx diff --git a/frontend/admin-web/src/pages/issuers/IssuerManagementPage.tsx b/frontend/admin-web/src/views/issuers/IssuerManagementPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/issuers/IssuerManagementPage.tsx rename to frontend/admin-web/src/views/issuers/IssuerManagementPage.tsx diff --git a/frontend/admin-web/src/pages/merchant/MerchantRedemptionPage.tsx b/frontend/admin-web/src/views/merchant/MerchantRedemptionPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/merchant/MerchantRedemptionPage.tsx rename to frontend/admin-web/src/views/merchant/MerchantRedemptionPage.tsx diff --git a/frontend/admin-web/src/pages/reports/ReportsPage.tsx b/frontend/admin-web/src/views/reports/ReportsPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/reports/ReportsPage.tsx rename to frontend/admin-web/src/views/reports/ReportsPage.tsx diff --git a/frontend/admin-web/src/pages/risk/RiskCenterPage.tsx b/frontend/admin-web/src/views/risk/RiskCenterPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/risk/RiskCenterPage.tsx rename to frontend/admin-web/src/views/risk/RiskCenterPage.tsx diff --git a/frontend/admin-web/src/pages/system/SystemManagementPage.tsx b/frontend/admin-web/src/views/system/SystemManagementPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/system/SystemManagementPage.tsx rename to frontend/admin-web/src/views/system/SystemManagementPage.tsx diff --git a/frontend/admin-web/src/pages/trading/TradingMonitorPage.tsx b/frontend/admin-web/src/views/trading/TradingMonitorPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/trading/TradingMonitorPage.tsx rename to frontend/admin-web/src/views/trading/TradingMonitorPage.tsx diff --git a/frontend/admin-web/src/pages/users/UserManagementPage.tsx b/frontend/admin-web/src/views/users/UserManagementPage.tsx similarity index 100% rename from frontend/admin-web/src/pages/users/UserManagementPage.tsx rename to frontend/admin-web/src/views/users/UserManagementPage.tsx