SKU: JA500SV

Joanna - Server - Two Tone

$74999 USD $92999


Delivery and Shipping

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

Joanna presents a classic farmhouse Server updated for today's dining. Turnedpilasters combine with cup pulls to create a look that feels both new and vintage. The Server has a two-tone ivory and mocha and features sliding glass doors that are great for display of collectibles. A middle wine rack with hanging stemware storage and three shelves add to the storage and convenience of the unit.

Product Features
  • Two spacious felt lined drawers for protecting fine items
  • Classic farmhouse styling constructed of acacia veneers and hardwood solids
  • Styling details include turned pilasters, half-cup pewter hardware and picture frame apron and drawers


Joanna - Server - Two Tone
60.0"W x 19.0"D x 36.5"H - 193.6 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'); } } });