Sindbad~EG File Manager

Current Path : /home/u625735752/domains/muttrahinternational.com/public_html/
Upload File :
Current File : /home/u625735752/domains/muttrahinternational.com/public_html/index.php

<?php

/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/

?><!DOCTYPE html>
<html lang="en">
<head>


<head> 
<!-- Meta Title -->
<title>Muttrah International LLC | Leading Construction & Infrastructure Services in Oman</title>

<!-- Meta Description -->
<meta name="description" content="Discover Muttrah International LLC, a premier construction company in Oman, offering building, infrastructure, and engineering solutions with a commitment to quality and reliability.">

<!-- Meta Keywords -->
<meta name="keywords" content="construction, infrastructure, building services, Oman, engineering solutions, waterproofing, surveying, project management, MEP services, risk management">

<!-- Meta Robots 
<meta name="robots" content="index, follow">

<!-- Canonical URL  
<link rel="canonical" href="https://steamcookingsystemmanufacturer.in/">

 
    <!-- Favicon -->
    <link rel="icon" href="img/favicon.png" type="image/x-icon">

    <!-- Apple Touch Icon -->
    <link rel="apple-touch-icon" href="img/icon.png"> 
	
	
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  
  <!-- Bootstrap CSS -->
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
  <!-- Bootstrap Icons -->
  <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
  
  <link href="css.css" rel="stylesheet">
  

</head>
<body>
<!-- Success Modal -->
<div class="modal fade" id="successModal" tabindex="-1" aria-labelledby="successModalLabel" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="successModalLabel">Success</h5>
        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        Your enquiry has been successfully sent. Thank you!
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>

<!-- Error Modal (Optional) -->
<div class="modal fade" id="errorModal" tabindex="-1" aria-labelledby="errorModalLabel" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="errorModalLabel">Error</h5>
        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        There was an issue sending your enquiry. Please try again later.
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>


<?php include('header.php') ?>


<section class=" py-2">
  <div class="container">

<!-- Carousel Section -->
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
  <!--ol class="carousel-indicators">
    <li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active"></li>
    <li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"></li>
    <li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"></li>
  </ol-->
  <div class="carousel-inner">
    <div class="carousel-item active">
      <img src="img/sl1.png" class="d-block w-100 rounded" alt=" "> 
    </div> 
  </div>
  <!--a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-bs-slide="prev">
    <span class="carousel-control-prev-icon" aria-hidden="true"></span>
    <span class="visually-hidden">Previous</span>
  </a>
  <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-bs-slide="next">
    <span class="carousel-control-next-icon" aria-hidden="true"></span>
    <span class="visually-hidden">Next</span>
  </a-->
</div>
  </div>
</section>
<!-- Website Intro section -->
<section id="about-us" class="about-section py-5">
  <div class="container">
    <div class="row align-items-center">
      <div class="col-lg-6 mb-4 mb-lg-0">
        <img src="img/about.png" alt="Muttrah International LLC - Leading Provider of Construction and Infrastructure Services" class="w-100 img-fluid rounded py-4">
      </div>
      
      <div class="col-lg-6">
        <h1 class="about-title mb-3">
          <small class="h6">Building a Better Tomorrow</small><br>
          Leading the Way in Construction and Infrastructure
        </h1>
        <p>
          At Muttrah International LLC, we are dedicated to delivering high-quality construction and infrastructure solutions throughout Oman. Our company is rooted in strong work ethics, integrity, and a commitment to fostering enduring relationships with our clients.
        </p>
        <p>
         We specialize in a wide array of services including building construction, marine projects, surveying, and project management. Our team of skilled professionals is dedicated to providing innovative engineering solutions tailored to meet the unique needs of each project.
        </p>
        <!--p>
          Our mission is to ensure timely execution and adherence to international quality standards while maintaining cost-effectiveness. We believe that successful projects are built on collaboration, transparency, and proactive communication with our clients.
        </p-->
        <p>
          Join us on our journey to create sustainable infrastructure and enhance the quality of life in Oman. Together, we can build a future that inspires and empowers.
        </p>
		
		<a href="Muttrah-International-LLC-Profile-14.10.24.pdf" target="_blank" class="btn btn-primary">Download Brochure</a>
		
      </div>
    </div>
  </div>
</section>



    </div> 
  </div>
</section> 


<?php include 'service-list.php' ?>
<!-- Services Section -->
<section id="services" class="services-section py-5 bg-warning">
    <div class="container">
        <div class="text-center mb-5">
            <h2 class="services-title text-white">Our Services</h2>
            <p class="text-white">Expert Solutions for Every Construction Need</p>
        </div>

        <div class="row row-cols-1 row-cols-md-3 g-4">
            <?php $limitedServices = array_slice($services, 0, 6); foreach ($limitedServices as $service): ?>
            <div class="col">
                <div class="card h-100">
                    <div class="card-body text-center">
                        <i class="bi <?= $service['icon']; ?> service-icon text-primary"></i>
                        <h3 class="card-title mt-3"><?= $service['title']; ?></h3>
                        <p class="card-text"><?= $service['description']; ?></p>
                    </div>
                </div>
            </div>
            <?php endforeach; ?>
        </div>
 
    </div>
</section>


<section id="gallery" class="gallery-section py-5">
  <div class="container">
    <div class="text-center mb-5">
      <h2 class="gallery-title">Our Gallery</h2>
      <p class="text-secondary">Explore Our Achievements and Innovations</p>
    </div>

    <!-- Product Gallery -->
    <div class="row mb-5">

      <?php
      // Directory containing the images
      $directory = 'gallery/';
      // Scan the directory and get image files
      $images = scandir($directory);
      // Filter out unwanted files (e.g., '.', '..')
      $images = array_diff($images, array('.', '..'));
      // Sort images by name
      sort($images);
      // Limit to the first 6 images
      $images = array_slice($images, 0, 6);

      // Loop through the images and display them
      foreach ($images as $image) {
          // Get the image path
          $imagePath = $directory . $image;
          // Generate a title based on the image name
          $title = pathinfo($image, PATHINFO_FILENAME);
          ?>
          <div class="col-md-4 mb-4">
            <div class="gallery-item">
              <img src="<?php echo $imagePath; ?>" alt="<?php echo $title; ?>" class="img-fluid gallery-img" data-bs-toggle="modal" data-bs-target="#galleryModal" data-bs-type="image">
            </div>
            <div class="text-center gallery-name d-none">
              <h4><?php echo ucfirst(str_replace('-', ' ', $title)); ?></h4>
            </div>
          </div>
      <?php } ?>

    </div>

    <a href="gallery.php" class="btn btn-primary mt-3">View All</a>
  </div>
</section>




  <!-- Gallery Modal -->
  <div class="modal fade" id="galleryModal" tabindex="-1" aria-labelledby="galleryModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-md">
      <div class="modal-content">
        <div class="modal-header">
          <h5 class="modal-title" id="galleryModalLabel"> </h5>
          <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
        </div>
        <div class="modal-body">
          <img src="" alt="Product Image" class="img-fluid w-100" id="modalImage">
        </div>
      </div>
    </div>
  </div>
 

<script>
  document.addEventListener('DOMContentLoaded', function () {
    const galleryItems = document.querySelectorAll('.gallery-img');
    const modalImage = document.getElementById('modalImage');

    galleryItems.forEach(item => {
      item.addEventListener('click', function () {
        const src = this.src;
        modalImage.src = src;
      });
    });
  });
</script><!-- Why Choose Us Section -->

<!-- Why Choose Us Section -->
<section id="why-choose-us" class="why-us-section py-5">
  <div class="container">
    <div class="text-center mb-5">
      <h2 class="section-title"><span class="text-primary">Why Choose Us?</span></h2>
      <p class="text-secondary"><span class="text-primary">Your Trusted Partner in Construction Excellence</span></p>
    </div>
    <div class="row">
      <!-- Card 1: Quality Assurance -->
      <div class="col-md-4 mb-4">
        <div class="card h-100 text-center">
          <div class="card-body">
            <div class="icon mb-4">
              <i class="bi bi-check-circle-fill text-primary"></i>
            </div>
            <h3 class="card-title">Commitment to Quality</h3>
            <p class="card-text">We adhere to the highest industry standards to ensure the quality and durability of our projects.</p>
          </div>
        </div>
      </div>

      <!-- Card 2: Experience & Expertise -->
      <div class="col-md-4 mb-4">
        <div class="card h-100 text-center">
          <div class="card-body">
            <div class="icon mb-4">
              <i class="bi bi-shield-fill text-primary"></i>
            </div>
            <h3 class="card-title">Extensive Experience</h3>
            <p class="card-text">Our team has the expertise to handle diverse projects effectively.</p>
          </div>
        </div>
      </div>

      <!-- Card 3: Customer-Centric Approach -->
      <div class="col-md-4 mb-4">
        <div class="card h-100 text-center">
          <div class="card-body">
            <div class="icon mb-4">
              <i class="bi bi-people-fill text-primary"></i>
            </div>
            <h3 class="card-title">Customer-Centric Approach</h3>
            <p class="card-text">We prioritize our clients’ needs and work collaboratively to achieve their vision and objectives.</p>
          </div>
        </div>
      </div>
    </div>

    <div class="text-center mt-5">
      <h4 class="text-primary">Ready to Transform Your Vision into Reality?</h4>
      <p>Contact us today to discuss how we can help you with your construction needs!</p>
    </div>
  </div>
</section>


<section id="cta" class="cta-section py-5 bg-primary text-white text-center">
  <div class="container">
    <h2 class="cta-title"><span class="text-light">Ready to Build Your Dreams?</span></h2>
    <p class="cta-text"> <span class="text-light">Let us help you turn your vision into reality with our expert construction services.</span></p>
    <a href="contact.php" class="btn btn-light btn-lg">
       Get Started Today
    </a>
  </div>
</section>



 
<?php include('footer.php') ?>
</body>
</html>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists