autotq-modern-ejs/views/testimonials.ejs

15 lines
778 B
Text

<main>
<section class="page-hero">
<div class="container">
<h1>Testimonials</h1>
<p class="lead">Feedback centered on ease-of-use and confidence in urgent situations.</p>
</div>
</section>
<section class="section">
<div class="container grid-3">
<article class="glass-card quote-card"><p>“The guided flow helps users stay calm and focused.”</p><span>— Training Partner</span></article>
<article class="glass-card quote-card"><p>“Straightforward setup and clear operation are major strengths.”</p><span>— Safety Coordinator</span></article>
<article class="glass-card quote-card"><p>“A compelling approach for high-readiness environments.”</p><span>— Program Lead</span></article>
</div>
</section>
</main>