Stunning views stretch out to the ranges with a lookout you will never tire of, this 213sqm home truly has so much to offer. The open-plan living, complete with striking floorboards, creates a sense of space and a modern, inviting atmosphere. Upstairs, the master bedroom features its own ensuite, walk-in wardrobe, and good-sized office space. There are 3 generous double bedrooms awaiting downstairs, each capturing beautiful views along with an additional bathroom. With its easy-care section, parking for 2 vehicles plus off-street space, and a relaxed feeling reminiscent of a holiday retreat, this property is an absolute must-see.
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 || []);
}
});">