
46.5" Reception Desk, Modern Front Desk Counter Table with Open Shelves - Walnut
Product information for 46.5" Reception Desk, Modern Front Desk Counter Table with Open Shelves - Walnut
Contemporary Reception Desk - Impress visitors with this chic reception table featuring a unique circular texture for a modern appeal. Spacious Workspace - A large 46.5" W and 19.7" D desktop offers ample space for essentials, while a 43.9" tall size allows for comfortable interactions. Side panels create a sense of privacy. Versatile Use - Ideal for a wide range of settings, the reception desk with counter can be used in corporate offices, boutique shops, beauty salons, or as a regular workstation. Durable Construction - Crafted from thickened MDF and a steel frame, this modern front desk showcases robustness and durability. It's resistant to wear and scratches, can bear up to 220 lbs, and features adjustable footpads for added stability. Easy Assembly - No need for concerns about assembly; detailed instructions and labeled screws/parts make the process straightforward. An 18-month warranty and friendly customer service are also provided. Product Dimensions & Weights Details Length 46.46" Depth 19.69" Height 43.90" Item Weight 85.96 lbs Packaging Dimensions & Weights 51.57 " L x 23.23 " W x 7.28 " H (87.28 lbs) Installation Guide.pdf Tribesigns Reception Desk Modern Front Desk -Time to upgrade your office Add a pop of color to your reception room or Lobby Salon .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; } } Reception Counter Desk with Shelves Tribesigns 47 inch Counter Desk-Elegant Yet Functional Reception Desk ✔If you're looking for a chic front desk, this is for you. The elegant look and circular texture design of this reception desk give your home office or workspace the style it deserves. ✔This desk is perfect for any office, retail store, nail salon, hair salon, boutique store, bank, and much more. ✔Made of high-quality P1 MDF Board, this office desk has a strong construction to ensure a long service time. #premium-module-12-nav-carousel-1751948495683864500 { .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-1751948495683864500 { .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; } } } Cable GrommetConvenient Top ShelfHigh Side PanelSmooth Surface FinishSolid Construction Say Goodbye to messy spaces Used for cords or wires management on your working desk Humanized design Provides additional space for brochures and forms Wrap-around Side Panel High Side Panels provide ample space for privacy Modern Unique Texture The texture of the front desk is easier to clean, just use a damp or dry cloth to wipe clean Four Adjustable Foot pads keep the white reception desk on uneven ground and prevent scratches on the floor. 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); }); }); Item details Brand Name Tribesigns Age Range Description Adult Included Components Grommet Holes for Cord Management Item Type Name Reception Desk Item Height 43.9 inches Style Color Black Shape Rectangular Style Name Modern Finish Types Unfinished Furniture Finish unfinish Leg Style Cabriole Leg Measurements Item Dimensions D x W x H 19.69"D x 46.46"W x 43.9"H Item Weight 87 Pounds Size Large User guide Maximum Weight Recommendation 220 Pounds Recommended Uses For Product Office, Working Recommended Number of People for Assembly 2 Warranty Type Limited Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth Base Engineered Wood Material Type Engineered Wood Features & Specs Base Type Pedestal Number of Items 1 Number Of Shelves 2 Frame Joint Type Frame and Panel Joint Is Customizable? No Is Electric No












