Just 5 minutes' drive to Nelson's CBD, this immaculately presented home in sought-after Malvern Avenue offers a luxurious yet comfortable lifestyle. The sea views are mesmerising. The easy-care section means more time for relaxing in the north-facing lounge or for playing in the pool. With a double internal-access garage, a sun-drenched deck for al fresco dining and a sparkling country kitchen, why would you want to live anywhere else?
{
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 || []);
}
});">