diff --git a/src/app/watchlist/page.tsx b/src/app/watchlist/page.tsx index 5c622fea..ecfae4d0 100644 --- a/src/app/watchlist/page.tsx +++ b/src/app/watchlist/page.tsx @@ -6,6 +6,7 @@ import { PropertyCard } from '@/components/PropertyCard'; import { useFavoritesStore } from '@/store/favoritesStore'; import { WalletConnector } from '@/components/WalletConnector'; import { Heart, ArrowLeft } from 'lucide-react'; +import { EmptyState } from '@/components/ui/EmptyState'; function WatchlistContent() { const { favorites, clearFavorites } = useFavoritesStore(); @@ -60,22 +61,15 @@ function WatchlistContent() { {/* Content */} {favorites.length === 0 ? ( - /* Empty State */ -
- 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. -
-