A great opportunity to purchase this bright and sunny 3-bedroom, 2-living room family home. Elevated for views of the bay and western ranges, it is situated within easy reach of schools, colleges, a shopping centre and Tahunanui Beach. This property is ripe for a makeover or just move in and relax. Good indoor and outdoor living, and potential to develop further.
{
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 || []);
}
});">