Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -9,7 +9,7 @@ export const dummyProducts = [
|
||||
price: '$49.99',
|
||||
rating: 4.5,
|
||||
reviewCount: '120 reviews',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/flat-lay-broken-screen-smartphone-accessories_23-2148401306.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/flat-lay-broken-screen-smartphone-accessories_23-2148401306.jpg?_wi=1',
|
||||
imageAlt: 'Smartphone screen repair kit',
|
||||
description: 'DIY kit for repairing common smartphone screen cracks. Includes tools and replacement glass for most popular models.',
|
||||
},
|
||||
@@ -31,7 +31,7 @@ export const dummyProducts = [
|
||||
price: '$29.99',
|
||||
rating: 4.2,
|
||||
reviewCount: '50 reviews',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/computer-repair-engineer-working-pc_177995-1565.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/computer-repair-engineer-working-pc_177995-1565.jpg?_wi=1',
|
||||
imageAlt: 'Universal tablet charging port',
|
||||
description: 'Replace your faulty charging port with this universal solution. Compatible with most tablet models.',
|
||||
},
|
||||
@@ -65,7 +65,7 @@ export const dummyCartItems = [
|
||||
name: 'Smartphone Screen Repair Kit',
|
||||
price: '$49.99',
|
||||
quantity: 1,
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/flat-lay-broken-screen-smartphone-accessories_23-2148401306.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/flat-lay-broken-screen-smartphone-accessories_23-2148401306.jpg?_wi=2',
|
||||
imageAlt: 'Smartphone screen repair kit',
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export const dummyCartItems = [
|
||||
name: 'Universal Tablet Charging Port',
|
||||
price: '$29.99',
|
||||
quantity: 2,
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/computer-repair-engineer-working-pc_177995-1565.jpg',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/computer-repair-engineer-working-pc_177995-1565.jpg?_wi=2',
|
||||
imageAlt: 'Universal tablet charging port',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user