Welcome home to this cute little standalone gem, perfectly designed for easy living and working from home. Step inside this 2-bedroom, 1-bathroom home to open-plan living that is light-filled and welcoming, with 2 heat pumps ensuring year-round comfort. It also has an office or studio room and is beautifully maintained and presented, so there's nothing to do but move in and relax. Outside, you'll find lovely, well-kept gardens, perfect for relaxing or entertaining on a good-sized deck, along with off-street parking for added convenience. This neat, tidy home is perfect for a first-home buyers or for downsizing.
{
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 || []);
}
});">