<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Technocrats Horizons | Furniture eCommerce Platform</title>
<style>
body {
font-family: "Poppins", Arial, sans-serif;
background-color: #f8f9fb;
color: #222;
margin: 0;
padding: 0;
}
header {
text-align: center;
background: #fff;
padding: 40px 20px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
header img {
width: 120px;
margin-bottom: 15px;
}
header h1 {
color: #e64a19;
margin: 0;
font-size: 28px;
}
section {
max-width: 900px;
margin: 40px auto;
padding: 20px;
background: #fff;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
h2 {
color: #e64a19;
margin-bottom: 15px;
}
p {
line-height: 1.6;
}
.contact, .social {
margin-top: 25px;
}
.social a {
margin: 0 10px;
display: inline-block;
text-decoration: none;
color: #555;
font-weight: 600;
}
footer {
text-align: center;
padding: 20px;
font-size: 14px;
color: #777;
}
footer a {
color: #e64a19;
text-decoration: none;
}
.cta {
display: inline-block;
margin-top: 20px;
background-color: #e64a19;
color: #fff;
padding: 12px 25px;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
transition: background 0.3s;
}
.cta:hover {
background-color: #c13d14;
}
</style>
</head>
<body>
<header>
<img src="Technocrats Horizons logo.png" alt="Technocrats Horizons Logo">
<h1>Technocrats Horizons</h1>
<p>Innovating Digital Experiences for the Furniture Industry</p>
</header>
<section>
<h2>About Us</h2>
<p>
Technocrats Horizons specializes in building feature-rich <strong>Furniture eCommerce platforms</strong> that redefine the way businesses sell furniture online.
Our solutions are designed for modern retailers who value innovation, offering advanced capabilities like:
</p>
<ul>
<li>3D Product Visualization</li>
<li>AR Furniture Try-On & Placement</li>
<li>Customized Product Catalogs</li>
<li>Seamless Navigation & Mobile-Friendly Design</li>
<li>Secure Payments & Scalable Architecture</li>
</ul>
<p>
We empower furniture brands and manufacturers to expand their digital reach, enhance customer engagement, and deliver immersive shopping experiences that set them apart.
</p>
<a href="https://technocratshorizons.com/furniture-ecommerce-platform/" target="_blank" class="cta">
Explore Our Furniture eCommerce Platform
</a>
</section>
<section class="contact">
<h2>Contact Us</h2>
<p><b>Email:</b> <a href="mailto:sales@technocratshorizons.com">sales@technocratshorizons.com</a></p>
<p><b>Support:</b> <a href=">theseo.techno@gmail.com</a></p>
<p><b>Phone:</b> +91-98720-99910</p>
<p><b>USA Office:</b><br>
Technocrats Horizons<br>
304 S. Jones Blvd #3490<br>
Las Vegas, NV 89107
</p>
</section>
<section class="social">
<h2>Follow Us</h2>
<a href="https://www.facebook.com/Technocratshorizons" target="_blank">Facebook</a>
<a href="https://www.instagram.com/technocratshorizons/" target="_blank">Instagram</a>
<a href="https://www.linkedin.com/company/technocratshorizons" target="_blank">LinkedIn</a>
<a href="https://twitter.com/technohorizons" target="_blank">Twitter</a>
<a href="https://www.youtube.com/@technocratshorizonscompuso1279" target="_blank">YouTube</a>
<a href="https://www.behance.net/TechnocratsHorizons" target="_blank">Behance</a>
</section>
<footer>
© 2025 Technocrats Horizons | <a href="https://technocratshorizons.com">technocratshorizons.com</a>
</footer>
</body>
</html>
