Nestled in a super convenient location, this beautifully renovated villa seamlessly blends classic charm with modern elegance. Inside, you'll find a stunning kitchen perfect for entertaining, and a stylish bathroom that exudes cool luxury. Original Rimu floors run underfoot, adding warmth and character. Fully fenced, the large section offers endless possibilities - whether you envision a tiny house addition or a sprawling garden for family fun. Don't miss out, this is a true gem!
{
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 || []);
}
});">