This property is SOLD - please contact Mike Greer Homes for more info on their turn-key H&L package on the section next door.
Be the first to live in this brand new 155sqm, 3-bedroom, 2-bathroom home with a double garage. Set on a fully landscaped 499sqm section in the popular Hart Rise subdivision, the home is ready to move in - there is even a garden shed.
The kitchen features a walk-in pantry and a stone benchtop. The master bedroom has a walk-in wardrobe and an ensuite with a tiled shower.
Built by Mike Greer Homes, the home comes with a 10-Year Registered Master Build Guarantee.
{
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 || []);
}
});">