
6FT Conference Table, 70.8" Rectangle Training Table Boardroom Desk
Product information for 6FT Conference Table, 70.8" Rectangle Training Table Boardroom Desk
Industrial Charm - Our rustic, rectangular conference table, showcasing a rustic brown board and black metal frame, brings industrial charm to your meeting area. Generously Spacious - With dimensions of 70.87"W x 35.43"D x 29.52"H, our hardwood conference table can comfortably fit 6-8 people for brainstorming or leadership meetings. Durable and Sturdy - The 1.57" thick tabletop of this table, constructed from premium MDF and a rustic brown finish, is smooth, scratch-resistant, and easy to clean. The 0.98" robust metal frame, supplemented by iron pipes, assures lasting durability. Versatile - With a rustic aesthetic, our conference table brings sophistication and functionality to any room. It can seamlessly double as a stylish dining table, making it a flexible choice for those seeking style and versatility in their furniture. Customer Assurance - Assembly is a breeze with all hardware, tools, and instructions provided. We also offer a 12-month quality assurance and professional customer service. If you have any questions, we’re here to assist. Product Dimensions & Weights Details Length 70.87" Depth 35.43" Height 29.52" Tabletop Thickness 1.57" Item Weight 77.16 lbs Packaging Dimensions & Weights 39.76" L x 25.59" W x 10.63" H (82.01 lbs) Installation Guide.pdf .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; } } Get ready to impress Upgrade your conference room with modern and affordable 6ft conference table Impress your clients and colleagues with our sleek and modern 6ft conference table Provides ample space for productive meetings and presentations Designed for easy assembly and maximum functionality Sturdy metal legs provide stability and support for heavy items on the table Seats up to 8 people comfortably, perfect for small to medium sized meetings #premium-module-12-nav-carousel-1772697549846005200 { .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-1772697549846005200 { .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; } } } 70.8' W x 35.4' D Surface1.57' MDF BoardSturdy Support FrameAdjustable Leg Pads 70.8' W x 35.4' D Surface Measuring 70.86' W x 35.43' D, our conference table is spacious enough to sit 6-8 people comfortably 1.57' MDF Board Crafted from 1.57' MDF board which is strong corrosion resistance, anti-scratch and easy to clean Sturdy Support Frame Heavy-duty metal support frame make conference table super stable and sturdy and can last for years Adjustable Leg Pads To make the meeting table keep stable even on uneven floor while protecting floor from scratches 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); }); }); Style Color Rustic Shape Rectangular Table Design Conference Table Style Name Industrial Finish Types wooden grain Furniture Finish Wooden Grain (Table Top), Black (Base) Leg Style Straight Leg Top Color Rustic Base Color Black Item details Brand Name Tribesigns Model Name Conference Table Included Components Assembly Guide, Installation Tool Item Width 70.87 Inches Manufacturer Tribesigns Item Type Name Conference Table Features & Specs Seating Capacity 8 Base Type Leg Number of Items 1 Unextended Seating Capacity 8 Tilting No Is Electric No Is the item resizable? No Measurements Item Dimensions D x W x H 35.43"D x 70.87"W x 29.52"H Item Weight 77.16 Pounds Size 6ft Item Depth 35.43 inches Item Dimensions 35.43 x 70.87 x 29.52 inches Tabletop Thickness 1.57 Inches Extended Length 35.43 Inches Item Width 70.87 Inches Base To Top Distance 30.31 Inches User guide Required Assembly Yes Maximum Weight Recommendation 300 Pounds Recommended Uses For Product Dining, Meeting, Writing Indoor Outdoor Usage Indoor Specific Uses For Product Non Residential Use, Residential Use Warranty Type Limited Includes All Assembly Tools Yes Materials & Care Frame Material Type Alloy Steel Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth Is Stain Resistant Yes Material Type Engineered Wood Handle Material Alloy Steel



















