Selaa lähdekoodia

Implement code changes to enhance functionality and improve performance

master
Amirul Anwar 2 kuukautta sitten
vanhempi
commit
aa4b727a6b

BIN
src/assets/images/MAINHEADER-07.webp Näytä tiedosto


+ 3
- 1
src/components/CarouselContainer/CarouselContainer.jsx Näytä tiedosto

8
 import mainImage4 from "../../assets/images/MAINHEADER-04.webp";
8
 import mainImage4 from "../../assets/images/MAINHEADER-04.webp";
9
 import mainImage5 from "../../assets/images/MAINHEADER-05.webp";
9
 import mainImage5 from "../../assets/images/MAINHEADER-05.webp";
10
 import mainImage6 from "../../assets/images/MAINHEADER-06.webp";
10
 import mainImage6 from "../../assets/images/MAINHEADER-06.webp";
11
+import mainImage7 from "../../assets/images/MAINHEADER-07.webp";
11
 import mainImageMobile from "../../assets/images/mainwallpaper-mobile.jpg";
12
 import mainImageMobile from "../../assets/images/mainwallpaper-mobile.jpg";
12
 import { Carousel } from 'react-responsive-carousel';
13
 import { Carousel } from 'react-responsive-carousel';
13
 
14
 
14
 const CarouselContainer = () => {
15
 const CarouselContainer = () => {
15
 
16
 
16
   const items = [
17
   const items = [
18
+    { img_src: mainImage7, alt_name: "Image 7" },
17
     { img_src: mainImage6, alt_name: "Image 6" },
19
     { img_src: mainImage6, alt_name: "Image 6" },
18
     { img_src: mainImage5, alt_name: "Image 5" },
20
     { img_src: mainImage5, alt_name: "Image 5" },
19
     { img_src: mainImage3, alt_name: "Image 3" },
21
     { img_src: mainImage3, alt_name: "Image 3" },
20
     { img_src: mainImage4, alt_name: "Image 4" },
22
     { img_src: mainImage4, alt_name: "Image 4" },
21
     { img_src: mainImage2, alt_name: "Image 2" },
23
     { img_src: mainImage2, alt_name: "Image 2" },
22
     { img_src: mainImage1, alt_name: "Image 1" },
24
     { img_src: mainImage1, alt_name: "Image 1" },
23
-
25
+    { img_src: mainImage7, alt_name: "Image 7" },
24
     { img_src: mainImage6, alt_name: "Image 6" },
26
     { img_src: mainImage6, alt_name: "Image 6" },
25
     { img_src: mainImage5, alt_name: "Image 5" },
27
     { img_src: mainImage5, alt_name: "Image 5" },
26
     { img_src: mainImage3, alt_name: "Image 3" },
28
     { img_src: mainImage3, alt_name: "Image 3" },

Loading…
Peruuta
Tallenna