SKU: WH200-2E-3PC

Whitman - 3 Piece - White

$62999 USD $78999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Mid-Century Modern elegance in a Lift-Top Table that offers a great look at a great value! White veneered tops and sides give the look and feel of solid wood accented by champagne finished tubular metal legs for a mixed media style. The Whitman anchors a living room with the convenience of a coffee table, desk or dining table. Beautiful when closed yet very functional when open.

Product Features
  • Crafted of printed paper veneer with tubular iron base
  • Lift-top adds the convenience of a coffee table, dining table and desk all in one piece
  • Work or dine from your sofa with the lift-top functionality

// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });