MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //home/jibhires/brightsolutionsindia.com/index.php
<?php 
$current_page = 'Home';
$page_title = "Industrial Automation Experts";
include 'header.php'; 
?>

<section class="hero-section">
    <div class="container text-center">
        <h1 class="display-4 mb-4">Transform Your Manufacturing</h1>
        <p class="lead mb-5">Smart Factory Solutions for Industry 4.0</p>
        <div class="mt-4">
            <a href="contact.php" class="btn btn-primary btn-lg mx-2">
                <i class="fas fa-calendar-check me-2"></i>Book Consultation
            </a>
            <a href="services.php" class="btn btn-outline-light btn-lg mx-2">
                Our Solutions
            </a>
        </div>
    </div>
</section>

<section class="py-5 bg-light">
    <div class="container">
        <h2 class="text-center mb-5">Trusted By Industry Leaders</h2>
        <div class="row g-4 justify-content-center">
            <div class="col-auto">
                <img src="/assets/img/clients/samsung.png" alt="Samsung" class="img-fluid" style="height:50px">
            </div>
            <div class="col-auto">
                <img src="/assets/img/clients/mann-hummel.png" alt="Mann+Hummel" class="img-fluid" style="height:50px">
            </div>
            <div class="col-auto">
                <img src="/assets/img/clients/cev.jpg" alt="Mann+Hummel" class="img-fluid" style="height:50px">
            </div>
            <div class="col-auto">
                <img src="/assets/img/clients/jtekt.png" alt="Mann+Hummel" class="img-fluid" style="height:50px">
            </div>
            <div class="col-auto">
                <img src="/assets/img/clients/syrmasgs.png" alt="Mann+Hummel" class="img-fluid" style="height:50px">
            </div>
            <div class="col-auto">
                <img src="/assets/img/clients/jbm.png" alt="Mann+Hummel" class="img-fluid" style="height:50px">
            </div>
            <div class="col-auto">
                <img src="/assets/img/clients/yazaki.png" alt="Mann+Hummel" class="img-fluid" style="height:50px">
            </div>
        </div>
    </div>
</section>

<?php include 'footer.php'; ?>