This immaculate townhouse, built in 2019, offers the perfect blend of modern comfort and easy-care living.
Step inside to discover a light-filled, beautifully presented home featuring 3 generous bedrooms, a family bathroom, master ensuite, and an open-plan living space that flows seamlessly to a private outdoor area.
Whether you're a family, busy professional, frequent traveller, or simply looking to downsize in style, this lock-up-and-leave gem ticks all the boxes. The internal garage with extra parking in front and the low-maintenance section give you more time to enjoy the things you love.
Tucked away, this is a smart choice for those who value comfort, privacy, and a relaxed lifestyle.
{
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 || []);
}
});">