Enjoy easy living in this tidy 3-bedroom unit ideally located with Tahunanui Beach on your doorstep. The home features open-plan kitchen, dining and lounge flowing to a sunny conservatory, perfect for relaxing. There is a bathroom with shower and vanity, a separate toilet, and a separate laundry for added convenience. Outside offers a carport, garden shed, and a private section to enjoy. Healthy Homes compliant for comfortable living. With playing fields, cafes, Tahunanui School, kindergarten, and the community hub just a short stroll away, plus bus routes to Nelson and Richmond and nearby cycle and walkways, this location offers fantastic lifestyle and convenience.
{
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 || []);
}
});">