SKU: YS500T

Yves - Dining Table

$65999 USD $81999


Delivery and Shipping

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

Experience modern dining at its finest with the Yves 77-95" inch dining table. Featuring clean lines and a contemporary double pedestal base, this table comfortably seats up to 10 guests. Solid mango wood legs ensure stability, while the included 18-inch leaf effortlessly expands the table from intimate to inclusive gatherings. Elevate your dining space with the perfect blend of style and functionality, courtesy of the Yves dining table.

Product Features
  • Crafted from ash veneers, hardwood solids and engineered woods
  • Styling details include weighty floating tabletop, contemporary double-pedestal sled table base, gold accents on Side Chair back and Server hardware and clean linear lines that work well in modern environments.
  • 77 inch Rectangular Table extends to 95 inches with the addition of included 18-inch leaf to seat up to ten

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