Tucked away in a quiet cul-de-sac, this freshly updated three-bedroom home is ready for new owners. With new carpet, paint, drapes, and a modern bathroom, the hard work is done. Enjoy open-plan living with a heat pump, a sunny deck, and an easy-care sloping section. Underneath, a single garage includes the laundry plus handy storage. Whether you’re a first home buyer or investor, this smart buy is close to Nelson city and well worth a look. Call Steph today to view.
{
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 || []);
}
});">