SKU: B201P359580

Sarang - Dining Table And Chairs Set

$58999 USD $75999

Color

Delivery and Shipping

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

  • Faux Marble Top: Provides a sleek and sophisticated surface that is easy to clean.
  • Included Chairs: Comes with four silver dining chairs to complete your dining setup.
  • Padded Seating: Enjoy enhanced comfort with cushioned chairs for long-lasting support.
  • Sturdy Construction: Made with a durable wood frame to ensure stability and longevity.
  • Modern Design: The black and silver color scheme adds a contemporary touch to your dining area.

Sarang - Dining Table And Chairs Set - Black / Silver
88.0 lb
Sarang - Dining Table Set - Gray / White / Black
88.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'); } } });