Skip to content

Instantly share code, notes, and snippets.

@lusan
Created December 14, 2020 07:24
Show Gist options
  • Save lusan/5ed9e043a38c8d3b18e17517183e9903 to your computer and use it in GitHub Desktop.
Save lusan/5ed9e043a38c8d3b18e17517183e9903 to your computer and use it in GitHub Desktop.
export default {
pageTitle: 'iPhone 12',
results: [
{
id: Date.now(),
imageSrc: 'https://rukminim1.flixcart.com/image/300/350/kg8avm80/mobile/y/7/n/apple-iphone-12-dummyapplefsn-original-imafwg8dqq7z8cgh.jpeg?q=90',
title: 'Apple iPhone 12 (White, 128 GB)',
rating: {
value: 4.7,
count: 545
},
ifFassured: 'true',
fassuredImgSrc: 'https://rukminim1.flixcart.com/www/200/60/promos/30/11/2018/778ef6b8-125a-476d-8203-a5f7da499171.png?q=90',
price: 84999,
specs: [
"No Cost Emi",
"Upto ₹15540 off on Exchange"
],
highlights: [
"15.49 cm (6.1 inch) Super Retina XDR Display",
"12MP + 12MP Dual Rear Camera",
"12MP Front Camera"
]
},
{
id: Date.now()+1,
imageSrc: 'https://rukminim1.flixcart.com/image/300/350/kg8avm80/mobile/j/f/9/apple-iphone-12-dummyapplefsn-original-imafwg8dhe5aeyhk.jpeg?q=90',
title: 'Apple iPhone 12 (White, 64 GB)',
rating: {
value: 4.7,
count: 545
},
ifFassured: false,
fassuredImgSrc: 'https://rukminim1.flixcart.com/www/200/60/promos/30/11/2018/778ef6b8-125a-476d-8203-a5f7da499171.png?q=90',
price: 74000,
specs: [
"No Cost Emi",
"Upto ₹15540 off on Exchange"
],
highlights: [
"15.49 cm (6.1 inch) Super Retina XDR Display",
"12MP + 12MP Dual Rear Camera",
"12MP Front Camera"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment