Our owner has given clear instructions 'sell this 3-bedroom home as soon as possible'. If you're looking for an affordable first home, this really is your chance. Ready to move into right now, with great potential to add extra rooms and value as the family grows. Freehold section with great views and easy access to schools and colleges. This could just be the buy of the century!
{
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 || []);
}
});">