Soak in the magic of Nelson mornings from this beautifully elevated home, perfectly positioned to capture sweeping views and golden sunrise light. Featuring 3 generous double bedrooms and Healthy Homes certified, this property offers comfort, warmth, and peace of mind all year round. The open-plan kitchen, dining, and lounge create a welcoming heart of the home, flowing effortlessly out to a BBQ patio area – ideal for entertaining or relaxing with friends and family. This is an excellent first-home or investment opportunity - don't miss out!
{
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 || []);
}
});">