Don't miss this excellent opportunity! Situated in a sought-after area with great amenities right across the road, this super tidy home offers comfortable, stylish living.
Featuring 2 double bedrooms, a separate laundry, and open-plan living that has been tastefully decorated throughout. The home flows out to a fully fenced, easy-care flat backyard, ideal for everyday use and low-maintenance outdoor living.
An extra-large single garage plus 4 additional parking spaces provide fantastic convenience for families, guests, or those needing extra storage.
Properties like this don’t last long – be quick!
Share
{
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 || []);
}
});">