Enterprise Server Solutions

<header>
    <h1>GAZA DC Distribution Corporation</h1>
    <p>Enterprise Servers Solutions (Dell - HPE - Lenovo - SuperMicro)</p>
</header>

<div class="container">
    <!-- DELL -->
    <div class="card">
        <img src="https://images.unsplash.com/photo-1558494949-ef010cbdcc51?auto=format&fit=crop&w=400" alt="Dell Server">
        <div class="content">
            <div class="vendor">Dell Technologies</div>
            <h2>PowerEdge Series</h2>
            <p>High-performance rack servers designed for the modern data center.</p>
        </div>
    </div>

    <!-- HPE -->
    <div class="card">
        <img src="https://images.unsplash.com/photo-1563770660941-20978e870e9b?auto=format&fit=crop&w=400" alt="HPE Server">
        <div class="content">
            <div class="vendor">HPE</div>
            <h2>ProLiant Servers</h2>
            <p>The industry standard for security, efficiency, and hybrid cloud.</p>
        </div>
    </div>

    <!-- LENOVO -->
    <div class="card">
        <img src="https://images.unsplash.com/photo-1591799264318-7e6ef8ddb7ea?auto=format&fit=crop&w=400" alt="Lenovo Server">
        <div class="content">
            <div class="vendor">Lenovo</div>
            <h2>ThinkSystem</h2>
            <p>Reliable infrastructure for mission-critical enterprise workloads.</p>
        </div>
    </div>

    <!-- SUPERMICRO -->
    <div class="card">
        <img src="https://images.unsplash.com/photo-1600267175161-cfaa711b4a81?auto=format&fit=crop&w=400" alt="SuperMicro Server">
        <div class="content">
            <div class="vendor">SuperMicro</div>
            <h2>Green Computing</h2>
            <p>Advanced server building blocks for high-density AI and GPU tasks.</p>
        </div>
    </div>
</div>

<div class="footer-cta">
    <h2>Custom Enterprise Quotes</h2>
    <p>Click below to send your technical requirements to our team.</p>
    <br>
    <a href="mailto:[email protected]?subject=Enterprise%20Servers%20Solutions" class="btn">
        SHARE YOUR REQUEST
    </a>
</div>