SKU: T694-2

Veramond - Square End Table - Dark Brown

$29999 USD $37999


Delivery and Shipping

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

For those who appreciate a time-honored aesthetic with understated elegance, this end table brings home a timeless look. Its rich brown walnut finish merges seamlessly with a profiled top and traditional baluster turned legs for a richly classic appeal. And did we mention there's a lower shelf to display your whatnots?

Additional Dimensions
  • Drawer interior: 0"
  • Opening: 0"


Product Features
  • Made with hardwood solids, oak veneer and MDF substrate
  • Rich brown walnut finish with wood grain texture
  • Round metal knobs with antiqued bronze-tone finish
  • Drawer with fully finished interior, dovetail construction and ball-bearing side glides
  • Lower shelf
  • Assembly required


Veramond - Square End Table - Dark Brown
25.0"W x 25.0"D x 25.13"H - 72.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'); } } });