Set in a quiet cul-de-sac, this tidy two-bedroom home is a smart option for first-home buyers and investors. The open-plan kitchen and living area flow easily into a sunny additional room, creating extra space to relax or work from home. A carport and off-street parking add to the convenience. With Clifton Terrace School within walking distance and the city just minutes away, this is an affordable opportunity in a highly desirable suburb, ideal as a first step on the property ladder or a solid addition to your rental portfolio. Contact Steph today to arrange a viewing, opportunities like this don’t last long.
{
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 || []);
}
});">