Przeglądaj źródła

Refactor code structure for improved readability and maintainability

master
Amirul Anwar 11 godzin temu
rodzic
commit
19a828e695

BIN
src/assets/images/MAINHEADER-13.webp Wyświetl plik


+ 3
- 3
src/components/CarouselContainer/CarouselContainer.jsx Wyświetl plik

@@ -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" },

+ 1
- 1
src/pages/Home.jsx Wyświetl plik

@@ -12,7 +12,7 @@ import NewsLetter from '../components/NewsLetter';
12 12
 import ProductService from "../services/ProductService"
13 13
 import AmberHomeWallpaper from "../assets/images/amberHomeWallpaper.webp";
14 14
 import AmberBeautyWallpaper from "../assets/images/amberBeautyWallpaper.webp";
15
-import AmberClothing from "../assets/images/MAINHEADER-12.webp"
15
+import AmberClothing from "../assets/images/MAINHEADER-13.webp"
16 16
 
17 17
 const Home = () => {
18 18
 

Ładowanie…
Anuluj
Zapisz