This beautifully presented home offers a warm, friendly atmosphere with a range of features designed for comfortable living. A spacious separate lounge, fire with wetback, heat pump, and a modern new kitchen provide everyday ease, while the extra-large double garage and 6x7m high stud carport add room for all the toys. The open-plan kitchen, dining, and living area is light-filled and inviting, with garden views and seamless flow to the patio, perfect for peaceful outdoor relaxation. A handy back-gate shortcut offers easy access to the Sprig for a pint, as well as the nearby Four Square.
Offering three generous bedrooms plus a versatile office or sunroom space in the master bedroom, this home caters effortlessly to family needs. The tidy family bathroom includes a shower, toilet, and bath. A room in the garage provides an ideal space for teenagers, hobbies, or working from home. Immaculately maintained, this property offers security, comfort, and long-lasting value.
{
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 || []);
}
});">