
What Do I Do Differently?
- My Proven Process sells homes for up to 18% more than traditional real estate methods.
 - Technology Based by using advanced technology, resources, and tools, I will be able to service all of your real estate needs to help create a successful experience by working with me.
 - Smart Home Buying Strategy helps buyers avoid the pitfalls that can cost you literally thousands of dollars!
 
.seller-dashboard {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.seller-dashboard h2 {
    text-align: center;
    margin-bottom: 20px;
}
.listing-status {
    text-align: center;
    margin-bottom: 20px;
}
.status-badge {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}
.status-badge.pending {
    background-color: yellow;
    color: black;
}
.status-badge.active {
    background-color: green;
    color: white;
}
.status-badge.sold {
    background-color: red;
    color: white;
}
.listing-details h3,
.notifications h3 {
    margin-top: 0;
}
.actions {
    text-align: center;
    margin: 20px 0;
}
.actions button {
    padding: 10px 20px;
    margin: 0 10px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.notifications {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
Seller Dashboard
Listing Details
Address: 123 Main St, Anytown, USA
Price: $250,000
Description: A beautiful home in a great neighborhood.
Notifications
No new notifications.
			
                