This sun-filled Tahunanui gem is perfectly formed for effortless, low-maintenance living.
It features 2 bedrooms - a double and a single, and a simple, easy-care layout that's ideal for first-home buyers, downsizers, or investors. The light and bright, open-plan living area flows from a well-appointed kitchen, with a tucked-away laundry keeping the space tidy, out to a deck and a fully fenced, low-maintenance landscaped garden. A modern bathroom adds contemporary comfort, while a heat pump and a smart-vent system ensure year-round comfort and excellent air quality. Conveniently located near the Nelson Junction shopping area and Tahunanui Beach, this tidy home offers a welcoming base with the enduring appeal of a beachside suburb.
{
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 || []);
}
});">