This commit is contained in:
2026-07-04 18:16:59 +03:00
parent 7c88ab90a7
commit b0749ed300
3 changed files with 2 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ get_header();
</div>
</div>
<div class="home-hero__media">
<img class="home-hero__image home-hero__image--main" src="<?php echo esc_url( sev_tort_asset_image( 'cake-010.jpg' ) ); ?>" alt="Авторский торт на заказ в Севастополе" width="700" height="700" loading="eager">
<img class="home-hero__image home-hero__image--small" src="<?php echo esc_url( sev_tort_asset_image( 'cake-020.jpg' ) ); ?>" alt="Романтичный бенто торт" width="360" height="360" loading="lazy">
<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--small" src="<?php echo esc_url( get_stylesheet_directory_uri() . '/assets/images/hero/bento-hero-accent.png' ); ?>" alt="Красный бенто торт с сердцами и цветами в коробке" width="1024" height="1024" loading="lazy">
</div>
</div>
</section>