Новые правки на сайте

This commit is contained in:
Web-serfer 2026-04-15 23:06:28 +05:00
parent 09cf4ab679
commit 364c4e8c9c
4 changed files with 5 additions and 3 deletions

View file

@ -72,7 +72,7 @@ const {
<!-- HERO SECTION С ЭФФЕКТОМ ПРОЗРЕНИЯ -->
<section class="article-hero">
<div class="article-hero-image">
<img src={heroImage} alt={heroAlt} loading="eager" />
<img src={heroImage} alt={heroAlt} loading="eager" width="800" height="400" />
<div class="article-hero-overlay"></div>
</div>