SKU: W509S00134

Modern Sintered Stone Dining Table Set With Chairs

$2,30999 USD $2,96999

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 Dining Table: Elegant design, scratch-resistant, wear-resistant, and heat-resistant surface.
  • Unique Base Design: Sturdy wooden frame with stylish leg lines for modern/mid-century décor.
  • Spacious Tabletop: Seats 6-8 comfortably; perfect for dining, entertaining, and socializing.
  • Multi-Scenario Application: Matches various home décor styles; timeless design.
  • Easy to Assemble and Clean: Includes detailed instructions and tools; simple cleaning maintenance.

Dining Table Set With Base And 35" Round Turntable - White
59.0"W x 59.0"D x 29.5"H
Dining Table Set With Turntable - 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'); } } });