mirror of
https://git.kh3group.com/georgebiri/khy_website.git
synced 2026-07-02 07:03:33 +00:00
refactor: update image paths in index.html and main.js, remove obsolete image file, and add new carousel indicators for improved visual presentation
This commit is contained in:
parent
49a823959e
commit
57816a44af
8 changed files with 11 additions and 6 deletions
|
|
@ -1092,11 +1092,12 @@ function initHeroCarousel() {
|
|||
|
||||
// Carousel images array
|
||||
const carouselImages = [
|
||||
"assets/images/our_story.jpg",
|
||||
"assets/images/first_homepage.jpg",
|
||||
"assets/images/conference_room.jpg",
|
||||
"assets/images/lounge_chair.jpg",
|
||||
"assets/images/kitchen.JPG",
|
||||
"assets/images/our_story/chair.jpg",
|
||||
"assets/images/our_story/screen.jpg",
|
||||
"assets/images/our_story/booth.png",
|
||||
"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