Enjoy relaxed living in this 2-bedroom standalone home, perfectly positioned just moments from the ever-popular Tahunanui Beach. Featuring open plan living, new carpet, and recent redecoration, this home offers comfort, privacy, and low-maintenance appeal.
Step outside to a private patio area with raised garden beds, established shrubs, and a productive feijoa tree - ideal for enjoying the outdoors or creating your own garden retreat. A single garage and off-street parking complete the package.
Located within easy reach of cafes, restaurants, bars, local shops, sports fields, and the famous Tahunanui Fun Park, there’s something here for all ages. Paddleboarding, kite surfing, beach walks, and coastal living are all right on your doorstep. Don’t be disappointed, call to view.
{
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 || []);
}
});">