Adjust About page hero/secondary image assignments and alt text
This commit is contained in:
parent
b5e56ae06f
commit
7ebe3b2316
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<a class="btn btn-primary" href="/research#sources">See research references</a>
|
||||
</div>
|
||||
<div class="split-media reveal" data-reveal>
|
||||
<img src="<%= config.assets.images.product %>" alt="AutoTQ device product view" loading="lazy" />
|
||||
<img src="<%= config.assets.images.company1 %>" alt="AutoTQ bleeding control kit and product context" loading="lazy" />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
</ul>
|
||||
</article>
|
||||
<div class="split-media reveal" data-reveal>
|
||||
<img src="<%= config.assets.images.company1 %>" alt="Emergency readiness planning and training context" loading="lazy" />
|
||||
<img src="<%= config.assets.images.product %>" alt="AutoTQ product use in high-stress training context" loading="lazy" />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue