Add press anchor and cross-link CTA section on news page

This commit is contained in:
gator 2026-03-11 01:38:55 +00:00
parent 3a3ffd8aa2
commit d9080610f7

View file

@ -12,7 +12,7 @@
</section> </section>
<section class="section"> <section class="section">
<div class="container timeline"> <div class="container timeline" id="press-links">
<% (config.news || []).forEach(item => { %> <% (config.news || []).forEach(item => { %>
<article class="news-row reveal" data-reveal> <article class="news-row reveal" data-reveal>
<p class="date"><%= item.date %></p> <p class="date"><%= item.date %></p>
@ -22,4 +22,17 @@
<% }) %> <% }) %>
</div> </div>
</section> </section>
<section class="section section-alt">
<div class="container split split-visual">
<article class="split-copy reveal" data-reveal>
<h2>See more source-backed material</h2>
<p>Use the research and literature pages for source links and supporting documentation.</p>
<a class="btn btn-primary" href="/research#sources">Go to Research</a>
</article>
<div class="split-media reveal" data-reveal>
<img src="<%= config.assets.images.company3 %>" alt="AutoTQ media and source-review context" loading="lazy" />
</div>
</div>
</section>
</main> </main>