This beautiful home oozes character. Walking down from the road, through the trees, you enter a secluded residence with gorgeous sea and mountain views. Upstairs there is an open-plan kitchen, dining and office area, plus a separate lounge, 1-bedroom and a bathroom. A wood burner and all-day sun create warmth and a super cosy ambiance. Downstairs is a kitchenette and two bedrooms, the larger room having an ensuite bathroom and French doors to the lower veranda. With a double garage plus 2 off-road parks, this delightful property is situated in a sought after Nelson neighbourhood.
{
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 || []);
}
});">