<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Supplies for World LLC</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container">
<h1>Supplies for World LLC</h1>
</div>
</header>
<main>
<section class="about">
<div class="container">
<h2>About Us</h2>
<p><strong>Who We Are</strong></p>
<p>[Your Company Name] is an international provider of diverse business services, specializing in the supply of goods and e-commerce retail. With years of experience in the industry, we have expanded our operations to the United States through our subsidiary Supplies for World LLC. From our base in Austin, Texas, we serve US companies with both tangible goods and essential customer support services.</p>
<h3>Our Services Include:</h3>
<ul>
<li><strong>E-commerce Retail:</strong> Offering an array of products for retail via our online platform.</li>
<li><strong>Goods Supply:</strong> Supplying essential goods to industries such as retail, technology, healthcare, and more.</li>
<li><strong>Customer Support & Call Center:</strong> Providing outsourced support to US companies, including customer service, technical support, and operational assistance.</li>
</ul>
</div>
</section>
<section class="services">
<div class="container">
<h2>Our Services in the US: Supplies for World LLC</h2>
<p>Supplies for World LLC is the backbone of our operations in the United States, offering the following services:</p>
<h3>1. Supply of Goods</h3>
<p>We provide reliable and efficient supply chain solutions for various industries. Whether you're looking for tech products, household goods, or niche market supplies, we ensure timely deliveries and high-quality products.</p>
<h3>2. E-commerce Retail</h3>
<p>Our online retail platform is designed to offer a wide selection of products to meet the needs of individual customers and businesses. We specialize in providing easy access to global goods through an intuitive e-commerce platform.</p>
<h3>3. Customer Support & Call Center Facilities</h3>
<p>We have established a full-fledged call center to support US companies with customer service and technical assistance. Our dedicated support teams work around the clock to ensure your customers are satisfied and your operations run smoothly.</p>
</div>
</section>
<section class="contact">
<div class="container">
<h2>Contact Us</h2>
<p><strong>Supplies for World LLC</strong><br>
5900 Balcones Drive,<br>
Austin, Texas, 78731<br>
United States
</p>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2024 Supplies for World LLC. All rights reserved.</p>
</div>
</footer>
</body>
</html>