Discover this lovely Atawhai home offering 2 good-sized bedrooms and a new, thoughtfully designed kitchen. The spacious lounge opens onto a sun-drenched patio with panoramic sea views. Enjoy a single internal-access garage, landscaped gardens, and all-day sun. An exceptional opportunity here to add your personal touch!
{
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 || []);
}
});">