Skip to content

Commit fd1e889

Browse files
📦 Added backpack & umbrella products.
1 parent ff59b5a commit fd1e889

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

data/products.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,4 +469,24 @@ const products = [
469469
priceCents: 2400,
470470
keywords: ["sweaters", "hoodies", "apparel", "mens"],
471471
},
472+
{
473+
id: "bd5785e1-5425-453h-b5cf-47bdf344a455",
474+
image: "images/products/backpack.jpg",
475+
name: "Back to School Backpack",
476+
rating: {
477+
stars: 4,
478+
count: 8653,
479+
},
480+
priceCents: 5600,
481+
},
482+
{
483+
id: "3f5345e1-4445-444h-b6cf-77deg546a555",
484+
image: "images/products/umbrella.jpg",
485+
name: "Top Quality Water-Repelling Umbrella",
486+
rating: {
487+
stars: 5,
488+
count: 12435,
489+
},
490+
priceCents: 2399,
491+
},
472492
];

0 commit comments

Comments
 (0)