Hvac for atcs website

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>TitanArc Engineers - HVAC Solutions</title>

<link rel="stylesheet" href="style.css">
<h1>TitanArc Engineers</h1>

<p>Energy Efficient HVAC Solutions</p>
<a href="#">Home</a>

<a href="#products">Products</a>

<a href="#about">About</a>

<a href="#contact">Contact</a>
<h2>Automatic Tube Cleaning System (ATCS)</h2>

<p>Improve Chiller Efficiency & Save Energy</p>

<button onclick="scrollToContact()">Get Quote</button>
<h2>Our Products</h2>

<div class="product">

    <h3>ATCS System</h3>

    <p>Automatic Tube Cleaning System for water-cooled chillers.</p>

    <ul>

        <li>Energy saving up to 20%</li>

        <li>Improves heat transfer</li>

        <li>Reduces maintenance cost</li>

    </ul>

</div>

<div class="product">

    <h3>ECTS System</h3>

    <p>Electrical conductivity-based tube cleaning solution.</p>

</div>

<div class="product">

    <h3>Hydronic Systems</h3>

    <p>Efficient pumping and piping solutions for HVAC.</p>

</div>
<h2>About Us</h2>

<p>

    TitanArc Engineers is a leading supplier of HVAC solutions including ATCS, ECTS, and Hydronic systems.

    We provide energy-efficient and cost-effective solutions for industrial applications.

</p>
<h2>Contact Us</h2>

<form>

    <input type="text" placeholder="Your Name" required>

    <input type="email" placeholder="Your Email" required>

    <textarea placeholder="Your Requirement"></textarea>

    <button type="submit">Submit</button>

</form>
<p>© 2026 TitanArc Engineers | All Rights Reserved</p>

HI @wasu123

Welcome to the forum

Did you have a question?