Affordable Plans for Every Work Style

Choose the perfect membership that fits your needs, with flexible pricing and no hidden fees

Personal Desk
A dedicated workspace just for you, offering privacy and focus in a professional environment.

$49.00/mo
  • Flexible desk in an open area
  • 40 hour monthly access
  • Free Wifi & Unlimited Coffee
  • Private Locker
10% discount for 6 month & 20% discount for 12 month package
Team Office
Private spaces designed to accommodate teams, providing space for collaboration and productivity.

$49.00/mo
  • Flexible desk in an open area
  • 40 hour monthly access
  • Free Wifi & Unlimited Coffee
  • Private Locker
10% discount for 6 month & 20% discount for 12 month package
On Demand Desk
Flexible, pay-as-you-go desk spaces for those who need a workspace on their own terms.

$49.00/mo
  • Flexible desk in an open area
  • 40 hour monthly access
  • Free Wifi & Unlimited Coffee
  • Private Locker
20% discount for 6 month & 25% discount for 12 month package
Meeting Room
Fully equipped rooms for presentations, client meetings, and brainstorming sessions.

$49.00/mo
  • Flexible desk in an open area
  • 40 hour monthly access
  • Free Wifi & Unlimited Coffee
  • Private Locker
10% discount for 6 month & 20% discount for 12 month package

Schedule a Call for Your Custom Hourly Plan

Perfect for everyone! Browse our network, choose your ideal workspace, and book instantly. Enjoy 10% off on a 6-month package & 20% off on a 12-month package!
WhatsApp Us
'); w.document.close(); w.print(); }; $('.dwls-form').on('submit', function(e){ e.preventDefault(); var form=$(this); var box=form.closest('.dwls-container'); var btn=form.find('.dwls-search-btn'); var input=form.find('.dwls-input'); var results=box.find('.dwls-results'); var error=box.find('.dwls-error'); var progress=box.find('.dwls-progress'); var query=input.val().trim(); if(!query){ error.text('Please enter a search query').show(); return false; } if(btn.prop('disabled')) return false; btn.prop('disabled', true).text('Searching...'); results.hide(); error.hide(); progress.show(); $.ajax({ url: 'https://fincognito.sg/wp-admin/admin-ajax.php', type: 'POST', data: { action: 'friendempire_dwls_search', query: query, nonce: '562ec0398a' }, success: function(response){ progress.hide(); if(response.success&&response.data&&response.data.html){ var html='
' + response.data.html + '
'; html +='
'; html +=''; html +=''; html +='
'; html +='
' + (response.data.cached ? 'Cached':'Live result') + '
'; results.html(html).show(); }else{ error.text(response.data||'Error occurred').show(); }}, error: function(xhr, status){ progress.hide(); error.text(status==='timeout' ? 'Search timed out':'Connection failed').show(); }, complete: function(){ btn.prop('disabled', false).text('Search'); }}); }); $('.dwls-input').on('keydown', function(e){ if(e.ctrlKey&&e.which===13){ $(this).closest('.dwls-form').trigger('submit'); }}); }); //# sourceURL=dwls-frontend-js-after