Presenting an extraordinary property designed to accommodate dual-living arrangements. This stunning home offers a downstairs area with 3 bedrooms, an open-plan dining and lounge area, and doors that lead out onto a covered patio, perfect for entertaining or unwinding in any season. The cosy log burner adds warmth and ambiance to the space. A separate new laundry provides convenience, while the double garage with a workshop ensures ample storage and workspace. The upstairs level features a separate entrance, offering privacy and independence. It boasts a kitchenette, open living area, and a spacious double bedroom with a walk-in robe and bathroom. If you're looking for a home to accommodate multi-generational living, this property delivers on all fronts. Don't miss out on this unique opportunity for dual living!
{
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 || []);
}
});">