Wow, what a find! Located in the heart of Richmond, this beautiful property offers open-plan living, 3 spacious bedrooms and a modern bathroom. The designer kitchen is perfect for culinary enthusiasts. Enjoy endless summer days in your own private swimming pool and relax in the stunning lawned garden. The home is bathed in all-day sun, ensuring a bright and welcoming atmosphere. The property is fully fenced for privacy and security. A double external-access garage with a workshop plus a carport provides great storage and parking.
{
console.log('Received listingsUpdated event', event.detail);
// Check if this is a load more operation
if (event.detail.isLoadMore && event.detail.newListings) {
// Add only the new listings without clearing existing ones
addNewListings(event.detail.newListings);
} else {
// Regular update - replace all listings
updateListings(event.detail.listings || []);
}
});">