Set quietly in a sought-after cul-de-sac, this beautifully presented 3-bedroom plus office (or fourth bedroom) home offers comfort, sun and effortless living. The sunny living area opens to sheltered outdoor paving and a private backyard - ideal for entertaining or unwinding at the end of the day. A generous kitchen, spacious lounge, light neutral tones and 3 heat pumps ensure everyday comfort, while internal-access double garaging and a second toilet add convenience. There is even extra parking for your boat or caravan. All within easy walking distance of parks, schools, shops and local amenities. Priced to sell - act quickly. Contact Michael to arrange your viewing.
{
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 || []);
}
});">