SKU: WB3806PC

Heather - 6 Piece Dining Set - Black

$1,19999 USD $1,49999


Delivery and Shipping

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

The Westby Marble top Dining Set brings the epitome of sophistication into your dining area, . Crafted with meticulous detail, it features a lustrous white marble table complemented by nailhead-trimmed ebony vegan leather chairs that are as comfortable as they are beautiful. The deep ebony finish on birch veneers and poplar solids, paired with tapered legs, adds to its elegance. Seating six comfortably, the 64-inch table is perfect for gatherings. Easy maintenance is assured with resilient materials. Elevate your dining area with this exquisite set, which includes the 64-inch table, bench and four chairs.

Product Features
  • Expertly crafted of poplar solids, birch veneers, white marble top veneer and engineered woods
  • Set includes the Westby Marble Dining Table, Westby Bench and 4 Westby Side Chairs. Each item also sold separately.
  • Each marble top is crafted by nature with uniquecharacteristics that vary slightly so no two pieces will be exactly alike

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