File size: 1,555 Bytes
f5071ca |
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 63 64 65 66 67 68 |
export const AmazonPay = [
{
id: 1,
offer: 'Get up to 10% off* on flight tickets',
offerImage: '../image/Productimage/s3.jpg'
},
{
id: 2,
offer: 'Zero gateway fees on trains',
offerImage: '../image/Productimage/s1.jpg'
},
{
id: 3,
offer: 'Guaranteed rewards on bus tickets',
offerImage: '../image/Productimage/s2.jpg'
},
{
id: 4,
offer: 'Products for your travel needs',
offerImage: '../image/Productimage/s4.jpg'
},
]
export const Upcominglaunches = [
{
id: 1,
offer: 'OnePlus Nord CE 3 Lite 5G | ₹19,999',
offerImage: '../image/Productimage/s5.jpg'
},
{
id: 2,
offer: 'Samsung M14 5G | ₹14,990',
offerImage: '../image/Productimage/s6.jpg'
},
{
id: 3,
offer: 'Realme narzo N55 | ₹10,999',
offerImage: '../image/Productimage/s7.jpg'
},
{
id: 4,
offer: 'Explore all new launches',
offerImage: '../image/Productimage/s8.jpg'
},
]
export const StylesForMen = [
{
id: 1,
offer: 'Clothing',
offerImage: '../image/Productimage/s9.jpg'
},
{
id: 2,
offer: 'Footwear',
offerImage: '../image/Productimage/s10.jpg'
},
{
id: 3,
offer: 'Watches',
offerImage: '../image/Productimage/s11.jpg'
},
{
id: 4,
offer: 'Bags & luggage',
offerImage: '../image/Productimage/s12.jpg'
},
] |