Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
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'
},
]