Quellcode durchsuchen

new addon main header

master
azri vor 3 Wochen
Ursprung
Commit
340c2c1dbd

BIN
src/assets/images/MAINHEADER-03.webp Datei anzeigen


BIN
src/assets/images/MAINHEADER-04.webp Datei anzeigen


+ 6
- 0
src/components/CarouselContainer/CarouselContainer.jsx Datei anzeigen

@@ -4,14 +4,20 @@ import ArrowBackIosIcon from "@mui/icons-material/ArrowBackIos";
4 4
 import ArrowForwardIosIcon from "@mui/icons-material/ArrowForwardIos";
5 5
 import mainImage1 from "../../assets/images/MAINHEADER-01.webp";
6 6
 import mainImage2 from "../../assets/images/MAINHEADER-02.webp";
7
+import mainImage3 from "../../assets/images/MAINHEADER-03.webp";
8
+import mainImage4 from "../../assets/images/MAINHEADER-04.webp";
7 9
 import mainImageMobile from "../../assets/images/mainwallpaper-mobile.jpg";
8 10
 import { Carousel } from 'react-responsive-carousel';
9 11
 
10 12
 const CarouselContainer = () => {
11 13
 
12 14
   const items = [
15
+    { img_src: mainImage3, alt_name: "Image 3" },
16
+    { img_src: mainImage4, alt_name: "Image 4" },
13 17
     { img_src: mainImage2, alt_name: "Image 2" },
14 18
     { img_src: mainImage1, alt_name: "Image 1" },
19
+    { img_src: mainImage3, alt_name: "Image 3" },
20
+    { img_src: mainImage4, alt_name: "Image 4" },
15 21
     { img_src: mainImage2, alt_name: "Image 2" },
16 22
     { img_src: mainImage1, alt_name: "Image 1" },
17 23
   ];

Laden…
Abbrechen
Speichern