Refine literature hierarchy and add balanced CTA split section

This commit is contained in:
gator 2026-03-11 01:38:53 +00:00
parent 9a289a14fa
commit a3151d6fa7

View file

@ -16,7 +16,7 @@
<% (config.literature || []).forEach((doc) => { %>
<article class="doc-row reveal" data-reveal>
<div>
<h3><%= doc.title %></h3>
<h2><%= doc.title %></h2>
<p>Reference document</p>
</div>
<a href="<%= doc.url %>" target="_blank" rel="noopener noreferrer" class="btn btn-primary">Open PDF</a>
@ -24,4 +24,17 @@
<% }) %>
</div>
</section>
<section class="section section-band">
<div class="container split split-visual">
<article class="split-copy reveal" data-reveal>
<h2>Need implementation support?</h2>
<p>Pair these documents with evidence references and planning conversations for organizational readiness.</p>
<a class="btn btn-ghost" href="/research#sources">Go to Research sources</a>
</article>
<div class="split-media reveal" data-reveal>
<img src="<%= config.assets.images.product %>" alt="AutoTQ product documentation and implementation context" loading="lazy" />
</div>
</div>
</section>
</main>