Perfect first home in Tahunanui, just a short walk to Tahuna Beach and local schools. Enjoy all-day sun in this warm and inviting 2-bedroom home. Upstairs features the master bedroom, while downstairs offers a large second bedroom along with comfortable living spaces. The downstairs living area includes a rumpus room, open-plan kitchen and dining area that flows seamlessly out to a spacious, sunny, and private deck and backyard, perfect for relaxing or entertaining. The home offers a great balance of indoor/outdoor living in a sought-after coastal location.
{
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 || []);
}
});">