Flexible and functional First-Floor office space designed to accommodate a range of business needs. This 200sqm premises features a welcoming reception area, 1 small office, 2 medium-sized offices, and a large open-plan workspace - ideal for collaborative work, training sessions, or team-based activities.
A generously sized boardroom offers ample space for meetings, presentations, or workshops, and conveniently doubles as a staff lunchroom thanks to its direct connection to the kitchen via servery windows.
Whether you're a growing team or an established business looking for a space that can adapt to your workflow, this property provides the versatility and layout to support productivity and professionalism.
Key Features:
•Highly adaptable layout to suit a variety of business operations
•One small private office
•Two medium-sized offices
•Spacious boardroom/lunchroom
•Kitchen with convenient servery access
•Large open-plan workspace
•Dedicated reception area
{
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 || []);
}
});">