37650-vm/partials/footer.php
Flatlogic Bot 9c65e16259 sad
2026-01-21 14:05:59 +00:00

46 lines
2.8 KiB
PHP

<footer class="footer py-5">
<div class="container">
<div class="row g-4">
<div class="col-lg-4 mb-4 mb-lg-0">
<h4 class="h5 fw-bold mb-3">Car Sells in Afghanistan</h4>
<p class="text-white-50">Your trusted partner in buying and selling quality cars in Afghanistan. We are committed to transparency, trust, and customer satisfaction in the Afghan automotive market.</p>
</div>
<div class="col-lg-2 col-md-4 col-6">
<h5 class="h6 fw-bold mb-3">Quick Links</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="index.php" class="text-decoration-none text-white-50">Home</a></li>
<li class="mb-2"><a href="car_list.php" class="text-decoration-none text-white-50">All Cars</a></li>
<li class="mb-2"><a href="about.php" class="text-decoration-none text-white-50">About Us</a></li>
<li class="mb-2"><a href="contact.php" class="text-decoration-none text-white-50">Contact</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-4 col-6">
<h5 class="h6 fw-bold mb-3">Contact Us</h5>
<ul class="list-unstyled text-white-50">
<li class="mb-2"><i class="bi bi-geo-alt-fill me-2"></i>Kabul, Afghanistan</li>
<li class="mb-2"><i class="bi bi-telephone-fill me-2"></i>+93 700 123 456</li>
<li class="mb-2"><i class="bi bi-envelope-fill me-2"></i>info@carsells.af</li>
</ul>
</div>
<div class="col-lg-3 col-md-4">
<h5 class="h6 fw-bold mb-3">Follow Us</h5>
<p class="text-white-50 small">Stay updated with our latest additions and special offers across Afghanistan.</p>
<div class="d-flex gap-3">
<a href="#" class="text-white fs-5"><i class="bi bi-facebook"></i></a>
<a href="#" class="text-white fs-5"><i class="bi bi-twitter-x"></i></a>
<a href="#" class="text-white fs-5"><i class="bi bi-instagram"></i></a>
</div>
</div>
</div>
<hr class="my-5 border-secondary">
<div class="row align-items-center">
<div class="col-md-6 text-center text-md-start text-white-50 small">
<p class="mb-0">&copy; <?php echo date('Y'); ?> Car Sells in Afghanistan. All Rights Reserved.</p>
</div>
<div class="col-md-6 text-center text-md-end text-white-50 small mt-3 mt-md-0">
<a href="#" class="text-white-50 text-decoration-none me-3">Privacy Policy</a>
<a href="#" class="text-white-50 text-decoration-none">Terms of Service</a>
</div>
</div>
</div>
</footer>