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