Sfoglia il codice sorgente

feat module 8 : remove sold-out item banner

master
nadia 5 giorni fa
parent
commit
7bd7c9402e
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6
    6
      src/components/CarouselContainer/CarouselContainer.jsx

+ 6
- 6
src/components/CarouselContainer/CarouselContainer.jsx Vedi File

@@ -2,10 +2,10 @@ import React from "react";
2 2
 import { Box, IconButton } from "@mui/material";
3 3
 import ArrowBackIosIcon from "@mui/icons-material/ArrowBackIos";
4 4
 import ArrowForwardIosIcon from "@mui/icons-material/ArrowForwardIos";
5
-import mainImage1 from "../../assets/images/MAINHEADER-01.webp";
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
+// import mainImage3 from "../../assets/images/MAINHEADER-03.webp";
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 11
 import mainImage8 from "../../assets/images/MAINHEADER-08.webp";
@@ -27,11 +27,11 @@ const CarouselContainer = () => {
27 27
     { img_src: mainImage6, alt_name: "Oasis Abaya Collection", productType: "Apparel", title: "Oasis abaya", titles: ["OASIS ABAYA COLLECTION", "MIRAGE COLLECTION"] },
28 28
     { img_src: mainImage5, alt_name: "Raya Romantics", productType: "Apparel", title: "Raya Romantics", titles: ["RAYA ROMANTICS COLLECTION 2025"] },
29 29
     // { img_src: mainImage3, alt_name: "Amber Home", productType: "HOME" },
30
-    { img_src: mainImage3, alt_name: "Amber Home", clickable: false },
30
+    // { img_src: mainImage3, alt_name: "Amber Home", clickable: false },
31 31
     // { img_src: mainImage4, alt_name: "Amber Beauty Fragrance", productType: "BEAUTY", title: "Fragrances", titles: ["FRAGRANCES"] },
32
-    { img_src: mainImage4, alt_name: "Amber Beauty Fragrance", clickable: false },
32
+    // { img_src: mainImage4, alt_name: "Amber Beauty Fragrance", clickable: false },
33 33
     { img_src: mainImage2, alt_name: "Amber Beauty Cosmetics", productType: "BEAUTY", title: "Cosmetics", titles: ["COSMETICS"] },
34
-    { img_src: mainImage1, alt_name: "Amber Apparel", clickable: false },
34
+    // { img_src: mainImage1, alt_name: "Amber Apparel", clickable: false },
35 35
   ];
36 36
 
37 37
   const items = [...baseItems, ...baseItems];

Loading…
Annulla
Salva