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