Browse Source

Implement code changes to enhance functionality and improve performance

master
Amirul Anwar 2 days ago
parent
commit
aa4b727a6b

BIN
src/assets/images/MAINHEADER-07.webp View File


+ 3
- 1
src/components/CarouselContainer/CarouselContainer.jsx View File

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

Loading…
Cancel
Save