26 lines
970 B
Text
26 lines
970 B
Text
<%- include('partials/header', { config, pageName: 'company' }) %>
|
|
<main>
|
|
<section class="page-hero">
|
|
<div class="container">
|
|
<h1>Company</h1>
|
|
<p class="lead">Focused on scalable emergency response readiness.</p>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container grid-3">
|
|
<article class="glass-card">
|
|
<h3>Who We Are</h3>
|
|
<p><%= config.brand.legalName %> develops practical medical response technology for real-world deployment.</p>
|
|
</article>
|
|
<article class="glass-card">
|
|
<h3>What We Build</h3>
|
|
<p>FDA-registered and patented automatic pneumatic tourniquet systems with two-step operation.</p>
|
|
</article>
|
|
<article class="glass-card">
|
|
<h3>How We Support</h3>
|
|
<p>Training resources, literature, and responsive communication for partners and buyers.</p>
|
|
</article>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<%- include('partials/footer', { config }) %>
|