22 lines
750 B
Text
22 lines
750 B
Text
<%- include('partials/header', { config, pageName: 'news' }) %>
|
|
<main>
|
|
<section class="page-hero">
|
|
<div class="container">
|
|
<h1>News</h1>
|
|
<p class="lead">Latest updates from AutoTQ.</p>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container grid-2">
|
|
<article class="glass-card">
|
|
<h3>Product awareness initiatives</h3>
|
|
<p>AutoTQ continues outreach with organizations focused on emergency preparedness.</p>
|
|
</article>
|
|
<article class="glass-card">
|
|
<h3>Training-first communication</h3>
|
|
<p>Updated guidance materials support faster onboarding and field confidence.</p>
|
|
</article>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<%- include('partials/footer', { config }) %>
|