Whether you're stepping onto the property ladder or expanding your investment portfolio, 1/30 Tasman Street is an opportunity not to miss. Positioned in the sought-after suburb of The Wood in Nelson, this home is just minutes from the CBD and within walking distance to local favourites like the Centre of New Zealand and Bobby Franks Cafe. Offering 2 bedrooms, a separate lounge, a tidy kitchen, and a private courtyard ideal for entertaining, it's an easy-care property in a prime, convenient location. For more information or to arrange a viewing, call Team Williams today!
{
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 || []);
}
});">