SKU: GA500TTTB

Garland - Dining Table - Light Brown

$69999 USD $87999


Delivery and Shipping

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

The Garland Table combines a modern profile with a distressed toffee finish to complete a causally elegant table that is the perfect centerpiece for any dining room. Clean architectural lines pairs with a relaxed toffee finish for a grand dining presentation. The table's modern silhouette relaxes with a faux plank top that is distressed with rasping and threading techniques to create the casual sophistication that is Garland. Sturdy and sophisticated; elegant, yet approachable, the Garland Dining Table is sure to welcome and help entertain friends and family for years.

Product Features
  • Crafted of acacia veneers; acacia, mango, Asian hardwood solids; and engineered woods
  • Faux plank top with rasping and threading distressing for a relaxed, sophisticated look
  • Table Top extends from 70 to 88 inches with the insertion of the included 18-inch leaf to seat up to eight people. The smooth rack and pinion leaf mechanism can be operated by one person.

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