File: /home/halcosmu/public_html/halcomsolaradvisors.com/contact.php
<?php include'header.php'; ?>
<!-- Page Header Start -->
<div class="container-fluid page-header py-5 mb-5">
<div class="container py-5">
<h1 class="display-3 text-white mb-3 animated slideInDown">Contact</h1>
<nav aria-label="breadcrumb animated slideInDown">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a class="text-white" href="#">Home</a></li>
<li class="breadcrumb-item"><a class="text-white" href="#">Pages</a></li>
<li class="breadcrumb-item text-white active" aria-current="page">Contact</li>
</ol>
</nav>
</div>
</div>
<!-- Page Header End -->
<!-- Contact Start -->
<div class="container-fluid bg-light overflow-hidden px-lg-0" style="margin: 6rem 0;">
<div class="container contact px-lg-0">
<div class="row g-0 mx-lg-0">
<div class="col-lg-6 contact-text py-5 wow fadeIn" data-wow-delay="0.5s">
<div class="p-lg-5 ps-lg-0">
<h6 class="text-primary">Contact Us</h6>
<h1 class="mb-4">Feel Free To Contact Us</h1>
<p class="mb-4">Whether you have questions about our solar products, need assistance with an existing order, or require technical support, we are here to help. Our knowledgeable and friendly customer support team is ready to provide prompt and personalized assistance to ensure your satisfaction.</p>
<form>
<div class="row g-3">
<div class="col-md-6">
<div class="form-floating">
<input type="text" class="form-control" id="name" placeholder="Your Name" required>
<label for="name">Your Name</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="email" class="form-control" id="email" placeholder="Your Email" required>
<label for="email">Your Email</label>
</div>
</div>
<div class="col-12">
<div class="form-floating">
<input type="text" class="form-control" id="phone" placeholder="Phone Number" required>
<label for="phone">Phone Number</label>
</div>
</div>
<div class="col-12">
<div class="form-floating">
<textarea class="form-control" placeholder="Leave a message here" id="message" style="height: 100px" required></textarea>
<label for="message">Message</label>
</div>
</div>
<div class="col-12">
<button class="btn btn-primary rounded-pill py-3 px-5" type="submit">Send Message</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-6 pe-lg-0" style="min-height: 400px;">
<div class="position-relative h-100">
<iframe class="position-absolute w-100 h-100" style="object-fit: cover;"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3058.855267502501!2d-74.95512392428141!3d39.94462697151944!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c1353bae3f578f%3A0x20592c7da9f97be6!2s309%20Fellowship%20Rd%20suite%20200%2C%20Mt%20Laurel%20Township%2C%20NJ%2008054%2C%20USA!5e0!3m2!1sen!2sin!4v1688590289925!5m2!1sen!2sin"
frameborder="0" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<?php include 'footer.php' ?>
</body>
</html>