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

35 lines
1.6 KiB
PHP

<?php
$pageTitle = "Our Story";
include 'header.php';
?>
<div class="container py-5">
<div class="row align-items-center mb-5">
<div class="col-md-6">
<h1 class="mb-4">Why ElderEase Exists</h1>
<p class="lead mb-4">ElderEase was created with one simple belief: growing older should never mean losing dignity, independence, or safety.</p>
<p class="mb-4">As mobility becomes more challenging, everyday tasks can feel risky or frustrating. We focus on simple, thoughtfully designed essentials that make daily life easier — without complicated technology or learning curves.</p>
<p class="mb-4">ElderEase products are chosen to support comfort, confidence, and peace of mind for seniors and the families who care for them.</p>
</div>
<div class="col-md-6 text-center">
<img src="/assets/pasted-20260129-004647-d9048856.png" alt="Happy seniors at home" class="img-fluid rounded shadow-sm border border-gold">
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-8">
<div class="p-5 bg-charcoal text-white rounded my-5">
<h4 class="text-gold mb-3">Our Mission</h4>
<p class="mb-0">To help seniors live safely, comfortably, and independently at home through thoughtful design and human-centric care.</p>
</div>
<div class="text-center">
<a href="/product.php" class="btn btn-gold btn-lg">Explore Our Solutions</a>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>