This well-presented 3-bedroom home is located in the sought-after Hart Rise area and is ready for its next owners to move straight in. The master bedroom features its own ensuite for added privacy and convenience. The open-plan kitchen, dining, and living area creates a welcoming space perfect for families and entertaining, with a ranchslider opening out to a sunny patio. Complete with a double garage and easy-care, low-maintenance gardens, this home offers effortless living in a highly desirable location. A fantastic opportunity not to be missed.
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 || []);
}
});">