SKU: WAR5454W-TTB

Warren - 54" Round Dining Table - White

$51999 USD $64999


Delivery and Shipping

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

A stately look in a mid-sized round dining table, the Warren 54-inch round table brings French Country inspired designs to your home. This table is finished in an antique white with wood scoring and finish rubthrough on the edges for a slightly shabby appearance that relaxes the piece. Comfortable seating for six, Warren has a regal but relaxed presentation, great for transitional, farmhouse or even modern environments.

Product Features
  • Crafted from oak veneers and acacia, mango and Asian hardwood solids with engineered woods
  • Kiln-dried wood helps prevent warping, splitting, cracking and developing mildew.
  • Wood scoring and finish rubthrough technique adds a distressed look, enhancing the charm of the furniture with a vintage-inspired appeal.

// 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'); } } });