fix
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user