110 lines
4.4 KiB
PHP
110 lines
4.4 KiB
PHP
<?PHP
|
|
|
|
require_once "./admin/db/config.php";
|
|
?>
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<?PHP include './includes/links.php'; ?>
|
|
<link rel="canonical" href="<?php echo $BASE_URL; ?>/PCBA-PCB-manufacturing">
|
|
<title>PCB Manufacturing & PCBA Services for Quality Solutions</title>
|
|
<meta name="description" content="Explore our top-notch PCB manufacturing and PCBA services. Get reliable, cost-effective solutions tailored to your electronic needs today!"/>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<?PHP include './includes/spinner.php'; ?>
|
|
<?PHP include './includes/header.php'; ?>
|
|
|
|
|
|
<div class="pcb-manufacturing-section">
|
|
<div class="container">
|
|
<div class="row ptb-100">
|
|
<h1>Explore our top-notch PCB manufacturing and PCBA services. Get reliable, cost-effective solutions tailored to your electronic needs today!</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="pcb-manufacturing-text-details">
|
|
<div class="container">
|
|
<div class="row ptb-70">
|
|
<p>Get your circuit boards manufactured by the pros at Tech4biz. Tech4biz is your one-stop shop for all your PCB manufacturing needs. We offer a wide range of services, from simple single-sided boards to complex multi-layer boards. We also provide assembly and test services, so you can be confident that your products will meet the highest standards. Our team of experts has years of experience in the industry, and we're committed to providing the best possible service. </p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="oem-odm-services">
|
|
<div class="container position-relative ptb-70">
|
|
<h4 class="text-center pcb-manufacturing-expertise">Our Expertise</h4>
|
|
<div class="row justify-content-between pt-3">
|
|
<div class="col-lg-6 oem-odm-part-two">
|
|
<p>OEM & ODM Services</p>
|
|
<p>We offer both OEM (Original Equipment Manufacturer) and ODM (Original Design Manufacturer) services for our clients. With our in-house design team, we can provide one-stop turn-key solutions, from product concept to final delivery.</p>
|
|
</div>
|
|
<div class="col-lg-6 oem-odm-part-two">
|
|
<p>Advanced Manufacturing Technology</p>
|
|
<p>At Tech4biz, we use the latest manufacturing technology and equipment to produce high-quality printed circuit boards (PCBs). We are always investing in new technology to stay ahead of the competition and to better serve our clients.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="container mt-50">
|
|
<div class="d-flex justify-content-between flex-wrap pcb-manufacturing-step">
|
|
<div class="quality-Services">
|
|
<div class="quality-control-image">
|
|
<img src="assets/images/services/Quality-Control.jpg" alt="Quality-Control">
|
|
</div>
|
|
<p>Quality Control</p>
|
|
<p>Quality is our top priority at Tech4biz. We have a team of experienced QC inspectors who ensure that every PCB we manufacture meets the highest standards. In addition, we also offer 100% testing services to our clients.</p>
|
|
</div>
|
|
<div class="quality-Services">
|
|
<div class="quality-control-image">
|
|
<img src="assets/images/services/Competitive-Pricing.jpg" alt="Competitive-Pricing">
|
|
</div>
|
|
<p>Competitive Pricing</p>
|
|
<p>We offer competitive pricing without compromising on quality or service. We can keep our costs low due to our efficient production process and large volume production capacity.</p>
|
|
</div>
|
|
<div class="quality-Services">
|
|
<div class="quality-control-image">
|
|
<img src="assets/images/services/Excellent-Customer-Service.jpg" alt="Excellent-Customer-Service">
|
|
</div>
|
|
<p>Excellent Customer Service</p>
|
|
<p>We are proudly providing outstanding customer service. Our Sales and Customer Service teams are always available to answer any questions you may have about our products or services.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="container ptb-100">
|
|
<div class="manufacturing-list-flex">
|
|
<div>
|
|
<ul class="manufacturing-list-li">
|
|
<li>Single-Sided PCBs</li>
|
|
<li>Double-Sided PCBs</li>
|
|
<li>Multilayer PCBs</li>
|
|
<li>Rigid PCBs</li>
|
|
<li>Flex PCBs</li>
|
|
<li>Rigid-Flex PCBs</li>
|
|
</ul>
|
|
</div>
|
|
<div class="manufacturing-list-round">
|
|
<h2 id="spinManufacturing"></h2>
|
|
</div>
|
|
<div>
|
|
<ul class="manufacturing-list-li-second">
|
|
<li>Medical Devices</li>
|
|
<li>Consumer Electronics</li>
|
|
<li>Industrial Equipment</li>
|
|
<li>Automotive Components</li>
|
|
<li>Aerospace Components</li>
|
|
<li>Maritime Applications</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?PHP include './includes/footer.php'; ?>
|
|
|
|
<?PHP include './includes/scripts.php'; ?>
|
|
</body>
|
|
</html>
|