Positioned to capture sweeping views over Richmond, Tasman Bay and the western ranges, this near-new home offers the perfect balance of modern living with a peaceful, rural outlook all just minutes from the Richmond CBD.
Set on a generous section with paddocks bordering the property, you’ll love the sense of space and privacy on offer here. Designed to follow the sun, the home features light-filled open-plan living that flows seamlessly to expansive Kwila decks, ideal for entertaining or simply soaking in the view. Inside, you’ll find three well-proportioned bedrooms, including a master suite complete with ensuite, large wardrobe and direct deck access. A stylish family bathroom, separate laundry, and a well-appointed kitchen with ample bench space and storage make everyday living easy.
Additional features include an oversized double garage with workshop space, plenty of off-street parking, underfloor heating in both bathrooms, and quality finishes throughout. With vacant possession available, this home is ready when you are, move in and start enjoying the lifestyle immediately.
{
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 || []);
}
});">