Store Offer Menu

Tribesigns Deals

Top Tribesigns Deals & Price Drops for April 2026

Explore verified Tribesigns discounts and price drops updated in the last 30 days.

L-Shaped Computer Desk, Reversible Corner Desk With Drawer Cabinet - Black

L-Shaped Computer Desk, Reversible Corner Desk Wit...

Storage Galore - This computer desk is designed with convenient storage with its 3 large drawers and 2 shelves, allowing you to keep your office essentials near for a tidy and efficient workspace. Adaptable to Your Needs - The L-shaped design of this desk offers flexibility—position it in a corner in smaller spaces or extend it to a straight desk in larger areas. Plus, the retractable desktop and movable drawer cabinet make it even more adaptable to your needs. Strong and Lasting - Crafted mostly from high-grade MDF, this home office desk guarantees exceptional sturdiness. The metal legs and braced corners offer steady support, while the scratch and wear-resistant surface extend the desk's life. Effortless Elegance - This white corner desk brings understated elegance to any room. Its contemporary design fits seamlessly into various places, making it an ideal choice whether you need a home computer desk, an L-shaped office desk, or a study desk in your bedroom. Product Dimensions & Weights Details Length 39.37" Depth 17.72" Height 29.53" Item Weight 77.16 lbs Packaging Dimensions & Weights 44.29" L x 20.28" W x 7.68" H (81.57 lbs) Installation Guide.pdf Installation Guide Video: Tribesigns L-Shaped Computer Desk with Drawers and Shelves. .image-with-text__content-wrapper-walter .image-with-text__content-list { flex-direction: column; } .heading--image-with-text-h2 { font-size: 16px; } @media screen and (max-width: 740px) { .heading--image-with-text-h2 { font-size: 14px; } .heading--image-with-text-h3 { font-size: 18px; } .premium-module-1-image-text-h3 { margin-top: 0 !important; } } Discover the versatile Tribesigns L-Shaped Computer Desk. Our white computer desk is a stylish workspace enhancer that comes with ample storage, flexible configurations, and sturdy construction. It is designed to meet your needs, while the computer desk's simple and stylish design blends seamlessly into different decor styles. With its sleek and modern design, this desk ensures your workspace is both functional and elegant. Whether it's a home office or a bedroom, this home office desk is a suitable choice for you. Freely extendable and rotated desktop as follow... #premium-module-12-nav-carousel-1768962438976682900 { .text-container img:not([style*=float]), .rte img:not([style*=float]) { display: block; margin: 0; } img { margin: 0; } .custom-carousel-slide { padding: 0; } .custom-carousel-container { position: relative; overflow: hidden; margin: auto; border-radius: 0 0 8px 8px; } .custom-carousel-viewport { display: flex; transition: transform 0.5s ease-in-out; } .custom-carousel-track { list-style: none; padding: 0; margin: 0; } .custom-carousel-slide { min-width: 100%; display: none; flex-shrink: 0; justify-content: center; align-items: center; text-align: left; position: relative; } .custom-carousel-slide.active { display: flex; } .slide-image img { width: 100%; height: auto; display: block; } .slide-caption { position: absolute; left: 80px; top: 50%; transform: translateY(-50%); color: #2d2d2d; background: rgba(200, 164, 139, 0.8); padding: 20px; border-radius: 8px; max-width: 500px; } .slide-caption h4 { font-weight: bold; margin-bottom: 10px; } .custom-carousel-controls { position: absolute; top: 50%; left: 0; right: 0; display: flex; justify-content: space-between; transform: translateY(-50%); padding: 0 10px; pointer-events: none; } .custom-carousel-controls button { font-size: 32px; background: rgba(200, 164, 139, 0.8); border: none; color: white; cursor: pointer; pointer-events: all; padding: 25px 15px; border-radius: 5px; } .custom-carousel-controls svg { fill: #fff; } .custom-carousel-tabs { /* margin: 10px auto 20px; */ display: flex; gap: 8px; justify-content: flex-start; overflow-x: auto; white-space: nowrap; padding: 0 10px; flex-wrap: nowrap; /* 保证在小屏上不换行 */ justify-content: center; background: rgba(200, 164, 139, 0.8); padding: 15px; border-radius: 8px 8px 0 0; } .custom-carousel-tabs .tab { cursor: pointer; padding: 10px 15px; flex-shrink: 0; white-space: nowrap; min-width: 140px; /* max-width: 180px; */ border: none; background: transparent; font-weight: 600; color: #fff; } .custom-carousel-tabs .active { font-weight: bold; text-decoration: underline; text-underline-offset: 10px; text-decoration-thickness: 3px; } } @media (max-width: 769px) { #premium-module-12-nav-carousel-1768962438976682900 { .custom-carousel-tabs { justify-content: flex-start; margin: 0; } .slide-caption { position: static; transform: none; background: none; color: black; text-align: center; padding: 10px; } .custom-carousel-slide.active { flex-direction: column; } .custom-carousel-controls { display: none; } } } Ample Storage SpaceReinforcement DesignSmooth Slide RailsAdjustable Foot Pads Our white corner desk is equipped with a storage cabinet, which provides ample storage space. The added corner reinforcement design helps the computer desk stay stable. Smooth slide rails allow for easy and controlled pulling and pushing of drawers. Adjustable feet allow the desk to adapt to uneven surfaces, keeping it stable. document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); This computer desk can be used in office setups. Item details Brand Name Tribesigns Room Type Bedroom, Office, Study Room Recommended Uses For Product Drafting, Working, Writing Included Components Deak, Storage Drawers Product Grade Commercial, Residential Model Name L-Shaped Computer Desk Item Height 29.53 inches Materials & Care Base Metal Top Material Type Engineered Wood Furniture Leg Material Metal Drawer Glide Material Metal Features & Specs Additional Features Drawers, Reversible Mounting Type Freestanding Drawer Type Utility Drawer Base Type Leg Has Finished Back No Drawer Glide Mechanism Mechanical Storage Options Drawers, Shelves Cabinet Configuration Freestanding Is Customizable? No Is Electric No Style Shape Rectangular Desk Design Computer Desk Color White Style Name Modern Finish Types White Finish Furniture Finish Engineered Wood Leg Style [Custom] Metal base with white finish, leg style not specified Top Color White Base Color White Measurements Item Dimensions D x W x H 17.72"D x 39.37"W x 29.53"H Number of Drawers 3 Item Weight 77.16 Pounds Size Standard Number Of Shelves 2 Tabletop Thickness 0.75 Inches Maximum Height 29.53 Inches Working Surface Diagonal Length 43.05 Inches Number Of Enclosed Shelves 2 Number Of Cabinets 1 User guide Required Assembly Yes Recommended Number of People for Assembly 2 Includes All Assembly Tools No
$225.99
$191.0015% OFF

Subscribe to Tribesigns coupon newsletter

Get notified of offers and coupon codes from Tribesigns before they expire!