37893-vm/index.php
2026-01-29 02:07:48 +00:00

65 lines
2.9 KiB
PHP

<?php
$pageTitle = "Safety, Comfort, and Independence";
include 'header.php';
?>
<section class="hero-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0">
<h1 class="display-4 mb-4 text-white">Safety, Comfort, and Independence — At Every Step.</h1>
<p class="lead mb-5 opacity-75">ElderEase creates thoughtfully designed essentials that help seniors live confidently at home.</p>
<div class="d-flex gap-3">
<a href="/product.php" class="btn btn-gold btn-lg">Shop Non-Slip Safety Socks</a>
<a href="/about.php" class="btn btn-outline-light btn-lg">Why Safety Matters</a>
</div>
</div>
<div class="col-lg-6 text-center">
<img src="/assets/pasted-20260129-004647-d9048856.png" alt="Seniors enjoying independence at home" class="img-fluid rounded shadow-lg border border-gold" style="max-height: 500px; object-fit: cover;">
</div>
</div>
</div>
</section>
<section class="py-5 bg-light">
<div class="container">
<div class="row text-center">
<div class="col-md-4 mb-4 mb-md-0">
<div class="trust-pillar bg-white shadow-sm">
<h4 class="text-gold mb-3">Designed for Seniors</h4>
<p class="text-muted small mb-0">Every detail is considered for ease of use and maximum comfort.</p>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="trust-pillar bg-white shadow-sm">
<h4 class="text-gold mb-3">Simple Solutions</h4>
<p class="text-muted small mb-0">Effective safety without complicated technology or setup.</p>
</div>
</div>
<div class="col-md-4">
<div class="trust-pillar bg-white shadow-sm">
<h4 class="text-gold mb-3">Focused on Dignity</h4>
<p class="text-muted small mb-0">Help your loved ones stay independent and safe at home.</p>
</div>
</div>
</div>
</div>
</section>
<section class="py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-4 mb-md-0">
<img src="/assets/pasted-20260128-235831-98ddb985.jpg" alt="ElderEase™ Non-Slip Safety Socks" class="img-fluid rounded shadow-sm">
</div>
<div class="col-md-6">
<h2 class="mb-4">ElderEase™ Non-Slip Safety Socks</h2>
<p class="mb-4">Prevent slips and falls on smooth floors with soft, comfortable socks designed specifically for seniors. Move confidently without bulky shoes.</p>
<a href="/product.php" class="btn btn-gold">View Product Details</a>
</div>
</div>
</div>
</section>
<?php include 'footer.php'; ?>