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

This commit is contained in:
George Birikorang 2025-09-17 13:23:19 -07:00
parent 71af0f24e7
commit f75035415d
5 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

View file

@ -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"
/>