Maha Mantra Textile | Premium Sarees & Lehengas

Welcome to Maha Mantra Textile

Discover the finest collection of sarees & lehengas โ€” where tradition meets modern elegance.

Explore Now

๐Ÿ‘— Our Collections

Bridal Wedding Sarees

Elegant designs for the most special day.

Party Wear Sarees

Stunning styles for evening parties.

Western-Style Sarees

Contemporary designs for modern fashion.

Festival Celebration Sarees

Vibrant colors for cultural occasions.

Lehengas for Girls & Kids

Stylish & comfortable outfits.

Bridal Lehenga Designs

Majestic designs, intricate embroidery.

๐Ÿ“– About Us

Who We Are
Maha Mantra Textile is a trusted name in high-quality sarees and lehenga collections.


๐ŸŒŸ Our Story
Established with a vision to bring premium fabrics at affordable prices.


๐Ÿงต What We Offer
Bridal sarees, party wear, western-style sarees, traditional sarees, girls & kids lehengas, bridal lehengas.

5000+
Happy Clients
200+
Exclusive Designs

Premium Quality

Latest Trends

Affordable Pricing

Dedicated Support

Trusted Brand

๐Ÿ›๏ธ Our Products

๐Ÿ“ž Contact Us

Address
No,184 c1 2/2 2nd cross street, Chennai

WhatsApp Business
0775054247

Other Contact
0722 988 488

Email
Mahamantratextile@gmail.com

ยฉ 2025 Maha Mantra Textile โ€” Elegance Woven With Tradition

'; html = html + '
'; html = html + '

' + items[i].name + '

'; html = html + '

' + items[i].desc + '

'; html = html + 'โœจ View Details'; html = html + '
'; } container.innerHTML = html; } // Initialize products with sarees renderProducts('sarees'); // Tab buttons functionality var tabBtns = document.querySelectorAll('.tab-btn'); for (var i = 0; i < tabBtns.length; i++) { tabBtns[i].addEventListener('click', function() { for (var j = 0; j < tabBtns.length; j++) { tabBtns[j].classList.remove('active'); } this.classList.add('active'); var category = this.getAttribute('data-category'); renderProducts(category); }); } // Smooth scroll for anchor links var allLinks = document.querySelectorAll('a[href^="#"]'); for (var i = 0; i < allLinks.length; i++) { allLinks[i].addEventListener('click', function(e) { var targetId = this.getAttribute('href'); if (targetId === "#" || targetId === "") return; var targetElem = document.querySelector(targetId); if (targetElem) { e.preventDefault(); targetElem.scrollIntoView({ behavior: 'smooth', block: 'start' }); if (navLinks.classList.contains('show')) { navLinks.classList.remove('show'); } } }); }