SKU: D496-25

Kraeburn - Rectangular Dining Room Table - Brown

$68999 USD $86999


Delivery and Shipping

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

Experience worry-free living with this dining table. Designed to effortlessly blend casual and refined aesthetics, the rich brown butcher block veneer exudes a modern, relaxed vibe you'll love. Styled to comfortably seat eight, this piece makes room for one and all.

Additional Dimensions
  • Apron to floor: 27.25"


Product Features
  • Made with hardwood solids, butcher block mango wood veneer and MDF substrates
  • Brown wood-tone finish
  • Seats up to 8
  • Dining chairs sold separately
  • Assembly required


Kraeburn - Rectangular Dining Room Table - Brown
94.5"W x 39.0"D x 30.13"H - 155.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'); } } });