29 lines
1.3 KiB
PHP
29 lines
1.3 KiB
PHP
<footer class="mt-5">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-4 mb-4">
|
|
<h3 class="text-gold mb-3">ElderEase</h3>
|
|
<p class="text-muted small">Thoughtfully designed essentials that help seniors live confidently at home.</p>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<h5>Quick Links</h5>
|
|
<ul class="list-unstyled">
|
|
<li><a href="/about.php" class="text-decoration-none text-muted">Our Story</a></li>
|
|
<li><a href="/faq.php" class="text-decoration-none text-muted">Shipping & Returns</a></li>
|
|
<li><a href="/product.php" class="text-decoration-none text-muted">Shop Safety Socks</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-4 mb-4">
|
|
<h5>Trust & Support</h5>
|
|
<p class="text-muted small">Questions? We're here to help caregivers and seniors alike.</p>
|
|
<p class="text-muted small">© <?php echo date('Y'); ?> ElderEase. All rights reserved.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="/assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
</body>
|
|
</html>
|