mirror of
https://git.kh3group.com/georgebiri/khy_website.git
synced 2026-07-02 07:03:33 +00:00
refactor: remove unused carousel indicator and obsolete image file, update image paths in main.js for improved carousel functionality
This commit is contained in:
parent
660771b62f
commit
71af0f24e7
8 changed files with 17 additions and 182 deletions
|
|
@ -1093,11 +1093,10 @@ function initHeroCarousel() {
|
|||
// Carousel images array
|
||||
const carouselImages = [
|
||||
"assets/images/our_story/chair.jpg",
|
||||
"assets/images/our_story/screen.jpg",
|
||||
"assets/images/our_story/booth.png",
|
||||
"assets/images/our_story/screen.jpg",
|
||||
"assets/images/our_story/table.jpg",
|
||||
"assets/images/our_story/chair2.jpg",
|
||||
"assets/images/our_story/storage.jpg",
|
||||
];
|
||||
|
||||
let currentImageIndex = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue