37893-vm/footer.php
2026-01-29 06:11:43 +00:00

39 lines
2.2 KiB
PHP

<footer class="mt-5 py-5 bg-light border-top">
<div class="container">
<div class="row">
<div class="col-md-4 mb-4">
<h3 class="text-gold mb-3 fw-bold">ElderEase</h3>
<p class="text-muted small">Thoughtfully designed essentials that help seniors live confidently at home. Safety, dignity, and independence are at the heart of everything we do.</p>
</div>
<div class="col-md-2 mb-4">
<h5 class="fw-bold mb-3">Shop</h5>
<ul class="list-unstyled">
<li><a href="/index.php#products" class="text-decoration-none text-muted small">All Products</a></li>
<li><a href="/product.php?slug=safety-socks" class="text-decoration-none text-muted small">Safety Socks</a></li>
<li><a href="/product.php?slug=jar-opener" class="text-decoration-none text-muted small">Jar Opener</a></li>
<li><a href="/product.php?slug=pill-organizer" class="text-decoration-none text-muted small">Pill Organizer</a></li>
</ul>
</div>
<div class="col-md-2 mb-4">
<h5 class="fw-bold mb-3">About</h5>
<ul class="list-unstyled">
<li><a href="/about.php" class="text-decoration-none text-muted small">Our Story</a></li>
<li><a href="/faq.php" class="text-decoration-none text-muted small">FAQ</a></li>
<li><a href="/faq.php" class="text-decoration-none text-muted small">Shipping</a></li>
</ul>
</div>
<div class="col-md-4 mb-4 text-md-end">
<h5 class="fw-bold mb-3">ElderEase Mission</h5>
<p class="text-muted small">Helping seniors stay safe and independent, one simple solution at a time.</p>
<div class="mt-4">
<span class="text-muted small">© <?php echo date('Y'); ?> ElderEase. All rights reserved.</span>
</div>
</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>