SKU: B331/57/B100-31

Bellaby - Panel Headboard With Bolt On Metal Frame

$26999 USD $33999

Color
Size

Delivery and Shipping

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

It’s gorgeous; it’s modern farmhouse; it’s this panel bed. Wispy finish infuses so much character without covering the grain for that weathered, rustic look you crave. Clean-lined, classic panel styling provides a countrified-chic bedroom retreat that’s a breath of fresh air.
Bellaby - Queen Headboard and Bolt on Metal Frame - Whitewash
103.76 lb
Bellaby - King Panel Headboard with Bolt on Metal Frame - Whitewash
124.26 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'); } } });