Sindbad~EG File Manager
<?php include 'all-list.php' ?>
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<!-- Meta Title -->
<title><?php echo $metaDetails['title']; ?></title>
<!-- Meta Description -->
<meta name="description" content="<?php echo $metaDetails['description']; ?>">
<!-- Meta Keywords -->
<meta name="keywords" content="<?php echo $metaDetails['keywords']; ?>">
<!-- 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>
<?php include('header.php') ?>
<section id="contact-us" class="contact-us-section py-5">
<div class="container">
<div class="text-center mb-5">
<h1 class="section-title"><?php echo $contactUsSection['title']; ?></h1>
<p class="text-secondary"><?php echo $contactUsSection['subtitle']; ?></p>
</div>
<div class="row">
<!-- Contact Form -->
<div class="col-md-6 mb-4">
<h3 class="mb-4">Contact Form</h3>
<form action="process_enquiry.php" method="post">
<div class="mb-3">
<label for="name" class="form-label">Full Name</label>
<input type="text" class="form-control" id="name" name="name" required>
</div>
<div class="mb-3">
<label for="phone" class="form-label">Phone Number</label>
<input type="tel" class="form-control" id="phone" name="phone" required>
</div>
<div class="mb-3">
<label for="message" class="form-label">Your Message</label>
<textarea class="form-control" id="message" name="message" rows="4" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
<!-- Contact Details Section -->
<div class="col-md-6 mb-4">
<h3 class="mb-4">Our Contact Details</h3>
<ul class="list-unstyled">
<?php foreach ($contactDetails['emails'] as $email): ?>
<li class="mb-3">
<i class="bi bi-envelope-fill text-primary me-2"></i>
<a href="mailto:<?php echo $email; ?>" class="text-dark text-decoration-none"><?php echo $email; ?></a>
</li>
<?php endforeach; ?>
<?php foreach ($contactDetails['whatsapp'] as $whatsapp): ?>
<li class="mb-3">
<i class="bi bi-whatsapp text-success me-2"></i>
<a href="https://wa.me/<?php echo ltrim($whatsapp, '+'); ?>" class="text-dark text-decoration-none"><?php echo $whatsapp; ?></a>
</li>
<?php endforeach; ?>
<?php foreach ($contactDetails['phones'] as $phone): ?>
<li class="mb-3">
<i class="bi bi-phone-fill text-primary me-2"></i>
<a href="tel:<?php echo ltrim($phone, '+'); ?>" class="text-dark text-decoration-none"><?php echo $phone; ?></a>
</li>
<?php endforeach; ?>
<li class="mb-3">
<i class="bi bi-geo-alt-fill text-warning me-2"></i>
<span class="text-dark"><?php echo $contactDetails['address']; ?></span>
</li>
</ul>
</div>
<!-- Google Map Section -->
<section id="find-us" class="map-section py-5">
<div class="container">
<h3 class="mb-4 text-center"><?php echo $contactDetails['map']['title']; ?></h3>
<div class="map-container">
<iframe src="<?php echo $contactDetails['map']['iframe_src']; ?>" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</section>
</div>
</div>
</section>
<?php include('footer.php') ?>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists