SKU: DN100E

Duncan - End Table - Brown

$13999 USD $16999


Delivery and Shipping

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

A contemporary styled occasional End Table  of stainless steel, wood and glass construction, Duncan features a spherical triangular shaped top that will instantly add interest to any room. A rich mixture of elements and espresso finish combine for a sophisticated modern look.

Product Features
  • 5mm tempered glass inset
  • Constructed of birch veneers, stainless steel, and 5 mm tempered glass insert
  • Interesting spherically triangular shaped tops


Duncan - End Table - Brown
23.0"W x 23.0"D x 22.5"H - 17.0 lb
// 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'); } } });