diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx
index d3d24308..c86ed4f7 100644
--- a/src/app/dashboard/page.tsx
+++ b/src/app/dashboard/page.tsx
@@ -13,9 +13,13 @@ import { KycStatusBadge } from "@/components/kyc/KycStatusBadge";
import { useKycStore } from "@/store/kycStore";
import Link from "next/link";
import { TransactionSecuritySettings } from "@/components/security/TransactionSecuritySettings";
-import { StakingPanel } from "@/components/dashboard/StakingPanel";
import { Skeleton } from "@/components/ui/skeleton";
+const StakingPanel = dynamic(
+ () => import("@/components/dashboard/StakingPanel").then((m) => m.StakingPanel),
+ { loading: () =>
- Start exploring properties and add them to your watchlist to keep track of the ones you're interested in. -
- - Browse Properties - -Connect your wallet to view your portfolio
-- {error || 'Failed to load portfolio'} -
- -- Save property searches to receive notifications about new listings. -
-+ Step {currentStep + 1} of {steps.length} +
++ {step.description} +
+ +- Try adjusting your filters or search criteria to find more properties. -
-