Experience luxury living with breathtaking views! This superb property boasts a large Kwila deck offering stunning vistas of Tasman Bay and the distant Western Range. With three double bedrooms, an office, an ensuite, a main bathroom, separate laundry, a large double garage plus spacious living areas there's plenty of room for the whole family. Outside you will enjoy the beautifully terraced, landscaped gardens, creating a tranquil outdoor space to relax. This is more than a home; it's a sanctuary for those who appreciate quality living and captivating surroundings. Your dream lifestyle awaits!
{
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 || []);
}
});">