A well-presented, 2-bedroom semi-attached unit in the highly sought-after Wood area of Nelson, just a short walk to Nelson CBD. This location offers the perfect balance of convenience and lifestyle.
Situated on a flat, sunny section, the home enjoys excellent natural light throughout the day. The open-plan lounge and kitchen provide a comfortable and functional living space, while a single garage offers secure parking and additional storage.
Low-maintenance and easy care, the property features a small garden ideal for those seeking a simple, hassle-free lifestyle. Perfect for investors, with a long-term tenant who would love to stay on, or equally appealing to downsizers and first-home buyers looking for an easy-care home in a prime location.
{
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 || []);
}
});">