This lovely 2-bedroom brick townhouse is perfectly positioned for convenience, with supermarkets, chemists, and other shops just a two-minute walk away. The property itself boasts beautifully presented flower gardens and a covered patio off the open-plan kitchen and dining area. With double glazing and a single internal-access garage, this home offers a low-maintenance lifestyle. The property also features a heat pump for efficient heating and offers plenty of storage space, making it a practical and warm place to call home. Be quick for this one, call Tracy today to view.
{
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 || []);
}
});">