2 Beds
1 Bath
1 Space
Pets Allowed
No Smoking
Available:
29 May
This well-presented two-bedroom home has been recently renovated and is ready for new tenants to enjoy. Featuring brand-new carpets throughout, a modern new kitchen, and fresh paint throughout, the home offers a bright and welcoming living environment. The easy-care section requires minimal maintenance with no lawns to mow, while off-street parking adds everyday convenience. Situated in a fantastic location, the property is within walking distance of local supermarkets, amenities, and public transport routes. Neat, tidy, and low-maintenance, this home is ideal for those seeking comfortable and convenient living.
Apply Now*Please only apply after you have viewed the property.
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 || []);
}
});">