feat: add new illustration for truncgil overview timeline and update styles for improved visual consistency across blog and component views

This commit is contained in:
Ümit Tunç
2026-05-22 05:34:04 +03:00
parent ddf9640222
commit 474882ba7c
26 changed files with 149 additions and 217 deletions
@@ -44,7 +44,7 @@
@if(!empty($data['hero_image']))
<div class="!mt-10">
<img class="max-w-full h-auto !relative m-[0_auto]" src="{{ asset($data['hero_image']) }}" alt="hero" loading="lazy">
<img class="max-w-full h-auto !relative m-[0_auto]" src="{{ asset($data['hero_image']) }}" alt="hero" width="1200" height="675" fetchpriority="high" decoding="async">
</div>
@endif
</div>