Update homepage research visual and add section anchors for improved UX/SEO
This commit is contained in:
parent
65ba746938
commit
3c2ac4d6b5
1 changed files with 4 additions and 4 deletions
|
|
@ -62,7 +62,7 @@
|
||||||
<section class="section media-band">
|
<section class="section media-band">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="band-head reveal" data-reveal>
|
<div class="band-head reveal" data-reveal>
|
||||||
<h2>Video highlights</h2>
|
<h2 id="videos">Video highlights</h2>
|
||||||
<p>Reference videos and deployment content.</p>
|
<p>Reference videos and deployment content.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="video-grid">
|
<div class="video-grid">
|
||||||
|
|
@ -79,12 +79,12 @@
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="container split split-visual">
|
<div class="container split split-visual">
|
||||||
<article class="split-copy reveal" data-reveal>
|
<article class="split-copy reveal" data-reveal>
|
||||||
<h2>Evidence orientation and cautious claims</h2>
|
<h2 id="evidence">Evidence orientation and cautious claims</h2>
|
||||||
<p>AutoTQ pages reference first-time user and occlusion findings, with source links available on the Research page. This site keeps statements aligned with those referenced source materials.</p>
|
<p>AutoTQ pages reference first-time user and occlusion findings, with source links available on the Research page. This site keeps statements aligned with those referenced source materials.</p>
|
||||||
<a href="/research" class="text-link">Go to Research sources →</a>
|
<a href="/research#sources" class="text-link">Go to Research sources →</a>
|
||||||
</article>
|
</article>
|
||||||
<div class="split-media reveal" data-reveal>
|
<div class="split-media reveal" data-reveal>
|
||||||
<img src="<%= config.assets.images.company3 %>" alt="Clinical and technical review context" loading="lazy" />
|
<img src="<%= config.assets.images.product %>" alt="AutoTQ product shown for research and evidence context" loading="lazy" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue