File "index.php"
Full path: /home/zvmcccat/public_html/adn/index.php
File
size: 12.24 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
require_once __DIR__ . '/includes/config.php';
$meta_title = 'Home';
$meta_description = SITE_TAGLINE . ' — contracting, direct sales and facility management for electromechanical and gas suppression systems across Egypt.';
$current_page = 'home';
require __DIR__ . '/includes/header.php';
$stats = alpha_load_data('stats.php');
$brands = alpha_load_data('brands.php');
$projects = alpha_load_data('projects.php');
// Homepage leads with the 6 industrial/government cases (in that order,
// as stored in projects.php); the full list — including Railway Stations
// and ECHEM — lives on clients.php.
$featuredCases = array_slice($projects['cases'] ?? [], 0, 6);
$homeWall = array_merge(
[['name' => 'Egyptian Railway Stations'], ['name' => 'ECHEM']],
array_slice($projects['more'] ?? [], 0, 6)
);
?>
<section class="hero">
<div class="hero-inner">
<div class="eyebrow">Since <?= SITE_FOUNDED_YEAR ?> · Contracting · Direct Sales · Facility Management</div>
<h1>
<span class="accent">ELECTROMECHANICAL</span>
<span>TOTAL SOLUTIONS PROVIDER</span>
</h1>
<p class="lede">Alpha Design & Networking designs, supplies, installs and maintains electromechanical and gas-suppression systems — for Industrial Plants, Government, Finance, Data Centers and Commercial facilities across Egypt, with representation in Spain and Germany.</p>
<div class="btn-group">
<a class="btn btn-accent" href="contact.php">Request a Quote</a>
<a class="btn btn-outline" href="solutions.php">View Our Solutions</a>
</div>
</div>
<div class="hero-curve">
<svg viewBox="0 0 1440 90" preserveAspectRatio="none" aria-hidden="true">
<path d="M0,90 L0,55 C320,10 720,95 1080,45 C1230,22 1350,30 1440,55 L1440,90 Z" fill="var(--page-bg)"></path>
</svg>
</div>
</section>
<section class="stats-bar">
<div class="stats-row">
<?php foreach ($stats['headline'] ?? [] as $stat): ?>
<div><strong><?= htmlspecialchars($stat['value'], ENT_QUOTES) ?></strong><span><?= htmlspecialchars($stat['label'], ENT_QUOTES) ?></span></div>
<?php endforeach; ?>
</div>
</section>
<section class="pad">
<div class="section-head">
<div class="eyebrow">What We Do</div>
<h2>Three ways to work with Alpha</h2>
<div class="rule"></div>
</div>
<div class="pillars-grid">
<div class="pillar-card">
<div class="eyebrow">01 · Contracting</div>
<h3>Turnkey Projects & System Integration</h3>
<p>Design, supply, install and test integrated electromechanical systems for new-build and retrofit projects — consultancy through handover.</p>
</div>
<div class="pillar-card">
<div class="eyebrow">02 · Direct Sales</div>
<h3>Electromechanical & Gas Suppression Products</h3>
<p>Distributor for AIRfire, ARMANfire, Bosch, Kentec, Protectowire and more — CO2, FM-200, Inert Gas, Novec 1230, trace-tube and kitchen-hood systems, sold direct.</p>
</div>
<div class="pillar-card">
<div class="eyebrow">03 · Facility Management</div>
<h3>Long-Term Maintenance & Operations</h3>
<p>Scheduled maintenance programs — running 12 to 25+ years with the same client — keeping fire, power, HVAC and access systems audit-ready.</p>
</div>
</div>
</section>
<section class="pad about-teaser">
<div class="about-grid">
<div>
<div class="section-head left">
<div class="eyebrow">About Us</div>
<h2>Broad electromechanical expertise since the 1980s</h2>
<div class="rule"></div>
</div>
<p>Alpha Design & Networking's founders gained broad knowledge and experience in the ICT market since the 1980s. That expertise, paired with quality excellence in products, services and integrated solutions, led to the company's founding in <?= SITE_FOUNDED_YEAR ?>.</p>
<p>We are globally recognized as pioneers in Electromechanical Fire-fighting, Infrastructure Data Cabling and Light Current systems — delivering integrated solutions for Data Centers, Finance, Tourism, Health, Transportation, Industrial Plants, Government and more.</p>
</div>
<div class="stat-card">
<?php foreach ($stats['about'] ?? [] as $stat): ?>
<div><strong><?= htmlspecialchars($stat['value'], ENT_QUOTES) ?></strong><span><?= htmlspecialchars($stat['label'], ENT_QUOTES) ?></span></div>
<?php endforeach; ?>
</div>
</div>
</section>
<section class="pad">
<div class="section-head">
<div class="eyebrow">Integrated Solutions</div>
<h2>Seven categories, one accountable contractor</h2>
<div class="rule"></div>
</div>
<div class="solutions-grid">
<div class="solution-card">
<img class="solution-thumb" src="<?= alpha_asset('assets/img/solutions/life-safety.jpg') ?>" alt="" loading="lazy">
<h3>Life Safety & Physical Security</h3>
<p>Fire-fighting, fire suppression, detection & alarm, access control, CCTV and intrusion detection.</p>
</div>
<div class="solution-card">
<img class="solution-thumb" src="<?= alpha_asset('assets/img/solutions/data-cabling.jpg') ?>" alt="" loading="lazy">
<h3>Infrastructure Data Cabling</h3>
<p>Fiber and copper structured cabling — from cable management to installation and testing.</p>
</div>
<div class="solution-card">
<img class="solution-thumb" src="<?= alpha_asset('assets/img/solutions/light-current.jpg') ?>" alt="" loading="lazy">
<h3>Light Current Systems</h3>
<p>Data networking, data centers, AV, telephony, queuing and lighting & dimming systems.</p>
</div>
<div class="solution-card">
<img class="solution-thumb" src="<?= alpha_asset('assets/img/solutions/electrical-power.jpg') ?>" alt="" loading="lazy">
<h3>Electrical Power Systems</h3>
<p>Backup & emergency power — UPS, stabilizers, generators, ATS and electrical panels.</p>
</div>
<div class="solution-card">
<img class="solution-thumb" src="<?= alpha_asset('assets/img/solutions/hvac.jpg') ?>" alt="" loading="lazy">
<h3>HVAC</h3>
<p>Heating, ventilating and air conditioning design, supply and installation for demanding sites.</p>
</div>
<div class="solution-card">
<img class="solution-thumb" src="<?= alpha_asset('assets/img/solutions/plumbing.jpg') ?>" alt="" loading="lazy">
<h3>Plumbing Systems</h3>
<p>Water supply, drainage, sewer systems and desalination plant maintenance.</p>
</div>
<div class="solution-card">
<img class="solution-thumb" src="<?= alpha_asset('assets/img/solutions/industrial-automation.jpg') ?>" alt="" loading="lazy">
<h3>Industrial Automation & AI</h3>
<p>Industrial sensor monitoring and computer-vision AI, part of Alpha's move toward IoT-driven "Maintenance 4.0."</p>
</div>
</div>
</section>
<section class="pad brand-strip">
<div class="eyebrow">Distributed Brands & Certifications</div>
<div class="brand-row">
<?php foreach ($brands['distributors'] ?? [] as $brand): ?>
<span><?= htmlspecialchars($brand, ENT_QUOTES) ?></span>
<?php endforeach; ?>
</div>
<div class="cert-row">
<?php foreach ($brands['certifications'] ?? [] as $cert): ?>
<span class="cert-pill"><?= htmlspecialchars($cert, ENT_QUOTES) ?></span>
<?php endforeach; ?>
</div>
<?php
$safeInsurancePartners = array_map(function ($p) {
return htmlspecialchars($p, ENT_QUOTES);
}, $brands['insurance_partners'] ?? []);
?>
<p class="insurance-note">Systems designed & approved in cooperation with insurance partners: <strong><?= implode(' · ', $safeInsurancePartners) ?></strong></p>
</section>
<section class="pad clients-strip">
<div class="section-head">
<div class="eyebrow">Featured Projects</div>
<h2>Industrial plants, government and finance — not just infrastructure</h2>
<div class="rule"></div>
</div>
<div class="projects-grid">
<?php foreach ($featuredCases as $project): ?>
<?php include __DIR__ . '/includes/partials/project-card.php'; ?>
<?php endforeach; ?>
</div>
<div class="client-wall">
<?php foreach ($homeWall as $client): ?>
<?php include __DIR__ . '/includes/partials/client-chip.php'; ?>
<?php endforeach; ?>
</div>
<div style="text-align:center; margin-top:32px;">
<a class="btn btn-outline-navy" href="clients.php">View All Projects</a>
</div>
</section>
<section class="pad products-teaser">
<div class="products-layout">
<div>
<div class="section-head left">
<div class="eyebrow">Direct Sales</div>
<h2>Gas suppression products, sold direct</h2>
<div class="rule"></div>
</div>
<p>Distributor for AIRfire Worldwide, ARMANfire Chef, Komtes Group, Siex, RG Systems, Bosch, Protectowire and Kentec Electronics — supplied directly to contractors, consultants and facility owners, not only bundled into projects.</p>
<div class="btn-group">
<a class="btn btn-accent" href="contact.php">Request a Quote</a>
<a class="btn btn-outline-navy" href="products.php">Browse Full Catalog</a>
</div>
</div>
<div class="chip-grid">
<div class="chip-card"><strong>Gas Suppression</strong><span>CO2 · FM-200 · Inert Gases · Novec 1230</span></div>
<div class="chip-card"><strong>Trace Tube Suppression</strong><span>Panels, machinery, vehicles, wind turbines</span></div>
<div class="chip-card"><strong>Water Mist & Foam</strong><span>High-hazard and general suppression</span></div>
<div class="chip-card"><strong>Kitchen Hood Systems</strong><span>Wet chemical, ARMANfire Chef</span></div>
<div class="chip-card"><strong>Fire Alarm</strong><span>Detection, panels & alarm devices</span></div>
<div class="chip-card"><strong>Intelligent CV / AI</strong><span>Eyespect — computer vision AI</span></div>
</div>
</div>
</section>
<section class="pad facility-teaser">
<div class="facility-layout">
<div>
<div class="eyebrow" style="color:#EFC9BE;">Facility Management</div>
<h2 style="margin-top:8px; font-size: clamp(1.4rem, 2.8vw, 1.9rem);">Maintenance contracts measured in decades, not months</h2>
<p>Scheduled operations and maintenance programs keep our clients' fire, power, HVAC, access and cabling systems compliant and running — often for the life of the facility.</p>
<div class="btn-group">
<a class="btn btn-accent" href="facility-management.php">Learn More</a>
</div>
</div>
<div class="facility-stats">
<?php foreach ($stats['facility'] ?? [] as $stat): ?>
<div><strong><?= htmlspecialchars($stat['value'], ENT_QUOTES) ?></strong><span><?= htmlspecialchars($stat['label'], ENT_QUOTES) ?></span></div>
<?php endforeach; ?>
</div>
</div>
</section>
<section class="pad contact-cta">
<h2>Let's talk about your next project</h2>
<p>Consultancy, turnkey delivery, or system integration — reach our team directly.</p>
<div class="contact-details">
<div><strong>Head Office</strong><?= ADDRESS_HQ ?></div>
<div><strong>Branch</strong><?= ADDRESS_BRANCH ?></div>
<div><strong>Phone</strong><a href="tel:<?= CONTACT_PHONE_LANDLINE_TEL ?>"><?= CONTACT_PHONE_LANDLINE_DISPLAY ?></a></div>
<div><strong>Email</strong><a href="mailto:<?= CONTACT_EMAIL_INFO ?>"><?= CONTACT_EMAIL_INFO ?></a></div>
</div>
<div class="btn-group" style="justify-content:center; margin-top:28px;">
<a class="btn btn-accent" href="contact.php">Send a Message</a>
</div>
</section>
<?php require __DIR__ . '/includes/footer.php'; ?>