autotq-modern-ejs/views/about-autotq.ejs

29 lines
1.5 KiB
Text

<main>
<section class="page-hero">
<div class="container split">
<div>
<h1>About AutoTQ</h1>
<p class="lead">AutoTQ is an automatic pneumatic tourniquet platform designed to improve bleeding control outcomes with simplified operation and guided use.</p>
</div>
<div class="glass-card media-card">
<img src="<%= config.assets.images.product %>" alt="AutoTQ product" loading="lazy" />
</div>
</div>
</section>
<section class="section">
<div class="container grid-3">
<article class="glass-card"><h3>Two-Step Application</h3><p>Apply and tighten the cuff, then activate with one button.</p></article>
<article class="glass-card"><h3>Audio Guidance</h3><p>Built-in audio prompts support users through critical steps under stress.</p></article>
<article class="glass-card"><h3>Preparedness Focus</h3><p>Developed for broad deployment where non-expert response may be needed first.</p></article>
</div>
</section>
<section class="section section-alt">
<div class="container stats-grid">
<article class="glass-card stat-card"><h3>92%</h3><p>First-time user success mention from source research pages.</p></article>
<article class="glass-card stat-card"><h3>100%</h3><p>Arterial occlusion mention from source research pages.</p></article>
<article class="glass-card stat-card"><h3>Nationwide</h3><p>Referenced deployments and partnerships across U.S. organizations.</p></article>
</div>
</section>
</main>