Discover easy living in this well-presented, 2-bedroom attached home, offering its own driveway access and a standalone single garage. Enjoy privacy with fencing to the rear and sides, creating a secure outdoor space for relaxing or entertaining. Inside, a modern compact kitchen features a convenient laundry nook, while the bathroom includes a stylish shower and toilet. Both bedrooms are well-sized, and the large open-plan lounge provides a light-filled area for family gatherings or entertaining guests. Perfect for first-home buyers, downsizers, or investors seeking comfort, convenience, and low-maintenance living in a great location.
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 || []);
}
});">