-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcarousel.config.js
More file actions
62 lines (61 loc) · 2.36 KB
/
carousel.config.js
File metadata and controls
62 lines (61 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
module.exports={
// name:"bset seller",
context:{
slides:[
{
img:"https://res.cloudinary.com/dg1knuetg/image/upload/w_992,ar_1:1,c_fill/v1598883146/car-1.png",
subtitle:"Sheet Guide",
h3:"LaCrosse® Down Comforter",
salePrice:"$189.00 - $399.00",
invisible:"invisible text, invisible text, invisible"
},
{
img:"https://res.cloudinary.com/dg1knuetg/image/upload/w_992,ar_1:1,c_fill/v1598883155/car-2.png",
subtitle:"Pillow Guide",
h3:"Legends® Luxury Geneva PrimaLoft® Down Alternative Comforter",
salePrice:" $249.00 - $359.00"
},
{
img:"https://res.cloudinary.com/dg1knuetg/image/upload/w_992,ar_1:1,c_fill/v1598883165/car-3.png",
subtitle:"Sleep Better Guide",
h3:"Legends® Luxury Royal Down Comforter",
salePrice:"$499.00 - $989.00",
invisible:"invisible text, invisible text"
},
]
},
variants:[
{
name:"warmth",
context:{
slides:[
{
title:"Super Light",
text:"Ideal for warmer climates, summer sleeping, or for those who prefer the bare minimum. ",
icons:2,
},
{
title:"Light",
text:"Perfect for warmer seasons and climates, or for those who keep their bedroom cool. ",
icons:2,
},
{
title:"Medium",
text:"Our most popular weight comforter offers plenty of down fill for year-round comfort.",
icons:2,
},
{
title:"Extra Warm",
text:"cozy choice in late fall or early spring. ",
icons:2,
},
{
title:"Ultra Warm",
text:"Our very warmest. Perfect for people who need toasty warmth in the coldest of winters. ",
icons:2,
}
]
}
}
]
}