Perched above Atawhai, this approximately 1.16ha lifestyle block (title to be issued) offers great sun exposure and sweeping sea and mountain views, just a short drive from Nelson’s CBD. Imagine waking each day to ever-changing light over the hills and coastline, with space and privacy to make your own. With minimal covenants, the land provides a flexible canvas for your vision. Whether you plan a single standout home or explore other options (subject to council approval), the outlook and scale give you freedom to design a lifestyle that suits you. Blocks of this size, in this location and with this outlook, are a rare find. 23 Wastney Terrace, Atawhai offers the perfect foundation to create your private retreat while remaining close to the conveniences of the city.
{
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 || []);
}
});">