This commit is contained in:
2026-07-12 13:12:41 +03:00
parent ff7f2f30ab
commit 42de1073d6
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -17,8 +17,8 @@ get_header();
</div> </div>
</div> </div>
<div class="home-hero__media"> <div class="home-hero__media">
<img class="home-hero__image home-hero__image--main" src="<?php echo esc_url( get_stylesheet_directory_uri() . '/assets/images/hero/bento-hero-main.png' ); ?>" alt="Розовый бенто торт с цветочным декором в коробке" width="1024" height="1024" loading="eager"> <img class="home-hero__image home-hero__image--main" src="<?php echo esc_url( get_stylesheet_directory_uri() . '/assets/images/hero/bento-hero-main.jpg' ); ?>" alt="Розовый бенто торт с цветочным декором в коробке" width="1024" height="1024" loading="eager">
<img class="home-hero__image home-hero__image--small" src="<?php echo esc_url( get_stylesheet_directory_uri() . '/assets/images/hero/bento-hero-accent.png' ); ?>" alt="Красный бенто торт с сердцами и цветами в коробке" width="1024" height="1024" loading="lazy"> <img class="home-hero__image home-hero__image--small" src="<?php echo esc_url( get_stylesheet_directory_uri() . '/assets/images/hero/bento-hero-accent.jpg' ); ?>" alt="Красный бенто торт с сердцами и цветами в коробке" width="1024" height="1024" loading="lazy">
</div> </div>
</div> </div>
</section> </section>