mirror of
https://git.kh3group.com/georgebiri/khy_website.git
synced 2026-07-02 06:23:33 +00:00
refactor: update image file extensions in index.html for product images to ensure consistency and compatibility
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
71af0f24e7
commit
f75035415d
5 changed files with 4 additions and 4 deletions
BIN
assets/images/products/covers/meeting_tables.jpg
Normal file
BIN
assets/images/products/covers/meeting_tables.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
BIN
assets/images/products/covers/occassional_tables.jpg
Normal file
BIN
assets/images/products/covers/occassional_tables.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
BIN
assets/images/products/covers/task_chairs.jpg
Normal file
BIN
assets/images/products/covers/task_chairs.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 200 KiB |
BIN
assets/images/products/covers/training_chairs.jpg
Normal file
BIN
assets/images/products/covers/training_chairs.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 387 KiB |
|
|
@ -765,7 +765,7 @@
|
|||
>
|
||||
<div class="product-card-image h-[22vh] bg-gray-200">
|
||||
<img
|
||||
src="assets/images/products/covers/barstools.jpg"
|
||||
src="assets/images/products/covers/barstools.png"
|
||||
alt="Barstools"
|
||||
class="w-full h-full object-cover"
|
||||
/>
|
||||
|
|
@ -813,7 +813,7 @@
|
|||
>
|
||||
<div class="product-card-image h-[22vh] bg-gray-200">
|
||||
<img
|
||||
src="assets/images/products/covers/executive_task_chair.jpg"
|
||||
src="assets/images/products/covers/executive_task_chair.png"
|
||||
alt="Executive Task Chair"
|
||||
class="w-full h-full object-cover"
|
||||
/>
|
||||
|
|
@ -837,7 +837,7 @@
|
|||
>
|
||||
<div class="product-card-image h-[22vh] bg-gray-200">
|
||||
<img
|
||||
src="assets/images/products/covers/canteen_chairs.jpg"
|
||||
src="assets/images/products/covers/canteen_chairs.webp"
|
||||
alt="Canteen Chairs"
|
||||
class="w-full h-full object-cover"
|
||||
/>
|
||||
|
|
@ -957,7 +957,7 @@
|
|||
>
|
||||
<div class="product-card-image h-[22vh] bg-gray-200">
|
||||
<img
|
||||
src="assets/images/products/covers/occasional_tables.jpg"
|
||||
src="assets/images/products/covers/occassional_tables.jpg"
|
||||
alt="Occasional Tables"
|
||||
class="w-full h-full object-cover"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue