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