SKU: D795/35/01(2)/60

Montelaine - Dining Room Extension Table Set

$2,23999 USD $2,80999

Color
Sets

Delivery and Shipping

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

Transform your home into a haven of timeless elegance with the Montelaine dining package. Its traditional silhouettes are adorned in a classic antiqued white finish. Whether you're settling in at mealtime or working from home, this set serves your sense of relaxed refinement beautifully.
Montelaine - 6 Pc. - Dining Room Extension Table, 4 Side Chairs, Server - Antique White
317.0 lb
Montelaine - 8 Pc. - Dining Room Extension Table, 6 Side Chairs, Server - Antique White
337.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'); } } });