|
|
@@ -12,6 +12,7 @@ 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
|
14
|
import mainImage13 from "../../assets/images/MAINHEADER-13.webp";
|
|
|
15
|
+import mainImage14 from "../../assets/images/MAINHEADER-14.jpeg";
|
|
15
|
16
|
|
|
16
|
17
|
import mainImageMobile from "../../assets/images/mainwallpaper-mobile.jpg";
|
|
17
|
18
|
import { Carousel } from 'react-responsive-carousel';
|
|
|
@@ -20,6 +21,7 @@ const CarouselContainer = () => {
|
|
20
|
21
|
|
|
21
|
22
|
const baseItems = [
|
|
22
|
23
|
// Banner click targets. Update productType/title/titles here when changing banner destinations.
|
|
|
24
|
+ { img_src: mainImage14, alt_name: "Essentials", productType: "BEAUTY" },
|
|
23
|
25
|
{ img_src: mainImage13, alt_name: "Eid's Time For Love", productType: "Apparel", title: "Eid's Time For Love", titles: ["EID'S TIME FOR LOVE"] },
|
|
24
|
26
|
// Local Shopify collection title is "DENIM ND X MARII FOR AMBER"; old/reference title: "ND X MARII FOR AMBER".
|
|
25
|
27
|
{ img_src: mainImage11, alt_name: "ND X Marii for Amber", productType: "Apparel", title: "ND X Marii for Amber", titles: ["DENIM ND X MARII FOR AMBER", "ND X MARII FOR AMBER"] },
|