|
|
|
|
|
|
2
|
import { Box, IconButton } from "@mui/material";
|
2
|
import { Box, IconButton } from "@mui/material";
|
|
3
|
import ArrowBackIosIcon from "@mui/icons-material/ArrowBackIos";
|
3
|
import ArrowBackIosIcon from "@mui/icons-material/ArrowBackIos";
|
|
4
|
import ArrowForwardIosIcon from "@mui/icons-material/ArrowForwardIos";
|
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
|
import mainImage2 from "../../assets/images/MAINHEADER-02.webp";
|
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
|
import mainImage5 from "../../assets/images/MAINHEADER-05.webp";
|
9
|
import mainImage5 from "../../assets/images/MAINHEADER-05.webp";
|
|
10
|
import mainImage6 from "../../assets/images/MAINHEADER-06.webp";
|
10
|
import mainImage6 from "../../assets/images/MAINHEADER-06.webp";
|
|
11
|
import mainImage8 from "../../assets/images/MAINHEADER-08.webp";
|
11
|
import mainImage8 from "../../assets/images/MAINHEADER-08.webp";
|
|
|
|
|
|
|
27
|
{ img_src: mainImage6, alt_name: "Oasis Abaya Collection", productType: "Apparel", title: "Oasis abaya", titles: ["OASIS ABAYA COLLECTION", "MIRAGE COLLECTION"] },
|
27
|
{ img_src: mainImage6, alt_name: "Oasis Abaya Collection", productType: "Apparel", title: "Oasis abaya", titles: ["OASIS ABAYA COLLECTION", "MIRAGE COLLECTION"] },
|
|
28
|
{ img_src: mainImage5, alt_name: "Raya Romantics", productType: "Apparel", title: "Raya Romantics", titles: ["RAYA ROMANTICS COLLECTION 2025"] },
|
28
|
{ img_src: mainImage5, alt_name: "Raya Romantics", productType: "Apparel", title: "Raya Romantics", titles: ["RAYA ROMANTICS COLLECTION 2025"] },
|
|
29
|
// { img_src: mainImage3, alt_name: "Amber Home", productType: "HOME" },
|
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
|
// { img_src: mainImage4, alt_name: "Amber Beauty Fragrance", productType: "BEAUTY", title: "Fragrances", titles: ["FRAGRANCES"] },
|
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
|
{ img_src: mainImage2, alt_name: "Amber Beauty Cosmetics", productType: "BEAUTY", title: "Cosmetics", titles: ["COSMETICS"] },
|
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
|
const items = [...baseItems, ...baseItems];
|
37
|
const items = [...baseItems, ...baseItems];
|