SKU: W509S00131

Dining Table Set With Wooden Base

$2,20999 USD $2,83999

Color
Sets

Delivery and Shipping

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

  • Sintered Stone Top: Durable, scratch-resistant, and heat-resistant surface with natural textures and translucent color variations for a premium look
  • Walnut-Colored Base: Sturdy wooden frame with distinctive leg design enhances stability and matches modern or mid-century interior styles
  • Spacious Round Design: 59-inch diameter with a 35-inch turntable accommodates 6–8 people comfortably for family meals or entertaining
  • Multi-Scenario Use: Modern aesthetic suits various home environments including dining rooms, lounges, and open-plan living areas
  • Easy Assembly: Comes with clear instructions, all tools, and accessories for straightforward setup without professional help
  • Low-Maintenance Care: Surface resists stains and can be cleaned quickly with a soft clothno special cleaners required.
  • Timeless Style: Clean lines and elegant finish ensure long-lasting appeal across changing interior trends

Dining Table Set With Round Turntable, Seats 6 - 8 - White
59.0"W x 59.0"D x 29.5"H
Dining Table Set, Round Turntable, Seats 6 - 8 Top With Textures - White
59.0"W x 59.0"D x 29.5"H
// 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'); } } });