www.nationalbusinessfurniture.com Open in urlscan Pro
2606:4700:4400::ac40:9a7d  Public Scan

Submitted URL: http://www.nationalbusinessfurniture.com/
Effective URL: https://www.nationalbusinessfurniture.com/
Submission: On January 19 via api from US — Scanned from DE

Form analysis 12 forms found in the DOM

<form id="email_form" class="ng-pristine ng-valid">
  <input aria-label="Email Address" type="text" placeholder="Email" ng-model="vm.email" data-rule-required="true" data-val="true" data-rule-regex="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" data-msg-regex="Please enter a valid email address"
    class="ng-pristine ng-untouched ng-valid">
  <button aria-label="Join Now" class="btn-primary" type="submit" ng-click="vm.submitEmail()"><span ng-bind="vm.isMobileView ? 'Join now' : 'Join Now'">Join Now</span></button>
</form>

Name: vm.signInForm

<form id="signInFormFlyOut" name="vm.signInForm" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength">
  <label class="username-label" for="SignInInfo_UserName" ng-bind="'Email'">Email</label>
  <input type="text" id="SignInInfo_FlyOut_UserName" name="userName" class="login-from__email__input ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-maxlength" placeholder="Email" required="" maxlength="75" ng-model="vm.userName"
    ng-focus="vm.flyOutFocus()" ng-blur="vm.flyOutFocusOff()" aria-describedby="SignInInfo_FlyOut_User">
  <label for="SignInInfo_FlyOut_Password" class="login-from__password__label">Password</label>
  <input type="password" id="SignInInfo_FlyOut_Password" name="password" class="login-from__password__input ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-maxlength" placeholder="Password" required="" maxlength="75"
    ng-model="vm.password" ng-focus="vm.flyOutFocus()" ng-blur="vm.flyOutFocusOff()" aria-describedby="SignInInfo_FlyOut_Pass">
  <a href="#" ng-click="vm.resetForgotPasswordPopup()" class="login-from__forgotpassword" id="tst_signIn_flyOut_openForgotPassword" data-reveal-id="forgotPasswordPopupFlyOut">Forgot Password?</a>
  <p class="error">
    <!-- ngIf: vm.signInForm.$submitted && vm.signInForm.userName.$error.required -->
    <!-- ngIf: vm.signInForm.$submitted && vm.signInForm.password.$error.required -->
    <!-- ngIf: vm.signInError -->
  </p>
  <button id="tst_signIn_flyOut_submit" type="submit" ng-disabled="vm.disableSignIn" class="login-from__btn btn btn-login" ng-click="vm.signIn('Invalid Username/Password combination')" aria-label="Log In">Log In</button>
</form>

<form id="resetPasswordForm" class="custom ng-pristine ng-valid">
  <div class="row email-addy">
    <div class="medium-12 large-12">
      <input type="text" id="tst_forgotPassword_usernameField" data-rule-required="true" data-msg-required="Email is required" data-rule-username="true" data-msg-username="Email is invalid" ng-model="vm.userNameToReset"
        ng-change="vm.enableResetEmail()" placeholder="Enter email" class="ng-pristine ng-untouched ng-valid">
      <span class="field-validation-valid" data-valmsg-for="Username" data-valmsg-replace="true"></span>
    </div>
  </div>
  <p class="error">
    <!-- ngIf: vm.resetPasswordError -->
  </p>
  <div class="row btns">
    <button id="tst_forgotPassword_submitButton" type="button" class="btn primary btn-reset-password" ng-disabled="!vm.resetEmailEnabled" ng-click="vm.resetPassword();" disabled="disabled">Send Email</button>
    <button id="tst_forgotPassword_cancelButton" type="button" class="btn secondary btn-cancel" onclick="$('.close-reveal-modal').click()">Cancel</button>
  </div>
</form>

Name: vm.cartLineForm

<form name="vm.cartLineForm" class="ng-pristine ng-valid">
  <div class="cart-button">
    <a ng-click="vm.removeClassModal()" id="tst_miniCartLink" class="cart-link" href="/cart" aria-label="Item Cart"><span class="ico-CartIcon"></span>&nbsp;&nbsp;<span ng-show="vm.cart.totalCountDisplay > 0" ng-bind="vm.cart.totalCountDisplay" class="ng-hide">0</span><span ng-show="vm.cart.totalCountDisplay < 1" class="">Cart</span></a>
    <!-- ngIf: vm.cart.cartLines.length > 0 -->
  </div>
</form>

<form class="search-form ng-pristine ng-valid">
  <div class="search-input">
    <label for="criteria">Search</label>
    <span tabindex="-1" role="presentation" class="k-widget k-autocomplete k-header isc-searchAutoComplete tst_header_searchInput ng-pristine ng-untouched ng-valid k-state-default" style=""><input ng-model="vm.criteria" type="text"
        class="isc-searchAutoComplete tst_header_searchInput ng-pristine ng-untouched ng-valid k-input" ng-init="vm.autocompleteOptions.placeholder = 'Search NBF.com';
                            vm.translations = [
                                {key: 'suggestion', text: 'Suggestions'},
                                {key: 'category', text: 'Categories'},
                                {key: 'content', text: 'Content'},
                                {key: 'product', text: 'Products'},
                                {key: 'manufacturerItemNumber', text: 'MFG #'},
                                {key: 'partNumber', text: 'Part #'},
                                {key: 'customerPartNumber', text: 'My Part #'}]" kendo-auto-complete="" k-options="vm.autocompleteOptions" isc-enter="vm.onEnter()" name="criteria" ng-blur="vm.startAutocomplete()"
        onclick="$(this).data('kendoAutoComplete').search()" data-role="autocomplete" placeholder="Search NBF.com" autocomplete="off" role="textbox" aria-haspopup="true" aria-disabled="false" aria-readonly="false" aria-autocomplete="list"
        style="width: 100%;"><span class="k-icon k-loading" style="display:none"></span></span>
  </div>
  <div class="search-history">
    <div class="search-history-label"><span>Search History</span></div>
    <div class="clear-search-history"><a href="#" ng-click="vm.clearSearchHistory()">Clear Search History</a></div>
  </div>
  <div class="search-button">
    <button class="btn primary fastClick" ng-click="vm.search()">Search</button>
  </div>
</form>

<form class="ng-pristine ng-valid">
  <div class="row collapse ng-hide" ng-show="::(vm.session.isAuthenticated || vm.session.rememberMe)">
    <div class="small-12 columns right">
      <div class="inf-cust">
        <span class="inf-label">Customer #:</span>
        <span class="inf-value" id="tst_userNav_customerNumber" ng-bind="::vm.session.billTo.customerNumber"></span>
      </div>
      <div class="inf-ship">
        <span class="inf-label">Ship To:</span>
        <span class="inf-value">
          <span id="tst_userNav_shipToCompanyName" ng-bind="::vm.session.shipTo.companyName"></span>
          <!-- ngIf: ::(vm.session.shipTo.lastName || vm.session.shipTo.firstName) -->
          <span ng-bind="::vm.session.shipTo.fullAddress"></span>
        </span>
      </div>
      <!-- ngIf: ::vm.session.displayChangeCustomerLink -->
    </div>
    <div class="small-12 medium-12 large-12 columns int-settings ng-hide" ng-show="vm.languages.length > 1 || vm.currencies.length > 1">
      <button class="btn tertiary isettings">
        <!-- ngIf: vm.languages.length > 1 && vm.session.language && vm.session.language.imageFilePath -->
        <!-- ngIf: vm.languages.length > 1 && vm.session.language && !vm.session.language.imageFilePath -->
        <!-- ngIf: vm.currencies.length > 1 && vm.session.currency -->
        <span>International Settings</span>
      </button>
    </div>
    <!-- ngIf: ::vm.session.isAuthenticated -->
  </div>
</form>

<form class="ng-pristine ng-valid">
  <div class="row collapse">
    <!-- ngIf: vm.languages.length > 1 -->
    <!-- ngIf: vm.currencies.length > 1 -->
    <div class="ui-lock small-12 columns right isettings-buttons use-fastclick">
      <button class="user-button btn secondary isettings-cancel">Cancel</button>
    </div>
  </div>
</form>

<form class="search-form ng-pristine ng-valid">
  <div class="search-input">
    <label for="criteria">Search</label>
    <span tabindex="-1" role="presentation" class="k-widget k-autocomplete k-header isc-searchAutoComplete tst_header_searchInput ng-pristine ng-untouched ng-valid k-state-default" style=""><input ng-model="vm.criteria" type="text"
        class="isc-searchAutoComplete tst_header_searchInput ng-pristine ng-untouched ng-valid k-input" ng-init="vm.autocompleteOptions.placeholder = 'Search NBF.com';
                            vm.translations = [
                                {key: 'suggestion', text: 'Suggestions'},
                                {key: 'category', text: 'Categories'},
                                {key: 'content', text: 'Content'},
                                {key: 'product', text: 'Products'},
                                {key: 'manufacturerItemNumber', text: 'MFG #'},
                                {key: 'partNumber', text: 'Part #'},
                                {key: 'customerPartNumber', text: 'My Part #'}]" kendo-auto-complete="" k-options="vm.autocompleteOptions" isc-enter="vm.onEnter()" name="criteria" ng-blur="vm.startAutocomplete()"
        onclick="$(this).data('kendoAutoComplete').search()" data-role="autocomplete" placeholder="Search NBF.com" autocomplete="off" role="textbox" aria-haspopup="true" aria-disabled="false" aria-readonly="false" aria-autocomplete="list"
        style="width: 100%;"><span class="k-icon k-loading" style="display:none"></span></span>
  </div>
  <div class="search-history">
    <div class="search-history-label"><span>Search History</span></div>
    <div class="clear-search-history"><a href="#" ng-click="vm.clearSearchHistory()">Clear Search History</a></div>
  </div>
  <div class="search-button">
    <button class="btn primary fastClick" ng-click="vm.search()">Search</button>
  </div>
</form>

/Email/SubscribeToList

<form id="emailSubscriptionForm1265" action="/Email/SubscribeToList" novalidate="novalidate" class="ng-pristine ng-valid">
  <h3 class="email-signup__title">Sign Up To Get The Latest From NBF</h3>
  <label for="emailAddress1265" class="email-signup__label">Enter Your E-mail Address</label>
  <div class="input-email-icon">
    <input type="text" name="emailSubscribe" id="emailAddress1265" ng-model="vm.email" class="email-signup__input ng-pristine ng-untouched ng-valid" placeholder="Your e-mail" data-val-required="Email Address is required." data-val="true"
      data-rule-regex="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" data-val-regex="Email Address is invalid." autocomplete="email">
  </div>
  <span class="field-validation-valid footer-background" data-valmsg-for="emailSubscribe" data-valmsg-replace="true"></span>
  <button ng-show="!vm.submitted" class="email-signup__btn btn btn-submit" type="submit" ng-click="vm.submit($event)">Submit</button>
  <span data-valmsg-replace="true" data-valmsg-for="EmailAddress"></span>
  <span ng-show="vm.submitted" class="successMessage ng-hide">You have been successfully subscribed to our newsletter</span>
</form>

<form novalidate="" id="tellAFriendForm" class="custom ng-pristine ng-valid">
  <div class="row share-name">
    <div field-label="Friend's Name" field-name="friendsName" field-value="vm.tellAFriendModel.friendsName" is-required="true" is-email="false">
      <div class="large-5 columns">
        <span ng-bind="fieldLabel">Friend's Name</span>
        <span class="redTxt" ng-show="isRequired">*</span>
      </div>
      <div class="large-7 columns">
        <input type="text" ng-model="fieldValue" autofocus="autofocus" id="friendsName" name="friendsName" data-rule-required="true" data-msg-required="Friend's Name is required" data-rule-email="false" data-msg-email="Friend's Name is invalid"
          data-rule-regex=".*" data-msg-regex="Friend's Name is invalid" class="ng-pristine ng-untouched ng-valid">
        <span class="field-validation-valid" data-valmsg-for="friendsName" data-valmsg-replace="true"></span>
      </div>
    </div>
  </div>
  <div class="row share-email">
    <div field-label="Friend's Email" field-name="friendsEmail" field-value="vm.tellAFriendModel.friendsEmailAddress" is-required="true" is-email="true">
      <div class="large-5 columns">
        <span ng-bind="fieldLabel">Friend's Email</span>
        <span class="redTxt" ng-show="isRequired">*</span>
      </div>
      <div class="large-7 columns">
        <input type="text" ng-model="fieldValue" autofocus="autofocus" id="friendsEmail" name="friendsEmail" data-rule-required="true" data-msg-required="Friend's Email is required" data-rule-email="true" data-msg-email="Friend's Email is invalid"
          data-rule-regex="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" data-msg-regex="Friend's Email is invalid" class="ng-pristine ng-untouched ng-valid">
        <span class="field-validation-valid" data-valmsg-for="friendsEmail" data-valmsg-replace="true"></span>
      </div>
    </div>
  </div>
  <div class="row share-you">
    <div field-label="Your Name" field-name="yourName" field-value="vm.tellAFriendModel.yourName" is-required="true" is-email="false">
      <div class="large-5 columns">
        <span ng-bind="fieldLabel">Your Name</span>
        <span class="redTxt" ng-show="isRequired">*</span>
      </div>
      <div class="large-7 columns">
        <input type="text" ng-model="fieldValue" autofocus="autofocus" id="yourName" name="yourName" data-rule-required="true" data-msg-required="Your Name is required" data-rule-email="false" data-msg-email="Your Name is invalid"
          data-rule-regex=".*" data-msg-regex="Your Name is invalid" class="ng-pristine ng-untouched ng-valid">
        <span class="field-validation-valid" data-valmsg-for="yourName" data-valmsg-replace="true"></span>
      </div>
    </div>
  </div>
  <div class="row share-youmail">
    <div field-label="Your Email" field-name="yourEmail" field-value="vm.tellAFriendModel.yourEmailAddress" is-required="true" is-email="true">
      <div class="large-5 columns">
        <span ng-bind="fieldLabel">Your Email</span>
        <span class="redTxt" ng-show="isRequired">*</span>
      </div>
      <div class="large-7 columns">
        <input type="text" ng-model="fieldValue" autofocus="autofocus" id="yourEmail" name="yourEmail" data-rule-required="true" data-msg-required="Your Email is required" data-rule-email="true" data-msg-email="Your Email is invalid"
          data-rule-regex="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" data-msg-regex="Your Email is invalid" class="ng-pristine ng-untouched ng-valid">
        <span class="field-validation-valid" data-valmsg-for="yourEmail" data-valmsg-replace="true"></span>
      </div>
    </div>
  </div>
  <div class="row share-msg">
    <div class="large-5 columns">
      <span>Your Message</span>
      <span class="redTxt">*</span>
    </div>
    <div class="large-7 columns">
      <textarea ng-model="vm.tellAFriendModel.yourMessage" autofocus="autofocus" id="yourMessage" name="yourMessage" data-rule-required="true" data-msg-required="Your Message is required" class="ng-pristine ng-untouched ng-valid"></textarea>
      <span class="field-validation-valid" data-valmsg-for="yourMessage" data-valmsg-replace="true"></span>
    </div>
  </div>
  <!-- ngIf: !vm.isSuccess -->
  <div class="row btns" ng-if="!vm.isSuccess">
    <button id="tst_productDetail_shareSubmit" ng-click="vm.shareWithFriend()" class="btn primary btn-create-wishlist" type="button">Share</button>
  </div><!-- end ngIf: !vm.isSuccess -->
</form>

<form id="welcome_modal" class="ng-pristine ng-valid">
  <input aria-label="Email Address" id="wm-email-field" type="text" placeholder="Email Address" data-rule-required="true" data-val="true" data-rule-regex="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"
    data-msg-regex="Please enter a valid email address">
  <button aria-label="Sign Up." id="wm-submit" class="btn-primary" ng-click="vm.submitEmail()">
    <span>Sign Up.</span>
  </button>
</form>

<form id="welcome_modal_mobile" class="ng-pristine ng-valid">
  <span class="wm-container">
    <input aria-label="Email Address" id="wm-email-input" type="text" placeholder="Email Address" data-rule-required="true" data-val="true" data-rule-regex="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"
      data-msg-regex="Please enter a valid email address">
    <button aria-label="Sign Up." id="wm-submit-mobile" class="btn-primary" ng-click="vm.submitEmail()">
      <span>Sign Up.</span>
    </button>
  </span>
</form>

Text Content

×

WAIT! YOU ARE ABOUT TO MISS OUT.

Stay informed about exclusive offers and content sent right to your inbox!
Join Now

 * Government
 * Education
 * Healthcare
 * Hospitality
 * Workplace
 * Home Office

 * Login
   Welcome
   Email Password Forgot Password?
   
   
   
   Log In
   Create Account
   
   
   RESET PASSWORD
   
   Enter your username and we'll send you an email that will allow you to reset
   your password.
   
   Send Email Cancel
   If an account matches the username entered, an email will be sent to the
   associated email address with instructions on how to reset your password
   shortly. If you do not receive an email, please contact customer service.
   Close
   ×
 * My Account
    * Welcome
    * Log Out

 *   0Cart

Search
Search History
Clear Search History
Search
Customer #:
Ship To:
International Settings
Cancel
 * Login
 * 
 * 
 * Sign Out
   
   

 * Search

☰

  0
Search
Search History
Clear Search History
Search
Talk With an Expert
Talk With an Expert
855-755-6781

 * Government
 * Education
 * Healthcare
 * Hospitality
 * Workplace
 * Home Office

 * Hello, Login
 * 's Account ►
    * My Account Settings
    * My Addresses
    * User Administration
    * My Saved Orders
    * My Invoices
    * My Orders
    * My Order Approvals
    * My Quotes
    * My Favorites
    * My Payment Options
    * Quick Order
    * Log Out

 * Desks
    * Shop All Desks
    * L Shaped
    * U Shaped
    * Executive
    * Reception
    * Adjustable Height
    * Office Suites & Sets

 * Seating
    * Shop All Seating
    * Reception & Guest
    * Conference
    * Executive
    * Ergonomic
    * Big & Tall
    * Task
    * Stacking
    * Stools

 * Tables
    * Shop All Tables
    * Conference
    * Breakroom
    * Training Room
    * Flip Top
    * Folding Tables
    * Table & Chair Sets

 * Storage
    * Shop All Storage
    * Cabinets
    * Filing
    * Credenzas
    * Bookcases
    * Mobile Pedestals
    * Wardrobe Cabinets

 * Space Division
    * Shop All
    * Workstations
    * Room Dividers
    * Privacy Panels
    * Mobile Boards
    * Booths & Pods

 * Accessories
    * Shop All
    * Decor
    * Lighting
    * Rugs
    * Chair Mats
    * Presentation Boards
    * Waste & Recycling
    * Power

   Spaces
    * Reception
    * Breakroom
    * Home Office
    * Conference Room
    * Training Room
    * Outdoor
    * Private Office
    * Workstations
   
   Resources
    * Tips & Ideas
    * Case Studies
    * Digital Catalogs
    * Request a Quote
    * Request a Catalog
   
   Deals
    * Sale
    * Clearance
    * Discounts
   
   Local Furniture Consultant
   
 *  * Spaces
       * Reception
       * Breakroom
       * Home Office
       * Conference Room
       * Training Room
       * Outdoor
       * Private Office
       * Workstations
   
    * Resources
       * Tips & Ideas
       * Case Studies
       * Digital Catalogs
       * Request a Quote
       * Request a Catalog
   
    * Deals
       * Sale
       * Clearance
       * Discounts
   
    * Local Furniture Consultant
      

◄

×



Shop District Conference Tables >

Learn More >


CREATE A SPACE THAT BRINGS OUT YOUR BEST 

Reception
Inviting spaces that pull guests in
Shop Reception
Breakroom
Dining, hospitality and more
Shop Breakroom
Conference Room
Create practical meeting spaces
Shop Conference
Training Room
Multi-purpose design
Shop Training Room
MORE ROOMS TO EXPLORE
View All


SHOP POPULAR CATEGORIES


SHOP POPULAR CATEGORIES

Desks
Desks
Chairs
Chairs
Storage
Storage
Space Division
Space Division
Tables
Tables
Accessories
Accessories


EXPLORE OUR BEST SELLERS

   
 * Available in 6 Options
   Available in 6 Option
      
    * 
      
    * 
      
    * 
      
    * 
      
    * 
      
    * 
      
    * + 2 more
   
   Statesman Adjustable Height L-shaped Desk With Left Return - 65"w
   
   
   $2,579.00
   
   GSA
   4.4
   13 Reviews
   
   
 * Available in 4 Options
   Available in 4 Option
      
    * 
      
    * 
      
    * 
      
    * 
   
   Harper Mid-back Executive Chair
   
   
   $299.00
   
   4.9
   57 Reviews
   
   
 * Available in 3 Options
   Available in 3 Option
      
    * 
      
    * 
      
    * 
      
    * 
   
   At Work Mobile File Storage Pedestal - 26"h
   
   
   $389.00
   
   4.6
   123 Reviews
   
   
 * Available in 3 Options
   Available in 3 Option
      
    * 
      
    * 
      
    * 
      
    * 
   
   At Work Reversible L-shaped Desk - 66"w
   
   
   $979.00
   
   4.8
   14 Reviews
   Ships Today!
   
 * Available in 4 Options
   Available in 4 Option
      
    * 
      
    * 
      
    * 
      
    * 
      
    * 
   
   Palladia L-shaped Desk With File Storage - Right Return
   
   
   $699.00
   
   4.2
   258 Reviews
   
   
 * Available in 3 Options
   Available in 3 Option
      
    * 
      
    * 
      
    * 
      
    * 
   
   At Work Storage Credenza 72"w X 24"d
   
   
   $899.00
   
   4.3
   39 Reviews
   Ships Today!
   
 * Available in 1 Options
   Available in 1 Option
      
    * 
      
    * 
   
   Pro-line Progrid® Ergonomic High-back Mesh Chair
   
   
   $299.00
   
   GSA
   4.7
   187 Reviews
   
   
 * Available in 3 Options
   Available in 3 Option
      
    * 
      
    * 
      
    * 
      
    * 
   
   At Work Reversible L-shaped Desk - 72"w X 72"d
   
   
   $779.00
   
   4.6
   56 Reviews
   Ships Today!
   
 * Available in 2 Options
   Available in 2 Option
      
    * 
      
    * 
      
    * 
   
   Urban Four Drawer Storage Credenza - 72"w X 21"d
   
   
   $1,699.00
   
   GSA
   4.9
   33 Reviews
   Ships Today!
   
 * Available in 2 Options
   Available in 2 Option
      
    * 
      
    * 
      
    * 
   
   Via Double Pedestal Executive Bowfront L-desk - 72"w
   
   
   $1,389.00
   
   GSA
   4.7
   50 Reviews
   Ships Today!
   

 1. 1
 2. 2
 3. 3
 4. 4
 5. 5
 6. 6
 7. 7

 * Previous
 * Next


EXPLORE OUR BEST SELLERS

   
 * Available in 6 Options
   Available in 6 Option
   Statesman Adjustable Height L-shaped Desk With Left Return - 65"w
   
   
   $2,579.00
   
   GSA
   
   
 * Available in 4 Options
   Available in 4 Option
   Harper Mid-back Executive Chair
   
   
   $299.00
   
   
   
 * Available in 3 Options
   Available in 3 Option
   At Work Mobile File Storage Pedestal - 26"h
   
   
   $389.00
   
   
   
 * Available in 3 Options
   Available in 3 Option
   At Work Reversible L-shaped Desk - 66"w
   
   
   $979.00
   
   Ships Today!
   
 * Available in 4 Options
   Available in 4 Option
   Palladia L-shaped Desk With File Storage - Right Return
   
   
   $699.00
   
   
   
 * Available in 3 Options
   Available in 3 Option
   At Work Storage Credenza 72"w X 24"d
   
   
   $899.00
   
   Ships Today!
   
 * Available in 1 Options
   Available in 1 Option
   Pro-line Progrid® Ergonomic High-back Mesh Chair
   
   
   $299.00
   
   GSA
   
   
 * Available in 3 Options
   Available in 3 Option
   At Work Reversible L-shaped Desk - 72"w X 72"d
   
   
   $779.00
   
   Ships Today!
   
 * Available in 2 Options
   Available in 2 Option
   Urban Four Drawer Storage Credenza - 72"w X 21"d
   
   
   $1,699.00
   
   GSA
   Ships Today!
   
 * Available in 2 Options
   Available in 2 Option
   Via Double Pedestal Executive Bowfront L-desk - 72"w
   
   
   $1,389.00
   
   GSA
   Ships Today!
   


FRESH DEALS

Limited-time savings you can't afford to miss. Shop Now


FRESH DEALS

Limited-time savings you can't afford to miss.
Shop Now


SOLUTIONS FOR YOUR INDUSTRY

Whether you’re in business, government, healthcare, or education, we’ve got the
track record and the tools to help.
Shop By Industry


SOLUTIONS FOR YOUR INDUSTRY

Whether you’re in business, government, healthcare, or education, we’ve got the
track record and the tools to help.
Shop By Industry


HELPFUL ARTICLES

See More


PRIVATE OFFICE TRENDS TO SUPPORT PRODUCTIVITY

A good office meets your needs. A great office does some of the heavy lifting.


PRIVATE OFFICE TRENDS TO SUPPORT PRODUCTIVITY

A good office meets your needs. A great office does some of the heavy lifting.
Read More



RECEPTION TRENDS TO SET YOUR ORGANIZATION APART

The white-hot, post-pandemic labor market is putting more pressure on office
design than ever.


RECEPTION TRENDS TO SET YOUR ORGANIZATION APART

The white-hot, post-pandemic labor market is putting more pressure on office
design than ever.
Read More



WORKSTATION TRENDS TO INSPIRE A RETURN TO THE OFFICE (RTO)

Wondering how to inspire employees to return to the office? Your workstation
design might be the answer.


WORKSTATION TRENDS TO INSPIRE A RETURN TO THE OFFICE (RTO)

Wondering how to inspire employees to return to the office? Your workstation
design might be the answer.
Read More



CREATE GREAT WORK ENVIRONMENTS WITH NBF

Create Great Work Environments with NBF

Signature Designs from NBF

Curated furniture backed by
a Lifetime Guarantee

Experts Who Care

Unparalleled service for
45+ years

Ready To Ship Inventory

Many products large and small
Ship Today

Where Value Meets Quality

Commercial quality furniture at
great prices


SHOP OUR SELECTION OF OFFICE & BUSINESS FURNITURE

You deserve a beautiful office and National Business Furniture wants to be the
one to help you create an environment where great work happens. Our
knowledgeable and helpful furniture experts can help you from reviewing your
room or office layout, to designing your space and selecting office furniture.
Shop all kinds of furniture for your home or office including business
furniture, office desks, office chairs, reception desks, décor and more. Explore
our resource center for Office Decorating & Planning Ideas & Tips and view our
Office Furniture Case Studies for inspiration.

Our great product selection, service, ships today products and a lifetime
guarantee have been keeping customers coming back for more than forty years!


 * Navigation
 * Markets
 * Rooms
 * Tips and Ideas
 * Case Studies

 * Account
 * My Account
 * Track Your Order
 * FAQs
 * Terms and Conditions
 * Shipping Policies
 * Returns

 * About NBF
 * About NBF
 * Sustainably Sourced
 * Careers
 * Press Releases
 * Digital Catalogs
 * Affiliates
 * Privacy & Security
 * Accessibility Statement
 * California Privacy Rights

 * Support
 * Customer Service
 * Furniture Consultants
 * Get in Touch With Us
 * Request Quote
 * Request a Catalog


 * Navigation
 * Markets
 * Rooms
 * Tips and Ideas
 * Case Studies

 * Account
 * My Account
 * Track Your Order
 * FAQs
 * Terms and Conditions
 * Shipping Policies
 * Returns

 * About NBF
 * About NBF
 * Sustainably Sourced
 * Careers
 * Press Releases
 * Digital Catalogs
 * Affiliates
 * Privacy & Security
 * Accessibility Statement
 * California Privacy Rights

 * Support
 * Customer Service
 * Furniture Consultants
 * Get in Touch With Us
 * Request Quote
 * Request a Catalog




SIGN UP TO GET THE LATEST FROM NBF

Enter Your E-mail Address

Submit You have been successfully subscribed to our newsletter


CONNECT WITH US:

 * 
 * 
 * 
 * 


 * SHARE WITH A FRIEND
   
   Friend's Name *
   
   Friend's Email *
   
   Your Name *
   
   Your Email *
   
   Your Message *
   
   Share
   An email was successfully sent. Email was not successfully sent, please
   verify form inputs.
   ×

Talk To One Of Our Furniture Specialists
855-755-6781


Web Code: G32K4G-16734





How can we improve? Please send us your feedback.

Copyright © 1999 - 2024 All Rights Reserved











×

WELCOME TO NATIONAL BUSINESS FURNITURE

Be in the know on the latest content, news, promotions and products that will
help you work from home with ease.
Sign Up.
Please view our privacy policy
Join Our Newsletter
Get the latest news, promotions & products.
Sign Up.
Please view our privacy policy.