소스 검색

Implement code changes to enhance functionality and improve performance

master
Amirul Anwar 4 일 전
부모
커밋
aa4b727a6b
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      src/assets/images/MAINHEADER-07.webp
  2. 3
    1
      src/components/CarouselContainer/CarouselContainer.jsx

BIN
src/assets/images/MAINHEADER-07.webp 파일 보기


+ 3
- 1
src/components/CarouselContainer/CarouselContainer.jsx 파일 보기

@@ -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…
취소
저장