This sunny honey of a house has captivating sea views. Located in sought-after Atawhai, this elevated home with vaulted ceilings offers a low-maintenance garden and a double external-access garage with an additional workshop. With a wet-back log burner and a solar system, this cosy property is a wonderful place to call home.
{
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 || []);
}
});">