Step into your dream home with this gorgeous 4-bedroom, 2-bathroom Atawhai property. The main bedroom offers an ensuite and walk-in wardrobe, while the expansive open-plan living area flows effortlessly out to a vine-covered deck and beautifully landscaped garden. Enjoy the convenience of a double internal-access garage - perfect for secure parking and easy living. This home is a true sanctuary for entertaining, relaxing, and family life.
{
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 || []);
}
});">