File size: 1,157 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 |
export const TodaysDeals = [
{
id: 1,
productImage: 'p1',
productName: 'Samsung Galaxy M14 5G'
},
{
id: 2,
productImage: 'p2',
productName: 'boAt New ANC Headphone Launch - R…'
},
{
id: 3,
productImage: 'p3',
productName: 'Blockbuster Deals on Speakers, Sound…'
},
{
id: 4,
productImage: 'p4',
productName: 'Compact Powerbank at 999 - Limited…'
},
{
id: 5,
productImage: 'p5',
productName: 'Apple Airpods starting Rs. 11999'
},
{
id: 6,
productImage: 'p6',
productName: 'Deal of the Day on Nobel Hygiene'
},
{
id: 7,
productImage: 'p7',
productName: 'Never before prices on Mivi Headsets'
},
{
id: 8,
productImage: 'p8',
productName: 'Crazy Offers on Noise Headphones'
},
{
id: 9,
productImage: 'p9',
productName: 'Best Deals on Trolley and Backpack fr…'
},
{
id: 10,
productImage: 'p10',
productName: 'Dry Fruits and Seeds'
},
] |