Global Partners

At TBS, we collaborate with world-renowned brands to bring you the highest quality building materials and architectural solutions. Our partnerships with industry leaders across the globe allow us to provide innovative, durable, and stylish products that meet the evolving needs of modern construction and design.

d line

d line is an industry pioneer in architectural hardware, known for its precision-engineered, high-performance solutions. With a design philosophy centered around simplicity, durability, and timeless aesthetics, they offer door fittings, sanitary solutions, and security accessories that are widely used in residential, hospitality, and commercial projects worldwide.

Q-railing

Q–railing is at the forefront of premium railing system innovation, offering state-of-the-art balustrades, glass railings, and modular handrail systems. Their solutions emphasize safety, durability, and modern design, making them a top choice for architects and builders looking to integrate stylish yet secure railings in their projects.

Ryan Architecture Hardware

Ryan Architectural Hardware is a trusted provider of high-performance hardware and services, ensuring a seamless and comprehensive approach to architectural needs. TBS supports RAH with a full range of solutions, including signage, handrails, ironmongery, partitions, sliding doors, and marketing services. This partnership guarantees that every project benefits from high-quality materials, expert craftsmanship, and innovative solutions tailored to meet the highest industry standards.

Frost

FROST is renowned for its contemporary and minimalist architectural hardware, offering stylish and functional solutions for bathrooms, kitchens, and interior spaces. Their product line includes door handles, towel rails, shelving, and furniture fittings, all crafted with a sleek Scandinavian aesthetic. Designed for modern living and commercial applications, FROST products seamlessly blend form and function to enhance any space.

Canvas

Canvas Collection revolutionizes modern partition design, seamlessly blending cutting-edge innovation with refined aesthetics. Crafted with precision, each piece embodies sophistication, elevating both residential and commercial spaces into statements of contemporary luxury. With a perfect balance of form and function, the Canvas Collection sets a new standard in architectural elegance, redefining the way we experience and interact with interior spaces.

Get in Touch

Talk to our experts and discover how we can transform your space with precision and style.
document.addEventListener('DOMContentLoaded', function() { // Array of possible Swiper-related selectors const selectors = [ '.swiper', '.swiper-container', '.swiper-wrapper', '.swiper-slide', '[class*="swiper"]' // Catches any class containing "swiper" ]; // Function to remove inert attribute function removeInert(element) { if (element) { element.removeAttribute('inert'); } } // Remove inert from all matching elements selectors.forEach(selector => { const elements = document.querySelectorAll(selector); elements.forEach(el => removeInert(el)); }); // Observe the entire document for dynamic changes const observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { selectors.forEach(selector => { const elements = document.querySelectorAll(selector); elements.forEach(el => { if (el.hasAttribute('inert')) { removeInert(el); } }); }); }); }); // Observe the document for attribute changes observer.observe(document.body, { attributes: true, childList: true, subtree: true }); });